org.jfree.chart.axis
Class NumberTick
- Cloneable, Serializable
A numerical tick.
NumberTick(Number number, String label, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle)- Creates a new tick.
|
NumberTick
public NumberTick(Number number,
String label,
TextAnchor textAnchor,
TextAnchor rotationAnchor,
double angle) Creates a new tick.
number - the number.label - the label.textAnchor - the part of the label that is aligned with the anchor
point.rotationAnchor - defines the rotation point relative to the text.angle - the rotation angle (in radians).
getNumber
public Number getNumber()
Returns the number.