Uses of Class
javax.media.ding3d.Shape3D

Packages that use Shape3D
javax.media.ding3d Provides the core set of classes for the 3D graphics API for the Java platform; click here for more information, including explanatory material that was formerly found in the guide. 
javax.media.ding3d.utils.behaviors.sensor Provides 6DOF sensor behavior classes. 
javax.media.ding3d.utils.behaviors.vp Provides ViewPlatform navigation utility classes. 
javax.media.ding3d.utils.compression Deprecated: Use javax.media.ding3d.utils.geometry Provides geometry construction, triangulation, and optimization utility classes. 
javax.media.ding3d.utils.geometry.compression Provides compressed geometry utility classes. 
javax.media.ding3d.utils.picking OBSOLETE: provides picking utility classes for the old picking methods. 
javax.media.ding3d.utils.scenegraph.transparency Provides transparency sorting utility classes. 
 

Uses of Shape3D in javax.media.ding3d
 

Subclasses of Shape3D in javax.media.ding3d
 class OrientedShape3D
          The OrientedShape3D leaf node is a Shape3D node that is oriented along a specified axis or about a specified point.
 

Methods in javax.media.ding3d that return Shape3D
 Shape3D[] CompressedGeometry.decompress()
          Deprecated. Decompresses the compressed geometry.
 Shape3D ShaderError.getShape3D()
          Returns the shape node associated with this shader error.
 

Methods in javax.media.ding3d with parameters of type Shape3D
 void GraphicsContext3D.draw(Shape3D shape)
          Draw the specified Shape3D leaf node object.
 void ShaderError.setShape3D(Shape3D shape)
          Sets the shape node associated with this shader error.
 

Uses of Shape3D in javax.media.ding3d.utils.behaviors.sensor
 

Subclasses of Shape3D in javax.media.ding3d.utils.behaviors.sensor
 class SensorBeamEcho
          A Shape3D representing a beam pointing from the origin of a sensor's local coordinate system to its hotspot.
 class SensorGnomonEcho
          A Shape3D representing a gnomon pointing along each coordinate axis.
 

Uses of Shape3D in javax.media.ding3d.utils.behaviors.vp
 

Methods in javax.media.ding3d.utils.behaviors.vp that return Shape3D
 Shape3D WandViewBehavior.getEchoGeometry()
          Gets the Shape3D defining the 6DOF sensor's echo geometry and appearance.
 

Uses of Shape3D in javax.media.ding3d.utils.compression
 

Constructors in javax.media.ding3d.utils.compression with parameters of type Shape3D
CompressionStream(int positionQuant, int colorQuant, int normalQuant, Shape3D[] shapes)
          Deprecated. Creates a CompressionStream from an array of Shape3D scene graph objects.
CompressionStream(Shape3D[] shapes)
          Deprecated. Creates a CompressionStream from an array of Shape3D scene graph objects.
 

Uses of Shape3D in javax.media.ding3d.utils.geometry
 

Subclasses of Shape3D in javax.media.ding3d.utils.geometry
 class ColorCube
          Simple color-per-vertex cube with a different color for each face
 class Text2D
          A Text2D object is a representation of a string as a texture mapped rectangle.
 

Methods in javax.media.ding3d.utils.geometry that return Shape3D
 Shape3D Sphere.getShape()
          Obtains Sphere's shape node that contains the geometry.
 Shape3D ColorCube.getShape()
          Deprecated. ColorCube now extends shape so it is no longer necessary to call this method.
 Shape3D Sphere.getShape(int partId)
          Obtains Sphere's shape node that contains the geometry.
abstract  Shape3D Primitive.getShape(int partid)
          Obtains a shape node of a subpart of the primitive.
 Shape3D Cylinder.getShape(int partId)
          Obtains the Shape3D node associated with a given part of the cylinder.
 Shape3D Cone.getShape(int partId)
          Obtains the Shape3D node associated with one of the parts of the cone (the body or the cap).
 Shape3D Box.getShape(int partId)
          Gets one of the faces (Shape3D) from the box that contains the geometry and appearance.
 

Uses of Shape3D in javax.media.ding3d.utils.geometry.compression
 

Methods in javax.media.ding3d.utils.geometry.compression that return Shape3D
 Shape3D[] CompressedGeometryData.decompress()
          Decompresses the compressed geometry.
 

Constructors in javax.media.ding3d.utils.geometry.compression with parameters of type Shape3D
CompressionStream(int positionQuant, int colorQuant, int normalQuant, Shape3D[] shapes)
          Creates a CompressionStream from an array of Shape3D scene graph objects.
CompressionStream(Shape3D[] shapes)
          Creates a CompressionStream from an array of Shape3D scene graph objects.
 

Uses of Shape3D in javax.media.ding3d.utils.picking
 

Methods in javax.media.ding3d.utils.picking that return Shape3D
 Shape3D[] PickResult.getCompressedGeometryShape3Ds()
          Get the array of Shape3Ds that came from decompressing a CompressedGeometry on the picked node.
 

Uses of Shape3D in javax.media.ding3d.utils.scenegraph.transparency
 

Methods in javax.media.ding3d.utils.scenegraph.transparency that return Shape3D
 Shape3D TransparencySortGeom.getShape3D()
          Returns the Shape3D being rendered using this geometry.