net.jbeans.j3d.scenegraph
Class RenderingAttributes

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

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

generally describe RenderingAttributes in here

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

Field Summary
 
Fields inherited from class javax.media.j3d.RenderingAttributes
ALLOW_ALPHA_TEST_FUNCTION_READ, ALLOW_ALPHA_TEST_FUNCTION_WRITE, ALLOW_ALPHA_TEST_VALUE_READ, ALLOW_ALPHA_TEST_VALUE_WRITE, ALLOW_DEPTH_ENABLE_READ, ALLOW_DEPTH_ENABLE_WRITE, ALLOW_IGNORE_VERTEX_COLORS_READ, ALLOW_IGNORE_VERTEX_COLORS_WRITE, ALLOW_RASTER_OP_READ, ALLOW_RASTER_OP_WRITE, ALLOW_VISIBLE_READ, ALLOW_VISIBLE_WRITE, ALWAYS, EQUAL, GREATER, GREATER_OR_EQUAL, LESS, LESS_OR_EQUAL, NEVER, NOT_EQUAL, ROP_COPY, ROP_XOR
 
Fields inherited from class javax.media.j3d.NodeComponent
 
Fields inherited from class javax.media.j3d.SceneGraphObject
 
Constructor Summary
RenderingAttributes()
           
RenderingAttributes(boolean depthBufferEnable, boolean depthBufferWriteEnable, float alphaTestValue, int alphaTestFunction)
           
RenderingAttributes(boolean depthBufferEnable, boolean depthBufferWriteEnable, float alphaTestValue, int alphaTestFunction, boolean visible, boolean ignoreVertexColors, boolean rasterOpEnable, int rasterOp)
           
 
Methods inherited from class javax.media.j3d.RenderingAttributes
cloneNodeComponent, getAlphaTestFunction, getAlphaTestValue, getDepthBufferEnable, getDepthBufferWriteEnable, getIgnoreVertexColors, getRasterOp, getRasterOpEnable, getVisible, setAlphaTestFunction, setAlphaTestValue, setDepthBufferEnable, setDepthBufferWriteEnable, setIgnoreVertexColors, setRasterOp, setRasterOpEnable, setVisible
 
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

RenderingAttributes

public RenderingAttributes()

RenderingAttributes

public RenderingAttributes(boolean depthBufferEnable,
                           boolean depthBufferWriteEnable,
                           float alphaTestValue,
                           int alphaTestFunction)

RenderingAttributes

public RenderingAttributes(boolean depthBufferEnable,
                           boolean depthBufferWriteEnable,
                           float alphaTestValue,
                           int alphaTestFunction,
                           boolean visible,
                           boolean ignoreVertexColors,
                           boolean rasterOpEnable,
                           int rasterOp)


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