JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d.j3d
Class JCPolygonAttributes

java.lang.Object
  |
  +--javax.media.j3d.SceneGraphObject
        |
        +--javax.media.j3d.NodeComponent
              |
              +--javax.media.j3d.PolygonAttributes
                    |
                    +--com.klg.jclass.chart3d.j3d.JCPolygonAttributes

public class JCPolygonAttributes
extends PolygonAttributes


Field Summary
 
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
 
Constructor Summary
JCPolygonAttributes()
          No args constructor.
 
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, duplicateSceneGraphObject, getCapability, getUserData, isCompiled, isLive, setCapability, setUserData, updateNodeReferences
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCPolygonAttributes

public JCPolygonAttributes()
No args constructor. Sets face culling to CULL_NONE. Sets capability bits to allow reading and writing of polygon mode and offset.


Copyright © 2004 Quest Software Inc..
All rights reserved.