javax.media.j3d
Class Geometry

java.lang.Object
  |
  +--javax.media.j3d.SceneGraphObject
        |
        +--javax.media.j3d.NodeComponent
              |
              +--javax.media.j3d.Geometry
Direct Known Subclasses:
CompressedGeometry, GeometryArray, Raster, Text3D

public abstract class Geometry
extends NodeComponent


Field Summary
static int ALLOW_INTERSECT
          Specifies that this Geometry allows intersect operation.
 
Constructor Summary
Geometry()
          Constructs a new Geometry object.
 
Methods inherited from class javax.media.j3d.NodeComponent
cloneNodeComponent, duplicateNodeComponent, getDuplicateOnCloneTree, setDuplicateOnCloneTree
 
Methods inherited from class javax.media.j3d.SceneGraphObject
clearCapability, duplicateSceneGraphObject, getCapability, getUserData, isCompiled, isLive, setCapability, setUserData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALLOW_INTERSECT

public static final int ALLOW_INTERSECT
Specifies that this Geometry allows intersect operation.
Constructor Detail

Geometry

public Geometry()
Constructs a new Geometry object.