Package org.jfree.chart.axis
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
Private constructor.- Parameters:
name- the name.
-
-
Method Details
-
toString
Returns a string representing the object. -
equals
Returnstrueif this object is equal to the specified object, andfalseotherwise. -
readResolve
Ensures that serialization returns the unique instances.- Returns:
- The object.
- Throws:
ObjectStreamException- if there is a problem.
-