org.jfree.chart.axis
public class NumberTick extends ValueTick
Constructor Summary | |
---|---|
NumberTick(Number number, String label, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle)
Creates a new tick.
| |
NumberTick(TickType tickType, double value, String label, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle)
Creates a new tick.
|
Method Summary | |
---|---|
Number | getNumber()
Returns the number.
|
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).
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
Returns: The number.