Class LineStripArray


  • public class LineStripArray
    extends GeometryStripArray
    The LineStripArray object draws an array of vertices as a set of connected line strips. An array of per-strip vertex counts specifies where the separate strips appear in the vertex array. For every strip in the set, each vertex, beginning with the second vertex in the array, defines a line segment to be drawn from the previous vertex to the current vertex.