Uses of Class
javax.media.j3d.Shape3D

Uses of Shape3D in javax.media.j3d
 

Subclasses of Shape3D in javax.media.j3d
 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.j3d that return Shape3D
 Shape3D[] CompressedGeometry.decompress()
          Deprecated. Decompresses the compressed geometry.
 Shape3D TransparencySortGeom.getShape3D()
          Returns the Shape3D being rendered using this geometry.
 Shape3D ShaderError.getShape3D()
          Returns the shape node associated with this shader error.
 

Methods in javax.media.j3d 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.