java.lang.Object | |
↳ | org.jfree.chart.axis.DateTickMarkPosition |
Used to indicate the required position of tick marks on a date axis relative to the underlying time period.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
END | End of period. | ||||||||||
MIDDLE | Middle of period. | ||||||||||
START | Start of period. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns
true if this object is equal to the specified
object, and false otherwise. | |||||||||||
Returns a string representing the object.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns true
if this object is equal to the specified
object, and false
otherwise.
obj | the other object. |
---|