Uses of Class
org.jfree.chart.axis.AxisLabelLocation
-
Uses of AxisLabelLocation in org.jfree.chart.axis
Modifier and TypeFieldDescriptionstatic final AxisLabelLocation
AxisLabelLocation.HIGH_END
Axis label at the top.static final AxisLabelLocation
AxisLabelLocation.LOW_END
Axis label at the bottom.static final AxisLabelLocation
AxisLabelLocation.MIDDLE
Axis label at the middle.Modifier and TypeMethodDescriptionAxis.getLabelLocation()
Returns the location of the axis label.Modifier and TypeMethodDescriptionprotected TextAnchor
Axis.labelAnchorH
(AxisLabelLocation location) Returns the appropriate horizontal text anchor for the specified axis location.protected TextAnchor
Axis.labelAnchorV
(AxisLabelLocation location) Returns the appropriate vertical text anchor for the specified axis location.protected double
Axis.labelLocationX
(AxisLabelLocation location, Rectangle2D dataArea) Returns the x-coordinate for the point to which the axis label should be aligned.protected double
Axis.labelLocationY
(AxisLabelLocation location, Rectangle2D dataArea) Returns the y-coordinate for the point to which the axis label should be aligned.void
Axis.setLabelLocation
(AxisLabelLocation location) Sets the axis label location and sends anAxisChangeEvent
to all registered listeners.