java.lang.Object | |||
↳ | org.jfree.chart.axis.Tick | ||
↳ | org.jfree.chart.axis.ValueTick | ||
↳ | org.jfree.chart.axis.DateTick |
A tick used by the DateAxis
class.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new date tick.
| |||||||||||
Creates a new date tick.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Tests this tick for equality with an arbitrary object.
| |||||||||||
Returns the date.
| |||||||||||
Returns a hash code for this object.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Creates a new date tick.
date | the date. |
---|---|
label | the label. |
textAnchor | the part of the label that is aligned to the anchor point. |
rotationAnchor | defines the rotation point relative to the text. |
angle | the rotation angle (in radians). |
Creates a new date tick.
tickType | the tick type. |
---|---|
date | the date. |
label | the label. |
textAnchor | the part of the label that is aligned to the anchor point. |
rotationAnchor | defines the rotation point relative to the text. |
angle | the rotation angle (in radians). |
Tests this tick for equality with an arbitrary object.
obj | the object to test (null permitted). |
---|
Returns a hash code for this object.