Package org.jfree.chart.axis
Class ValueTick
java.lang.Object
org.jfree.chart.axis.Tick
org.jfree.chart.axis.ValueTick
- All Implemented Interfaces:
Serializable
,Cloneable
- Direct Known Subclasses:
DateTick
,NumberTick
public abstract class ValueTick extends Tick
A value tick.
- See Also:
- Serialized Form
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jfree.chart.axis.Tick
clone, getAngle, getRotationAnchor, getText, getTextAnchor, toString
-
Constructor Details
-
ValueTick
public ValueTick(double value, String label, org.jfree.ui.TextAnchor textAnchor, org.jfree.ui.TextAnchor rotationAnchor, double angle)Creates a new value tick.- Parameters:
value
- the value.label
- the label.textAnchor
- the part of the label that is aligned to the anchor point.rotationAnchor
- defines the rotation point relative to the label.angle
- the rotation angle (in radians).
-
-
Method Details