Uses of Class
org.jfree.chart.axis.CategoryAnchor
Package | Description |
---|---|
org.jfree.chart.annotations |
A framework for addings 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
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. -
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, Rectangle2D area, org.jfree.ui.RectangleEdge edge)
Returns the Java 2D coordinate for a category. -
Uses of CategoryAnchor in org.jfree.chart.plot
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.