Uses of Class
javax.media.j3d.GeometryArray

Uses of GeometryArray in javax.media.j3d
 

Subclasses of GeometryArray in javax.media.j3d
 class GeometryStripArray
          The GeometryStripArray object is an abstract class that is extended for a set of GeometryArray strip primitives.
 class IndexedGeometryArray
          The IndexedGeometryArray object contains separate integer arrays that index into the arrays of positional coordinates, colors, normals, texture coordinates, and vertex attributes.
 class IndexedGeometryStripArray
          The IndexedGeometryStripArray object is an abstract class that is extended for a set of IndexedGeometryArray strip primitives.
 class IndexedLineArray
          The IndexedLineArray object draws the array of vertices as individual line segments.
 class IndexedLineStripArray
          The IndexedLineStripArray object draws an array of vertices as a set of connected line strips.
 class IndexedPointArray
          The IndexedPointArray object draws the array of vertices as individual points.
 class IndexedQuadArray
          The IndexedQuadArray object draws the array of vertices as individual quadrilaterals.
 class IndexedTriangleArray
          The IndexedTriangleArray object draws the array of vertices as individual triangles.
 class IndexedTriangleFanArray
          The IndexedTriangleFanArray object draws an array of vertices as a set of connected triangle fans.
 class IndexedTriangleStripArray
          The IndexedTriangleStripArray object draws an array of vertices as a set of connected triangle strips.
 class LineArray
          The LineArray object draws the array of vertices as individual line segments.
 class LineStripArray
          The LineStripArray object draws an array of vertices as a set of connected line strips.
 class PointArray
          The PointArray object draws the array of vertices as individual points.
 class QuadArray
          The QuadArray object draws the array of vertices as individual quadrilaterals.
 class TriangleArray
          The TriangleArray object draws the array of vertices as individual triangles.
 class TriangleFanArray
          The TriangleFanArray object draws an array of vertices as a set of connected triangle fans.
 class TriangleStripArray
          The TriangleStripArray object draws an array of vertices as a set of connected triangle strips.
 

Methods in javax.media.j3d that return GeometryArray
 GeometryArray Morph.getGeometryArray(int index)
          Deprecated. Retrieves the geometryArray component of this Morph node.
 GeometryArray Font3D.getGlyphGeometry(char c)
          Returns a GeometryArray of a glyph in this Font3D.
 

Methods in javax.media.j3d with parameters of type GeometryArray
 void Morph.setGeometryArrays(GeometryArray[] geometryArrays)
          Deprecated. Sets the geometryArrays component of the Morph node.
 

Constructors in javax.media.j3d with parameters of type GeometryArray
Morph(GeometryArray[] geometryArrays)
          Deprecated. Constructs and initializes a Morph node with the specified array of GeometryArray objects.
Morph(GeometryArray[] geometryArrays, Appearance appearance)
          Deprecated. Constructs and initializes a Morph node with the specified array of GeometryArray objects and the specified appearance object.