|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CategoryAnchor | |
|---|---|
| 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 | |
|---|---|
CategoryAnchor |
CategoryTextAnnotation.getCategoryAnchor()
Returns the category anchor point. |
| Methods in org.jfree.chart.annotations with parameters of type CategoryAnchor | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
double |
CategoryAxis3D.getCategoryJava2DCoordinate(CategoryAnchor anchor,
int category,
int categoryCount,
java.awt.geom.Rectangle2D area,
org.jfree.ui.RectangleEdge edge)
Returns the Java 2D coordinate for a category. |
double |
CategoryAxis.getCategoryJava2DCoordinate(CategoryAnchor anchor,
int category,
int categoryCount,
java.awt.geom.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 | |
|---|---|
CategoryAnchor |
CategoryPlot.getDomainGridlinePosition()
Returns the position used for the domain gridlines. |
| Methods in org.jfree.chart.plot with parameters of type CategoryAnchor | |
|---|---|
void |
CategoryPlot.setDomainGridlinePosition(CategoryAnchor position)
Sets the position used for the domain gridlines and sends a PlotChangeEvent to all registered listeners. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||