Package org.jfree.data.time
Class TimePeriodAnchor
java.lang.Object
org.jfree.data.time.TimePeriodAnchor
- All Implemented Interfaces:
Serializable
public final class TimePeriodAnchor extends Object implements Serializable
Used to indicate one of three positions in a time period:
START
,
MIDDLE
and END
.- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static TimePeriodAnchor
END
End of period.static TimePeriodAnchor
MIDDLE
Middle of period.static TimePeriodAnchor
START
Start of period. -
Method Summary
-
Field Details
-
START
Start of period. -
MIDDLE
Middle of period. -
END
End of period.
-
-
Method Details
-
toString
Returns a string representing the object. -
equals
Returnstrue
if this object is equal to the specified object, andfalse
otherwise. -
hashCode
public int hashCode()Returns a hash code value for the object.
-