Uses of Class
com.quinncurtis.chart3djava.NumericLabel

Uses of NumericLabel in com.quinncurtis.chart3djava
 

Subclasses of NumericLabel in com.quinncurtis.chart3djava
 class BarDatapointValue
          Revisions 12/24/2005 changed drawBarDatapointValue
 

Methods in com.quinncurtis.chart3djava that return NumericLabel
 NumericLabel ChartPlot.getPlotLabelTemplate()
          Returns the plot objects data point template.
 

Methods in com.quinncurtis.chart3djava with parameters of type NumericLabel
 void NumericLabel.copy(NumericLabel source)
          Copies the source NumericLabel object.
 void NumericAxisLabels.FormatAxisLabel(NumericLabel textobj, TickMark ticmark)
          This method formats the text object used to display a numeric label at specific tick mark.
 void BarDatapointValue.initBarDatapointValue(NumericLabel numlabel, ChartPlot plotobj, ChartPoint3D datapointloc, ChartRectangle3D barrect)
          This method initializes the BarDatapointValue object.
 void ChartPlot.setPlotLabelTemplate(NumericLabel numlabel)
          Sets the plot objects data point template.
 

Constructors in com.quinncurtis.chart3djava with parameters of type NumericLabel
BarDatapointValue(NumericLabel numlabel, ChartPlot plotobj, ChartPoint3D datapointloc, ChartRectangle3D barrect)
          This constructor creates a new BarDatapointValue object of a specified type, and scales it to match the specified minimum and maximum values.