Package org.jfree.chart.axis
Class CategoryAnchor
java.lang.Object
org.jfree.chart.axis.CategoryAnchor
- All Implemented Interfaces:
Serializable
public final class CategoryAnchor extends Object implements Serializable
Used to indicate one of three positions within a category:
START
, MIDDLE
and END
.- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static CategoryAnchor
END
End of period.static CategoryAnchor
MIDDLE
Middle of period.static CategoryAnchor
START
Start of period. -
Method Summary
-
Field Details
-
START
Start of period. -
MIDDLE
Middle of period. -
END
End of period.
-
-
Method Details