| java.lang.Object | |||
| ↳ | org.jfree.chart.axis.Tick | ||
| ↳ | org.jfree.chart.axis.ValueTick | ||
| ↳ | org.jfree.chart.axis.NumberTick | ||
Known Direct Subclasses
|
A numerical tick.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new tick.
| |||||||||||
Creates a new tick.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the number.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.jfree.chart.axis.ValueTick
| |||||||||||
From class
org.jfree.chart.axis.Tick
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates a new tick.
| 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). |
Creates a new tick.
| 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). |