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
Modifier and TypeFieldDescriptionstatic final CategoryAnchor
End of period.static final CategoryAnchor
Middle of period.static final CategoryAnchor
Start of period. -
Method Summary
-
Field Details
-
START
Start of period. -
MIDDLE
Middle of period. -
END
End of period.
-
-
Method Details