Uses of Class
com.quinncurtis.chart3djava.IntArray

Uses of IntArray in com.quinncurtis.chart3djava
 

Methods in com.quinncurtis.chart3djava with parameters of type IntArray
 void IntArray.copy(IntArray source)
          Copies the source array to the current instance.
static void IntArray.copyArray(IntArray source, int sourceoffset, IntArray dest, int destoffset, int count)
          Static routine copies all or part of one array to another.
 void IntArray.nDCopy(IntArray source)
          Non-Destructive copy does not reallocate buffers, limits copy to the number of elements in the smaller of two arrays, the source or the current instance.
 int IntArray.setElements(IntArray source)
          Initializes the elements of the array, starting at element 0.
 int IntArray.setElements(IntArray source, int count)
          Initializes the elements of the array, starting at element 0 and continuing for count elements.