Uses of Class
org.jfree.chart.plot.PolarAxisLocation
-
Uses of PolarAxisLocation in org.jfree.chart.plot
Modifier 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.Modifier and TypeMethodDescriptionPolarPlot.getAxisLocation()
Returns the location of the primary axis.PolarPlot.getAxisLocation
(int index) Returns the location for an axis.Modifier 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.