Uses of Class
com.quinncurtis.chart3djava.TimeSimpleDataset3D

Uses of TimeSimpleDataset3D in com.quinncurtis.chart3djava
 

Methods in com.quinncurtis.chart3djava that return TimeSimpleDataset3D
 TimeSimpleDataset3D TimeSimpleDataset3D.compressTimeFieldSimpleDataset3D(int ctypex, int ctypey, int ctypez, int timefield, int startindex, int endindex, java.lang.String newname)
          This methods creates and returns a new dataset that is the data reduced version of the source dataset.
 TimeSimpleDataset3D TimeSimpleDataset3D.compressTimeSimpleDataset3D(int ctypex, int ctypey, int ctypez, int interval, int startindex, int endindex, java.lang.String newname)
          This methods creates and returns a new dataset that is the data reduced version of the source dataset.
 TimeSimpleDataset3D TimeGroupDataset3D.getTimeSimpleDataset3D(java.lang.String sname, int group)
          This methods creates a new, TimeSimpleDataset3D object using the x-, y and z-values of the specified group.