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 CategoryAnchorENDEnd of period.static CategoryAnchorMIDDLEMiddle of period.static CategoryAnchorSTARTStart of period. -
Method Summary
-
Field Details
-
START
Start of period. -
MIDDLE
Middle of period. -
END
End of period.
-
-
Method Details