Uses of Class
javax.media.j3d.IndexedGeometryArray

Packages that use IndexedGeometryArray
com.sun.j3d.utils.geometry Provides geometry construction, triangulation, and optimization utility classes. 
javax.media.j3d 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. 
 

Uses of IndexedGeometryArray in com.sun.j3d.utils.geometry
 

Methods in com.sun.j3d.utils.geometry that return IndexedGeometryArray
 IndexedGeometryArray GeometryInfo.getIndexedGeometryArray()
          Creates and returns an IndexedGeometryArray based on the data in the GeometryInfo object.
 IndexedGeometryArray GeometryInfo.getIndexedGeometryArray(boolean compact)
          Creates and returns an IndexedGeometryArray based on the data in the GeometryInfo object.
 IndexedGeometryArray GeometryInfo.getIndexedGeometryArray(boolean compact, boolean byRef, boolean interleaved, boolean useCoordIndexOnly, boolean nio)
          Creates and returns a IndexedGeometryArray based on the data in the GeometryInfo object.
 

Uses of IndexedGeometryArray in javax.media.j3d
 

Subclasses of IndexedGeometryArray in javax.media.j3d
 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.