Uses of Class
org.jfree.chart.axis.CategoryAnchor
Packages that use 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
Methods in org.jfree.chart.annotations that return CategoryAnchorModifier and TypeMethodDescriptionCategoryTextAnnotation.getCategoryAnchor()Returns the category anchor point.Methods in org.jfree.chart.annotations with parameters of type CategoryAnchorModifier and TypeMethodDescriptionvoidCategoryTextAnnotation.setCategoryAnchor(CategoryAnchor anchor) Sets the category anchor point and sends anAnnotationChangeEventto all registered listeners. - 
Uses of CategoryAnchor in org.jfree.chart.axis
Fields in org.jfree.chart.axis declared as CategoryAnchorModifier and TypeFieldDescriptionstatic final CategoryAnchorCategoryAnchor.ENDEnd of period.static final CategoryAnchorCategoryAnchor.MIDDLEMiddle of period.static final CategoryAnchorCategoryAnchor.STARTStart of period.Methods in org.jfree.chart.axis with parameters of type CategoryAnchorModifier and TypeMethodDescriptiondoubleCategoryAxis.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
Methods in org.jfree.chart.plot that return CategoryAnchorModifier and TypeMethodDescriptionCategoryPlot.getDomainGridlinePosition()Returns the position used for the domain gridlines.Methods in org.jfree.chart.plot with parameters of type CategoryAnchorModifier and TypeMethodDescriptionvoidCategoryPlot.setDomainGridlinePosition(CategoryAnchor position) Sets the position used for the domain gridlines and sends aPlotChangeEventto all registered listeners.