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
-
-
Method Details
-
toString
-
equals
-
readResolve
Ensures that serialization returns the unique instances.- Returns:
- The object.
- Throws:
ObjectStreamException- if there is a problem.
-