Uses of Class
com.quinncurtis.chart3djava.TimeArray

Uses of TimeArray in com.quinncurtis.chart3djava
 

Methods in com.quinncurtis.chart3djava with parameters of type TimeArray
 void TimeArray.copy(TimeArray source)
          Copies the source array to the current instance.
 int TimeArray.setElements(TimeArray source)
          Initializes the elements of the array, starting at element 0.
 int TimeArray.setElements(TimeArray source, int count)
          Initializes the elements of the array, starting at element 0 and continuing for count elements.