Uses of Class
org.jfree.chart.plot.PolarAxisLocation
Packages that use PolarAxisLocation
-
Uses of PolarAxisLocation in org.jfree.chart.plot
Fields in org.jfree.chart.plot declared as PolarAxisLocationModifier and TypeFieldDescriptionstatic final PolarAxisLocation
PolarAxisLocation.EAST_ABOVE
Axis above east.static final PolarAxisLocation
PolarAxisLocation.EAST_BELOW
Axis below east.static final PolarAxisLocation
PolarAxisLocation.NORTH_LEFT
Axis left of north.static final PolarAxisLocation
PolarAxisLocation.NORTH_RIGHT
Axis right of north.static final PolarAxisLocation
PolarAxisLocation.SOUTH_LEFT
Axis left of south.static final PolarAxisLocation
PolarAxisLocation.SOUTH_RIGHT
Axis right of south.static final PolarAxisLocation
PolarAxisLocation.WEST_ABOVE
Axis above west.static final PolarAxisLocation
PolarAxisLocation.WEST_BELOW
Axis below west.Methods in org.jfree.chart.plot that return PolarAxisLocationModifier and TypeMethodDescriptionPolarPlot.getAxisLocation()
Returns the location of the primary axis.PolarPlot.getAxisLocation
(int index) Returns the location for an axis.Methods in org.jfree.chart.plot with parameters of type PolarAxisLocationModifier and TypeMethodDescriptionprotected AxisState
PolarPlot.drawAxis
(ValueAxis axis, PolarAxisLocation location, Graphics2D g2, Rectangle2D plotArea) Draws the axis with the specified index.void
PolarPlot.setAxisLocation
(int index, PolarAxisLocation location) Sets the location for an axis and sends aPlotChangeEvent
to all registered listeners.void
PolarPlot.setAxisLocation
(int index, PolarAxisLocation location, boolean notify) Sets the axis location for an axis and, if requested, sends aPlotChangeEvent
to all registered listeners.void
PolarPlot.setAxisLocation
(PolarAxisLocation location) Sets the location of the primary axis and sends aPlotChangeEvent
to all registered listeners.void
PolarPlot.setAxisLocation
(PolarAxisLocation location, boolean notify) Sets the location of the primary axis and, if requested, sends aPlotChangeEvent
to all registered listeners.