Package org.jfree.chart.axis
Class CategoryAnchor
java.lang.Object
org.jfree.chart.axis.CategoryAnchor
- All Implemented Interfaces:
Serializable
Used to indicate one of three positions within a category:
START, MIDDLE and END.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CategoryAnchorEnd of period.static final CategoryAnchorMiddle of period.static final CategoryAnchorStart of period. -
Method Summary
-
Field Details
-
START
Start of period. -
MIDDLE
Middle of period. -
END
End of period.
-
-
Method Details