net.jbeans.j3d.scenegraph
Class PolygonAttributes
java.lang.Object
javax.media.j3d.SceneGraphObject
javax.media.j3d.NodeComponent
javax.media.j3d.PolygonAttributes
net.jbeans.j3d.scenegraph.PolygonAttributes
- All Implemented Interfaces:
- java.io.Serializable
- public class PolygonAttributes
- extends javax.media.j3d.PolygonAttributes
- implements java.io.Serializable
generally describe PolygonAttributes in here
- Version:
- $Revision: 1.3 $
- Author:
- Masahiro Takatsuka (masa@jbeans.net)
- See Also:
PolygonAttributes
,
Serializable
,
Serialized Form
Fields inherited from class javax.media.j3d.PolygonAttributes |
ALLOW_CULL_FACE_READ, ALLOW_CULL_FACE_WRITE, ALLOW_MODE_READ, ALLOW_MODE_WRITE, ALLOW_NORMAL_FLIP_READ, ALLOW_NORMAL_FLIP_WRITE, ALLOW_OFFSET_READ, ALLOW_OFFSET_WRITE, CULL_BACK, CULL_FRONT, CULL_NONE, POLYGON_FILL, POLYGON_LINE, POLYGON_POINT |
Fields inherited from class javax.media.j3d.NodeComponent |
|
Fields inherited from class javax.media.j3d.SceneGraphObject |
|
Methods inherited from class javax.media.j3d.PolygonAttributes |
cloneNodeComponent, getBackFaceNormalFlip, getCullFace, getPolygonMode, getPolygonOffset, getPolygonOffsetFactor, setBackFaceNormalFlip, setCullFace, setPolygonMode, setPolygonOffset, setPolygonOffsetFactor |
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 |
PolygonAttributes
public PolygonAttributes()
PolygonAttributes
public PolygonAttributes(int polygonMode,
int cullFace,
float polygonOffset)
PolygonAttributes
public PolygonAttributes(int polygonMode,
int cullFace,
float polygonOffset,
boolean backFaceNormalFlip)
PolygonAttributes
public PolygonAttributes(int polygonMode,
int cullFace,
float polygonOffset,
boolean backFaceNormalFlip,
float polygonOffsetFactor)
Copyright © 1995-2004 net.jbeans. All Rights Reserved.