Frames | No Frames |
Constructors with parameter type org.jfree.chart.axis.TickType | |
NumberTick.NumberTick(TickType tickType, double value, String label, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle) Creates a new tick. | |
ValueTick.ValueTick(TickType tickType, double value, String label, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle) Creates a new value tick. |
Fields of type org.jfree.chart.axis.TickType | |
TickType | Major tick. |
TickType | Minor tick. |
Methods with return type org.jfree.chart.axis.TickType | |
TickType | Returns the tick type (major or minor). |