Uses of Class
org.jfree.chart.plot.PolarAxisLocation
-
Packages that use PolarAxisLocation Package Description org.jfree.chart.plot Plot classes and related interfaces. -
-
Uses of PolarAxisLocation in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return PolarAxisLocation Modifier and Type Method Description PolarAxisLocationPolarPlot. getAxisLocation()Returns the location of the primary axis.PolarAxisLocationPolarPlot. getAxisLocation(int index)Returns the location for an axis.static PolarAxisLocationPolarAxisLocation. valueOf(String name)Returns the enum constant of this type with the specified name.static PolarAxisLocation[]PolarAxisLocation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jfree.chart.plot with parameters of type PolarAxisLocation Modifier and Type Method Description protected AxisStatePolarPlot. drawAxis(ValueAxis axis, PolarAxisLocation location, Graphics2D g2, Rectangle2D plotArea)Draws the axis with the specified index.voidPolarPlot. setAxisLocation(int index, PolarAxisLocation location)Sets the location for an axis and sends aPlotChangeEventto all registered listeners.voidPolarPlot. setAxisLocation(int index, PolarAxisLocation location, boolean notify)Sets the axis location for an axis and, if requested, sends aPlotChangeEventto all registered listeners.voidPolarPlot. setAxisLocation(PolarAxisLocation location)Sets the location of the primary axis and sends aPlotChangeEventto all registered listeners.voidPolarPlot. setAxisLocation(PolarAxisLocation location, boolean notify)Sets the location of the primary axis and, if requested, sends aPlotChangeEventto all registered listeners.
-