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.
|
Modifier and Type | Method and Description |
---|---|
CategoryAnchor |
CategoryTextAnnotation.getCategoryAnchor()
Returns the category anchor point.
|
Modifier and Type | Method and Description |
---|---|
void |
CategoryTextAnnotation.setCategoryAnchor(CategoryAnchor anchor)
Sets the category anchor point and sends an
AnnotationChangeEvent to all registered listeners. |
Modifier and Type | Field and Description |
---|---|
static CategoryAnchor |
CategoryAnchor.END
End of period.
|
static CategoryAnchor |
CategoryAnchor.MIDDLE
Middle of period.
|
static CategoryAnchor |
CategoryAnchor.START
Start of period.
|
Modifier and Type | Method and Description |
---|---|
double |
CategoryAxis.getCategoryJava2DCoordinate(CategoryAnchor anchor,
int category,
int categoryCount,
Rectangle2D area,
RectangleEdge edge)
Returns the Java 2D coordinate for a category.
|
Modifier and Type | Method and Description |
---|---|
CategoryAnchor |
CategoryPlot.getDomainGridlinePosition()
Returns the position used for the domain gridlines.
|
Modifier and Type | Method and Description |
---|---|
void |
CategoryPlot.setDomainGridlinePosition(CategoryAnchor position)
Sets the position used for the domain gridlines and sends a
PlotChangeEvent to all registered listeners. |
Copyright © 2001–2017 JFree.org. All rights reserved.