javax.media.j3d
Class GeneralizedStrip.StripArray

java.lang.Object
  extended by javax.media.j3d.GeneralizedStrip.StripArray
Enclosing class:
GeneralizedStrip

static class GeneralizedStrip.StripArray
extends java.lang.Object

The StripArray class is used as the output of some conversion methods in the GeneralizedStrip class.


Field Summary
(package private)  GeneralizedStrip.IntList stripCounts
          A list of strip counts.
(package private)  GeneralizedStrip.IntList vertices
          A list of indices into the vertices of the original generalized strip.
 
Constructor Summary
GeneralizedStrip.StripArray(GeneralizedStrip.IntList vertices, GeneralizedStrip.IntList stripCounts)
          Creates a StripArray with the specified vertices and stripCounts.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vertices

GeneralizedStrip.IntList vertices
A list of indices into the vertices of the original generalized strip. It specifies the order in which vertices in the original strip should be followed to build GeometryArray objects.


stripCounts

GeneralizedStrip.IntList stripCounts
A list of strip counts.

Constructor Detail

GeneralizedStrip.StripArray

GeneralizedStrip.StripArray(GeneralizedStrip.IntList vertices,
                            GeneralizedStrip.IntList stripCounts)
Creates a StripArray with the specified vertices and stripCounts.

Parameters:
vertices - IntList containing vertex indicies.
stripCounts - IntList containing strip lengths.


Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.