Uses of Class
com.quinncurtis.chart3djava.TickMark

Uses of TickMark in com.quinncurtis.chart3djava
 

Methods in com.quinncurtis.chart3djava that return TickMark
 TickMark Axis.getLastTickMark()
          Returns the most recent TickMark object.
 

Methods in com.quinncurtis.chart3djava with parameters of type TickMark
 void TickMark.copy(TickMark source)
          Copies the source tick mark object.
 void NumericAxisLabels.FormatAxisLabel(NumericLabel textobj, TickMark ticmark)
          This method formats the text object used to display a numeric label at specific tick mark.
 int TimeAxisLabels.getAxisLabelsFormat(TickMark tickmark)
          Returns the time format constant for a given tick mark.
 int StringAxisLabels.getAxisLabelsFormat(TickMark tickmark)
          Returns the label format for the axis labels.
 int NumericAxisLabels.getAxisLabelsFormat(TickMark tickmark)
          Returns the numeric format for the axis labels.
abstract  int AxisLabels.getAxisLabelsFormat(TickMark tickmark)
          Returns the numeric format for the axis labels.
 void AxisLabels.outAxisLabel(java.awt.Graphics2D g2, ChartLabel textobj, TickMark ticmark)
          Outputs a text object at specific tick mark.