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 DateTickMarkPosition
End of period.static final DateTickMarkPosition
Middle of period.private String
The name.private static final long
For serialization.static final DateTickMarkPosition
Start 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
Returnstrue
if this object is equal to the specified object, andfalse
otherwise. -
readResolve
Ensures that serialization returns the unique instances.- Returns:
- The object.
- Throws:
ObjectStreamException
- if there is a problem.
-