|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.chart.axis.Tick
org.jfree.chart.axis.ValueTick
org.jfree.chart.axis.NumberTick
A numerical tick.
Constructor Summary | |
NumberTick(java.lang.Number number,
java.lang.String label,
TextAnchor textAnchor,
TextAnchor rotationAnchor,
double angle)
Creates a new tick. |
Method Summary | |
java.lang.Number |
getNumber()
Returns the number. |
Methods inherited from class org.jfree.chart.axis.ValueTick |
equals, getValue |
Methods inherited from class org.jfree.chart.axis.Tick |
clone, getAngle, getRotationAnchor, getText, getTextAnchor, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NumberTick(java.lang.Number number, java.lang.String label, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle)
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 Detail |
public java.lang.Number getNumber()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |