visad
Class VisADLineStripArray
java.lang.Object
visad.VisADSceneGraphObject
visad.VisADGeometryArray
visad.VisADLineStripArray
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class VisADLineStripArray
- extends VisADGeometryArray
VisADLineStripArray stands in for j3d.LineStripArray
and is Serializable.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
stripVertexCounts
public int[] stripVertexCounts
VisADLineStripArray
public VisADLineStripArray()
merge
public static VisADLineStripArray merge(VisADLineStripArray[] arrays)
throws VisADException
- Throws:
VisADException
adjustSeam
public VisADGeometryArray adjustSeam(DataRenderer renderer)
throws VisADException
- Description copied from class:
VisADGeometryArray
- default case: do nothing
- Overrides:
adjustSeam
in class VisADGeometryArray
- Throws:
VisADException
adjustLongitude
public VisADGeometryArray adjustLongitude(DataRenderer renderer)
throws VisADException
- Description copied from class:
VisADGeometryArray
- default case: rotate if necessary, then return points
- Overrides:
adjustLongitude
in class VisADGeometryArray
- Throws:
VisADException
removeMissing
public VisADGeometryArray removeMissing()
- Overrides:
removeMissing
in class VisADGeometryArray
clone
public java.lang.Object clone()
- Specified by:
clone
in class VisADGeometryArray