Uses of Class
org.jfree.chart.axis.AxisLabelLocation
-
Packages that use AxisLabelLocation Package Description org.jfree.chart.axis Axis classes and interfaces. -
-
Uses of AxisLabelLocation in org.jfree.chart.axis
Fields in org.jfree.chart.axis declared as AxisLabelLocation Modifier and Type Field Description static AxisLabelLocationAxisLabelLocation. HIGH_ENDAxis label at the top.static AxisLabelLocationAxisLabelLocation. LOW_ENDAxis label at the bottom.static AxisLabelLocationAxisLabelLocation. MIDDLEAxis label at the middle.Methods in org.jfree.chart.axis that return AxisLabelLocation Modifier and Type Method Description AxisLabelLocationAxis. getLabelLocation()Returns the location of the axis label.Methods in org.jfree.chart.axis with parameters of type AxisLabelLocation Modifier and Type Method Description protected org.jfree.ui.TextAnchorAxis. labelAnchorH(AxisLabelLocation location)protected org.jfree.ui.TextAnchorAxis. labelAnchorV(AxisLabelLocation location)protected doubleAxis. labelLocationX(AxisLabelLocation location, java.awt.geom.Rectangle2D dataArea)protected doubleAxis. labelLocationY(AxisLabelLocation location, java.awt.geom.Rectangle2D dataArea)voidAxis. setLabelLocation(AxisLabelLocation location)Sets the axis label location and sends anAxisChangeEventto all registered listeners.
-