org.jfree.chart.axis

Class DateTickMarkPosition

public final class DateTickMarkPosition extends Object implements Serializable

Used to indicate the required position of tick marks on a date axis relative to the underlying time period.
Field Summary
static DateTickMarkPositionEND
End of period.
static DateTickMarkPositionMIDDLE
Middle of period.
static DateTickMarkPositionSTART
Start of period.
Method Summary
booleanequals(Object obj)
Returns true if this object is equal to the specified object, and false otherwise.
StringtoString()
Returns a string representing the object.

Field Detail

END

public static final DateTickMarkPosition END
End of period.

MIDDLE

public static final DateTickMarkPosition MIDDLE
Middle of period.

START

public static final DateTickMarkPosition START
Start of period.

Method Detail

equals

public boolean equals(Object obj)
Returns true if this object is equal to the specified object, and false otherwise.

Parameters: obj the other object.

Returns: A boolean.

toString

public String toString()
Returns a string representing the object.

Returns: The string.