| java.lang.Object org.jfree.data.time.TimePeriodAnchor
TimePeriodAnchor | final public class TimePeriodAnchor implements Serializable(Code) | | Used to indicate one of three positions in a time period:
START , MIDDLE and END .
|
Method Summary | |
public boolean | equals(Object obj) Returns true if this object is equal to the specified
object, and false otherwise.
Parameters: obj - the other object. | public int | hashCode() Returns a hash code value for the object. | public String | toString() Returns a string representing the object. |
equals | public boolean equals(Object obj)(Code) | | Returns true if this object is equal to the specified
object, and false otherwise.
Parameters: obj - the other object. A boolean. |
hashCode | public int hashCode()(Code) | | Returns a hash code value for the object.
The hashcode |
toString | public String toString()(Code) | | Returns a string representing the object.
The string. |
|
|