org.jfree.chart.axis
public class DateTickUnitType extends Object implements Serializable
Since: 1.0.13
| Field Summary | |
|---|---|
| static DateTickUnitType | DAY Day. |
| static DateTickUnitType | HOUR Hour. |
| static DateTickUnitType | MILLISECOND Millisecond. |
| static DateTickUnitType | MINUTE Minute. |
| static DateTickUnitType | MONTH Month. |
| static DateTickUnitType | SECOND Second. |
| static DateTickUnitType | YEAR Year. |
| Method Summary | |
|---|---|
| boolean | equals(Object obj)
Returns true if this object is equal to the specified
object, and false otherwise.
|
| int | getCalendarField()
Returns the calendar field.
|
| String | toString()
Returns a string representing the object.
|
true if this object is equal to the specified
object, and false otherwise.
Parameters: obj the other object.
Returns: A boolean.
Returns: The calendar field.
Returns: The string.