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
Methods in org.jfree.chart.axis that return AxisLabelLocation Modifier and Type Method Description AxisLabelLocationAxis. getLabelLocation()Returns the location of the axis label.static AxisLabelLocationAxisLabelLocation. valueOf(String name)Returns the enum constant of this type with the specified name.static AxisLabelLocation[]AxisLabelLocation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jfree.chart.axis with parameters of type AxisLabelLocation Modifier and Type Method Description protected TextAnchorAxis. labelAnchorH(AxisLabelLocation location)Returns the appropriate horizontal text anchor for the specified axis location.protected TextAnchorAxis. labelAnchorV(AxisLabelLocation location)Returns the appropriate vertical text anchor for the specified axis location.protected doubleAxis. labelLocationX(AxisLabelLocation location, Rectangle2D dataArea)Returns the x-coordinate for the point to which the axis label should be aligned.protected doubleAxis. labelLocationY(AxisLabelLocation location, Rectangle2D dataArea)Returns the y-coordinate for the point to which the axis label should be aligned.voidAxis. setLabelLocation(AxisLabelLocation location)Sets the axis label location and sends anAxisChangeEventto all registered listeners.
-