net.jbeans.j3d.scenegraph
Class ColoringAttributes

java.lang.Object
  extended byjavax.media.j3d.SceneGraphObject
      extended byjavax.media.j3d.NodeComponent
          extended byjavax.media.j3d.ColoringAttributes
              extended bynet.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

Field Summary
 
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
 
Constructor Summary
ColoringAttributes()
           
ColoringAttributes(javax.vecmath.Color3f color, int shadeModel)
           
ColoringAttributes(float red, float green, float blue, int shadeModel)
           
 
Method Summary
 java.awt.Color getColor()
           
 void setColor(java.awt.Color color)
           
 
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
 

Constructor Detail

ColoringAttributes

public ColoringAttributes()

ColoringAttributes

public ColoringAttributes(javax.vecmath.Color3f color,
                          int shadeModel)

ColoringAttributes

public ColoringAttributes(float red,
                          float green,
                          float blue,
                          int shadeModel)
Method Detail

setColor

public void setColor(java.awt.Color color)

getColor

public java.awt.Color getColor()


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