com.partnersoft.v3x.graphics
Class FastPolyline

java.lang.Object
  extended by com.partnersoft.v3x.graphics.FastPolyline

public class FastPolyline
extends java.lang.Object


Field Summary
 int numPoints
           
 IntBuffer xCoords
           
 IntBuffer yCoords
           
 
Constructor Summary
FastPolyline()
           
 
Method Summary
 void prepFor(int size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xCoords

public IntBuffer xCoords

yCoords

public IntBuffer yCoords

numPoints

public int numPoints
Constructor Detail

FastPolyline

public FastPolyline()
Method Detail

prepFor

public void prepFor(int size)