Uses of Class
org.jfree.chart.axis.AxisLabelLocation
Packages that use AxisLabelLocation
-
Uses of AxisLabelLocation in org.jfree.chart.axis
Fields in org.jfree.chart.axis declared as AxisLabelLocationModifier 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.Methods in org.jfree.chart.axis that return AxisLabelLocationModifier and TypeMethodDescriptionAxis.getLabelLocation()
Returns the location of the axis label.Methods in org.jfree.chart.axis with parameters of type AxisLabelLocationModifier and TypeMethodDescriptionprotected org.jfree.ui.TextAnchor
Axis.labelAnchorH
(AxisLabelLocation location) protected org.jfree.ui.TextAnchor
Axis.labelAnchorV
(AxisLabelLocation location) protected double
Axis.labelLocationX
(AxisLabelLocation location, Rectangle2D dataArea) protected double
Axis.labelLocationY
(AxisLabelLocation location, Rectangle2D dataArea) void
Axis.setLabelLocation
(AxisLabelLocation location) Sets the axis label location and sends anAxisChangeEvent
to all registered listeners.