java.lang.Object
org.jfree.chart.axis.DateTickMarkPosition
- All Implemented Interfaces:
Serializable
Used to indicate the required position of tick marks on a date axis relative
to the underlying time period.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DateTickMarkPosition
End of period.static final DateTickMarkPosition
Middle of period.static final DateTickMarkPosition
Start of period. -
Method Summary
-
Field Details
-
START
Start of period. -
MIDDLE
Middle of period. -
END
End of period.
-
-
Method Details