Uses of Class
org.jfree.chart.plot.PolarAxisLocation
| Package | Description |
|---|---|
| org.jfree.chart.plot |
Plot classes and related interfaces.
|
-
Uses of PolarAxisLocation in org.jfree.chart.plot
Fields in org.jfree.chart.plot declared as PolarAxisLocation Modifier and Type Field Description static PolarAxisLocationPolarAxisLocation. EAST_ABOVEAxis above east.static PolarAxisLocationPolarAxisLocation. EAST_BELOWAxis below east.static PolarAxisLocationPolarAxisLocation. NORTH_LEFTAxis left of north.static PolarAxisLocationPolarAxisLocation. NORTH_RIGHTAxis right of north.static PolarAxisLocationPolarAxisLocation. SOUTH_LEFTAxis left of south.static PolarAxisLocationPolarAxisLocation. SOUTH_RIGHTAxis right of south.static PolarAxisLocationPolarAxisLocation. WEST_ABOVEAxis above west.static PolarAxisLocationPolarAxisLocation. WEST_BELOWAxis below west.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.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.