Frames | No Frames |
Methods with parameter type org.jfree.chart.axis.CategoryAnchor | |
void | Sets the category anchor point. |
Methods with return type org.jfree.chart.axis.CategoryAnchor | |
CategoryAnchor | Returns the category anchor point. |
Methods with parameter type org.jfree.chart.axis.CategoryAnchor | |
void | Sets the position used for the domain gridlines and sends a
PlotChangeEvent to all registered listeners. |
Methods with return type org.jfree.chart.axis.CategoryAnchor | |
CategoryAnchor | Returns the position used for the domain gridlines. |
Fields of type org.jfree.chart.axis.CategoryAnchor | |
CategoryAnchor | End of period. |
CategoryAnchor | Middle of period. |
CategoryAnchor | Start of period. |
Methods with parameter type org.jfree.chart.axis.CategoryAnchor | |
double | CategoryAxis.getCategoryJava2DCoordinate(CategoryAnchor anchor, int category, int categoryCount, Rectangle2D area, RectangleEdge edge) Returns the Java 2D coordinate for a category. |
double | CategoryAxis3D.getCategoryJava2DCoordinate(CategoryAnchor anchor, int category, int categoryCount, Rectangle2D area, RectangleEdge edge) Returns the Java 2D coordinate for a category. |