Package org.jfree.chart.axis
Class TickType
java.lang.Object
org.jfree.chart.axis.TickType
- All Implemented Interfaces:
Serializable
Used to indicate the tick type (MAJOR or MINOR).
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MAJOR
Major tick. -
MINOR
Minor tick. -
name
The name.
-
-
Constructor Details
-
TickType
Private constructor.- Parameters:
name
- the name.
-
-
Method Details
-
toString
Returns a string representing the object. -
equals
Returnstrue
if this object is equal to the specified object, andfalse
otherwise. -
readResolve
Ensures that serialization returns the unique instances.- Returns:
- The object.
- Throws:
ObjectStreamException
- if there is a problem.
-