Uses of Class
org.jfree.chart.axis.CategoryAnchor
-
Packages that use CategoryAnchor Package Description org.jfree.chart.annotations A framework for adding annotations to charts.org.jfree.chart.axis Axis classes and interfaces.org.jfree.chart.plot Plot classes and related interfaces. -
-
Uses of CategoryAnchor in org.jfree.chart.annotations
Fields in org.jfree.chart.annotations declared as CategoryAnchor Modifier and Type Field Description private CategoryAnchor
CategoryTextAnnotation. categoryAnchor
The category anchor (START, MIDDLE, or END).Methods in org.jfree.chart.annotations that return CategoryAnchor Modifier and Type Method Description CategoryAnchor
CategoryTextAnnotation. getCategoryAnchor()
Returns the category anchor point.Methods in org.jfree.chart.annotations with parameters of type CategoryAnchor Modifier and Type Method Description void
CategoryTextAnnotation. setCategoryAnchor(CategoryAnchor anchor)
Sets the category anchor point and sends anAnnotationChangeEvent
to all registered listeners. -
Uses of CategoryAnchor in org.jfree.chart.axis
Fields in org.jfree.chart.axis declared as CategoryAnchor Modifier and Type Field Description static CategoryAnchor
CategoryAnchor. END
End of period.static CategoryAnchor
CategoryAnchor. MIDDLE
Middle of period.static CategoryAnchor
CategoryAnchor. START
Start of period.Methods in org.jfree.chart.axis with parameters of type CategoryAnchor Modifier and Type Method Description double
CategoryAxis. getCategoryJava2DCoordinate(CategoryAnchor anchor, int category, int categoryCount, java.awt.geom.Rectangle2D area, RectangleEdge edge)
Returns the Java 2D coordinate for a category. -
Uses of CategoryAnchor in org.jfree.chart.plot
Fields in org.jfree.chart.plot declared as CategoryAnchor Modifier and Type Field Description private CategoryAnchor
CategoryPlot. domainGridlinePosition
The position of the domain gridlines relative to the category.Methods in org.jfree.chart.plot that return CategoryAnchor Modifier and Type Method Description CategoryAnchor
CategoryPlot. getDomainGridlinePosition()
Returns the position used for the domain gridlines.Methods in org.jfree.chart.plot with parameters of type CategoryAnchor Modifier and Type Method Description void
CategoryPlot. setDomainGridlinePosition(CategoryAnchor position)
Sets the position used for the domain gridlines and sends aPlotChangeEvent
to all registered listeners.
-