Package org.jfree.chart.axis
Class TickType
- java.lang.Object
-
- org.jfree.chart.axis.TickType
-
- All Implemented Interfaces:
Serializable
public final class TickType extends Object implements Serializable
Used to indicate the tick type (MAJOR or MINOR).- Since:
- 1.0.7
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Returnstrue
if this object is equal to the specified object, andfalse
otherwise.String
toString()
Returns a string representing the object.
-
-
-
Method Detail
-
toString
public String toString()
Returns a string representing the object.
-
-