net.jbeans.j3d.scenegraph
Class TransparencyAttributes

java.lang.Object
  extended byjavax.media.j3d.SceneGraphObject
      extended byjavax.media.j3d.NodeComponent
          extended byjavax.media.j3d.TransparencyAttributes
              extended bynet.jbeans.j3d.scenegraph.TransparencyAttributes
All Implemented Interfaces:
java.io.Serializable

public class TransparencyAttributes
extends javax.media.j3d.TransparencyAttributes
implements java.io.Serializable

generally describe TransparencyAttributes in here

Version:
$Revision: 1.3 $
Author:
Masahiro Takatsuka (masa@jbeans.net)
See Also:
TransparencyAttributes, Serializable, Serialized Form

Field 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

TransparencyAttributes

public TransparencyAttributes()

TransparencyAttributes

public TransparencyAttributes(int tMode,
                              float tVal)

TransparencyAttributes

public TransparencyAttributes(int tMode,
                              float tVal,
                              int srcBlendFunction,
                              int dstBlendFunction)


Copyright © 1995-2004 net.jbeans. All Rights Reserved.