net.jbeans.j3d.scenegraph
Class ColoringAttributes
java.lang.Object
javax.media.j3d.SceneGraphObject
javax.media.j3d.NodeComponent
javax.media.j3d.ColoringAttributes
net.jbeans.j3d.scenegraph.ColoringAttributes
- All Implemented Interfaces:
- java.io.Serializable
- public class ColoringAttributes
- extends javax.media.j3d.ColoringAttributes
- implements java.io.Serializable
generally describe ColoringAttributes in here
- Version:
- $Revision: 1.3 $
- Author:
- Masahiro Takatsuka (masa@jbeans.net)
- See Also:
ColoringAttributes
,
Serializable
,
Serialized Form
Fields inherited from class javax.media.j3d.ColoringAttributes |
ALLOW_COLOR_READ, ALLOW_COLOR_WRITE, ALLOW_SHADE_MODEL_READ, ALLOW_SHADE_MODEL_WRITE, FASTEST, NICEST, SHADE_FLAT, SHADE_GOURAUD |
Fields inherited from class javax.media.j3d.NodeComponent |
|
Fields inherited from class javax.media.j3d.SceneGraphObject |
|
Methods inherited from class javax.media.j3d.ColoringAttributes |
cloneNodeComponent, getColor, getShadeModel, setColor, setColor, setShadeModel, toString |
Methods inherited from class javax.media.j3d.NodeComponent |
cloneNodeComponent, duplicateNodeComponent, duplicateNodeComponent, getDuplicateOnCloneTree, setDuplicateOnCloneTree |
Methods inherited from class javax.media.j3d.SceneGraphObject |
clearCapability, clearCapabilityIsFrequent, duplicateSceneGraphObject, getCapability, getCapabilityIsFrequent, getUserData, isCompiled, isLive, setCapability, setCapabilityIsFrequent, setUserData, updateNodeReferences |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ColoringAttributes
public ColoringAttributes()
ColoringAttributes
public ColoringAttributes(javax.vecmath.Color3f color,
int shadeModel)
ColoringAttributes
public ColoringAttributes(float red,
float green,
float blue,
int shadeModel)
setColor
public void setColor(java.awt.Color color)
getColor
public java.awt.Color getColor()
Copyright © 1995-2004 net.jbeans. All Rights Reserved.