org.jfree.chart.axis

Class DateTickMarkPosition

Implemented Interfaces:
Serializable

public final class DateTickMarkPosition
extends java.lang.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 DateTickMarkPosition
END
End of period.
static DateTickMarkPosition
MIDDLE
Middle of period.
static DateTickMarkPosition
START
Start of period.

Method Summary

boolean
equals(Object obj)
Returns true if this object is equal to the specified object, and false otherwise.
String
toString()
Returns a string representing the object.

Field Details

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 Details

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.