Package | Description |
---|---|
org.jfree.chart.axis |
Axis classes and interfaces.
|
Modifier and Type | Field and Description |
---|---|
static AxisLabelLocation |
AxisLabelLocation.HIGH_END
Axis label at the top.
|
static AxisLabelLocation |
AxisLabelLocation.LOW_END
Axis label at the bottom.
|
static AxisLabelLocation |
AxisLabelLocation.MIDDLE
Axis label at the middle.
|
Modifier and Type | Method and Description |
---|---|
AxisLabelLocation |
Axis.getLabelLocation()
Returns the location of the axis label.
|
Modifier and Type | Method and Description |
---|---|
protected org.jfree.ui.TextAnchor |
Axis.labelAnchorH(AxisLabelLocation location) |
protected org.jfree.ui.TextAnchor |
Axis.labelAnchorV(AxisLabelLocation location) |
protected double |
Axis.labelLocationX(AxisLabelLocation location,
java.awt.geom.Rectangle2D dataArea) |
protected double |
Axis.labelLocationY(AxisLabelLocation location,
java.awt.geom.Rectangle2D dataArea) |
void |
Axis.setLabelLocation(AxisLabelLocation location)
Sets the axis label location and sends an
AxisChangeEvent to
all registered listeners. |