Package org.jfree.chart.axis
Class NumberTick
java.lang.Object
org.jfree.chart.axis.Tick
org.jfree.chart.axis.ValueTick
org.jfree.chart.axis.NumberTick
- All Implemented Interfaces:
Serializable
,Cloneable
public class NumberTick extends ValueTick
A numerical tick.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description NumberTick(Number number, String label, org.jfree.ui.TextAnchor textAnchor, org.jfree.ui.TextAnchor rotationAnchor, double angle)
Creates a new tick. -
Method Summary
Methods inherited from class org.jfree.chart.axis.Tick
clone, getAngle, getRotationAnchor, getText, getTextAnchor, toString
-
Constructor Details
-
NumberTick
public NumberTick(Number number, String label, org.jfree.ui.TextAnchor textAnchor, org.jfree.ui.TextAnchor rotationAnchor, double angle)Creates a new tick.- Parameters:
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).
-
-
Method Details
-
getNumber
Returns the number.- Returns:
- the number.
-