| java.lang.Object | |
| ↳ | org.jfree.data.time.TimePeriodAnchor |
Used to indicate one of three positions in a time period:
START, MIDDLE and END.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| END | End of period. | ||||||||||
| MIDDLE | Middle of period. | ||||||||||
| START | Start of period. | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns
true if this object is equal to the specified
object, and false otherwise. | |||||||||||
Returns a hash code value for the object.
| |||||||||||
Returns a string representing the object.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns true if this object is equal to the specified
object, and false otherwise.
| obj | the other object. |
|---|
Returns a hash code value for the object.