Class DateTickMarkPosition
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
FieldsModifier and TypeFieldDescriptionstatic final DateTickMarkPositionEnd of period.static final DateTickMarkPositionMiddle of period.private StringThe name.private static final longFor serialization.static final DateTickMarkPositionStart of period. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDFor serialization.- See Also:
-
START
Start of period. -
MIDDLE
Middle of period. -
END
End of period. -
name
The name.
-
-
Constructor Details
-
DateTickMarkPosition
-
-
Method Details
-
toString
-
equals
-
readResolve
Ensures that serialization returns the unique instances.- Returns:
- The object.
- Throws:
ObjectStreamException- if there is a problem.
-