|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TickMark | |
---|---|
com.quinncurtis.chart2djava |
Uses of TickMark in com.quinncurtis.chart2djava |
---|
Methods in com.quinncurtis.chart2djava that return TickMark | |
---|---|
TickMark |
Axis.getLastTickMark()
Returns the most recent TickMark object. |
Methods in com.quinncurtis.chart2djava that return types with arguments of type TickMark | |
---|---|
java.util.Vector<TickMark> |
Axis.getAxisTicksArrayList()
Returns the vector that holds a list of tick marks, in the form of TickMark objects, for this axis. |
Methods in com.quinncurtis.chart2djava 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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |