Uses of Class
com.quinncurtis.chart2djava.TimeLabel

Packages that use TimeLabel
com.quinncurtis.chart2djava   
com.quinncurtis.spcchartjava   
 

Uses of TimeLabel in com.quinncurtis.chart2djava
 

Methods in com.quinncurtis.chart2djava with parameters of type TimeLabel
 void TimeLabel.copy(TimeLabel source)
          Copies the source TimeLabel object.
 

Uses of TimeLabel in com.quinncurtis.spcchartjava
 

Methods in com.quinncurtis.spcchartjava that return TimeLabel
 TimeLabel SPCGeneralizedTableDisplay.addTimeItem(java.util.GregorianCalendar timevalue)
          Add a time item to the table, using timeColumnSpacing as the column increment.
 TimeLabel SPCGeneralizedTableDisplay.addTimeItem(java.util.GregorianCalendar timevalue, double spacing)
          Add a time item to the table, using the specified column spacing increment.
 TimeLabel SPCGeneralizedTableDisplay.addTimeItem(java.util.GregorianCalendar timevalue, double spacing, int xjust)
          Add a time item to the table, using the specified column spacing increment and justification.
 TimeLabel SPCGeneralizedTableDisplay.addTimeItem(java.util.GregorianCalendar timevalue, double spacing, int xjust, int format)
          Add a time item to the table, using the specified column spacing increment, justification and format.
 TimeLabel SPCGeneralizedTableDisplay.addTimeItem(java.util.GregorianCalendar timevalue, int format)
          Add a time item to the table using the specified format, using timeColumnSpacing as the column increment.
 TimeLabel SPCGeneralizedTableDisplay.addTimeItem(TimeLabel timelabel, double spacing)
          Add a time item to the table, using the specified column spacing increment.
 TimeLabel SPCGeneralizedTableDisplay.getTimeItemTemplate()
          Get the TimeLabel object used as a template for displaying time values in the table.
 

Methods in com.quinncurtis.spcchartjava with parameters of type TimeLabel
 TimeLabel SPCGeneralizedTableDisplay.addTimeItem(TimeLabel timelabel, double spacing)
          Add a time item to the table, using the specified column spacing increment.
 void SPCGeneralizedTableDisplay.setTimeItemTemplate(TimeLabel value)
          Set the TimeLabel object used as a template for displaying time values in the table.