Uses of Class
com.quinncurtis.chart3djava.ChartLabel

Uses of ChartLabel in com.quinncurtis.chart3djava
 

Subclasses of ChartLabel in com.quinncurtis.chart3djava
 class BarDatapointValue
          Revisions 12/24/2005 changed drawBarDatapointValue
 class NumericLabel
          The NumericLabel class is used to format floating point numbers as strings and position in a chart.
 class StringLabel
          The StringLabel class is used to format strings and position them in a chart.
 class TimeLabel
          The TimeLabel class is used to format GregorianCalendar objects as strings and position in a chart.
 

Methods in com.quinncurtis.chart3djava that return ChartLabel
 ChartLabel TimeAxisLabels.getCompatibleLabel()
          Returns an ChartLabel object compatible with the current TimeAxisLabels axis object.
 ChartLabel StringAxisLabels.getCompatibleLabel()
          This method returns an ChartLabel object that is can be used to label the tick marks of this StringAxisLabels object.
 ChartLabel NumericAxisLabels.getCompatibleLabel()
          This method returns an ChartLabel object that is can be used to label the tick marks of this NumericAxisLabels object.
abstract  ChartLabel AxisLabels.getCompatibleLabel()
          The abstract getCompatibleLabel method needs to be implemented in any subclasses of this class.
 ChartLabel DataToolTip.getXValueTemplate()
          Returns a reference to the tootip x-value template.
 ChartLabel DataToolTip.getYValueTemplate()
          Returns a reference to the tootip y-value template.
 

Methods in com.quinncurtis.chart3djava with parameters of type ChartLabel
 void ChartLabel.copy(ChartLabel source)
          Copies the source label object.
 void AxisLabels.outAxisLabel(java.awt.Graphics2D g2, ChartLabel textobj, TickMark ticmark)
          Outputs a text object at specific tick mark.
 void DataToolTip.setXValueTemplate(ChartLabel xvalue1template)
          Sets the tootip x-value template.
 void DataToolTip.setYValueTemplate(ChartLabel yvalue1template)
          Sets the tootip y-value template.