Uses of Class
com.quinncurtis.chart2djava.TimeCoordinates

Packages that use TimeCoordinates
com.quinncurtis.chart2djava   
 

Uses of TimeCoordinates in com.quinncurtis.chart2djava
 

Methods in com.quinncurtis.chart2djava that return TimeCoordinates
 TimeCoordinates TimeAxis.getTimeCoordinates()
          Returns the current coordinate system as TimeCoordinates object.
 

Methods in com.quinncurtis.chart2djava with parameters of type TimeCoordinates
 void TimeCoordinates.copy(TimeCoordinates source)
          Copies the source scale.
 void TimeAxis.initTimeAxis(TimeCoordinates transform, int axtype)
          This method initializes a new TimeAxis object and scales it to match the minimum and maximum values of the specified TimeCoordinates object.
 

Constructors in com.quinncurtis.chart2djava with parameters of type TimeCoordinates
TimeAutoScale(TimeCoordinates transform, java.util.GregorianCalendar dstart, java.util.GregorianCalendar dstop, int naxis, int nmode)
          This constructor creates a new TimeAutoScale object based on starting and ending calendar values.
TimeAutoScale(TimeCoordinates transform, int naxis, int nmode)
          This constructor creates a new TimeAutoScale object based on the initial scaling values of an TimeAutoScale object.
TimeAutoScale(TimeCoordinates transform, TimeGroupDataset[] datasets, int naxis, int nmode)
          This constructor creates a new TimeAutoScale object based on the data values in an array of datasets.
TimeAutoScale(TimeCoordinates transform, TimeGroupDataset dataset, int naxis, int nmode)
          This constructor creates a new TimeAutoScale object based on the data values in a dataset.
TimeAutoScale(TimeCoordinates transform, TimeSimpleDataset[] datasets, int naxis, int nmode)
          This constructor creates a new TimeAutoScale object based on the data values in an array of datasets.
TimeAutoScale(TimeCoordinates transform, TimeSimpleDataset dataset, int naxis, int nmode)
          This constructor creates a new TimeAutoScale object based on the data values in a dataset.
TimeAxis(TimeCoordinates transform)
          This constructor creates a new TimeAxis object and scales it to match the minimum and maximum values of the specified TimeCoordinates object.
TimeAxis(TimeCoordinates transform, java.util.GregorianCalendar dstart, java.util.GregorianCalendar dstop)
          This constructor creates a new TimeAxis object and scales it to match the specified calendar values.
TimeAxis(TimeCoordinates transform, int axtype)
          This constructor creates a new TimeAxis object using the specified tick mark time base and minor tick mark interval and scales it to match the minimum and maximum values of the specified TimeCoordinates object.
TimeAxis(TimeCoordinates transform, int axtype, int ntickmarkbase)
          This constructor creates a new TimeAxis object using the specified tick mark time base and minor tick mark interval and scales it to match the minimum and maximum values of the specified TimeCoordinates object.
TimeAxis(TimeCoordinates transform, int axtype, int ntickmarkbase, int nminornthtick)
          This constructor creates a new TimeAxis object using the specified tick mark time base and minor tick mark interval and scales it to match the minimum and maximum values of the specified TimeCoordinates object.