|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.media.j3d.GeneralizedStrip.StripArray
static class GeneralizedStrip.StripArray
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 |
---|
GeneralizedStrip.IntList vertices
GeneralizedStrip.IntList stripCounts
Constructor Detail |
---|
GeneralizedStrip.StripArray(GeneralizedStrip.IntList vertices, GeneralizedStrip.IntList stripCounts)
vertices
- IntList containing vertex indicies.stripCounts
- IntList containing strip lengths.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |