Uses of Class
org.jfree.chart.axis.CategoryAnchor
Package
Description
A framework for adding annotations to charts.
Axis classes and interfaces.
Plot classes and related interfaces.
-
Uses of CategoryAnchor in org.jfree.chart.annotations
Modifier and TypeMethodDescriptionCategoryTextAnnotation.getCategoryAnchor()
Returns the category anchor point.Modifier and TypeMethodDescriptionvoid
CategoryTextAnnotation.setCategoryAnchor
(CategoryAnchor anchor) Sets the category anchor point and sends anAnnotationChangeEvent
to all registered listeners. -
Uses of CategoryAnchor in org.jfree.chart.axis
Modifier and TypeFieldDescriptionstatic final CategoryAnchor
CategoryAnchor.END
End of period.static final CategoryAnchor
CategoryAnchor.MIDDLE
Middle of period.static final CategoryAnchor
CategoryAnchor.START
Start of period.Modifier and TypeMethodDescriptiondouble
CategoryAxis.getCategoryJava2DCoordinate
(CategoryAnchor anchor, int category, int categoryCount, Rectangle2D area, RectangleEdge edge) Returns the Java 2D coordinate for a category. -
Uses of CategoryAnchor in org.jfree.chart.plot
Modifier and TypeMethodDescriptionCategoryPlot.getDomainGridlinePosition()
Returns the position used for the domain gridlines.Modifier and TypeMethodDescriptionvoid
CategoryPlot.setDomainGridlinePosition
(CategoryAnchor position) Sets the position used for the domain gridlines and sends aPlotChangeEvent
to all registered listeners.