java.lang.Object | ||
↳ | org.jfree.chart.axis.Tick | |
↳ | org.jfree.chart.axis.ValueTick |
![]() |
![]() |
A value tick.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new value tick.
| |||||||||||
Creates a new value tick.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Tests this tick for equality with an arbitrary object.
| |||||||||||
Returns the tick type (major or minor).
| |||||||||||
Returns the value.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creates a new value tick.
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). |
Creates a new value tick.
tickType | the tick type (major or minor). |
---|---|
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). |
Tests this tick for equality with an arbitrary object.
obj | the object to test (null permitted). |
---|
Returns the value.