|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.media.j3d.SceneGraphObject
javax.media.j3d.NodeComponent
javax.media.j3d.TransparencyAttributes
net.jbeans.j3d.scenegraph.TransparencyAttributes
generally describe TransparencyAttributes in here
TransparencyAttributes
,
Serializable
,
Serialized FormField Summary |
Fields inherited from class javax.media.j3d.TransparencyAttributes |
ALLOW_BLEND_FUNCTION_READ, ALLOW_BLEND_FUNCTION_WRITE, ALLOW_MODE_READ, ALLOW_MODE_WRITE, ALLOW_VALUE_READ, ALLOW_VALUE_WRITE, BLEND_ONE, BLEND_ONE_MINUS_SRC_ALPHA, BLEND_SRC_ALPHA, BLEND_ZERO, BLENDED, FASTEST, NICEST, NONE, SCREEN_DOOR |
Fields inherited from class javax.media.j3d.NodeComponent |
|
Fields inherited from class javax.media.j3d.SceneGraphObject |
|
Constructor Summary | |
TransparencyAttributes()
|
|
TransparencyAttributes(int tMode,
float tVal)
|
|
TransparencyAttributes(int tMode,
float tVal,
int srcBlendFunction,
int dstBlendFunction)
|
Methods inherited from class javax.media.j3d.TransparencyAttributes |
cloneNodeComponent, getDstBlendFunction, getSrcBlendFunction, getTransparency, getTransparencyMode, setDstBlendFunction, setSrcBlendFunction, setTransparency, setTransparencyMode |
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, toString, wait, wait, wait |
Constructor Detail |
public TransparencyAttributes()
public TransparencyAttributes(int tMode, float tVal)
public TransparencyAttributes(int tMode, float tVal, int srcBlendFunction, int dstBlendFunction)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |