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
- Direct Known Subclasses:
- CyclicNumberAxis.CycleBoundTick
public class NumberTick
- extends ValueTick
A numerical tick.
- See Also:
- Serialized Form
|
Constructor Summary |
NumberTick(Number number,
String label,
org.jfree.ui.TextAnchor textAnchor,
org.jfree.ui.TextAnchor rotationAnchor,
double angle)
Creates a new tick. |
NumberTick(TickType tickType,
double value,
String label,
org.jfree.ui.TextAnchor textAnchor,
org.jfree.ui.TextAnchor rotationAnchor,
double angle)
Creates a new tick. |
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 (null not permitted).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).
NumberTick
public NumberTick(TickType tickType,
double value,
String label,
org.jfree.ui.TextAnchor textAnchor,
org.jfree.ui.TextAnchor rotationAnchor,
double angle)
- Creates a new tick.
- Parameters:
tickType - the tick type.value - the value.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).- Since:
- 1.0.7
getNumber
public Number getNumber()
- Returns the number.
- Returns:
- The number.
Copyright © 2001-2011 JFree.org. All Rights Reserved.