|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PolarAxisLocation | |
---|---|
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 | |
---|---|
static PolarAxisLocation |
PolarAxisLocation.EAST_ABOVE
Axis above east. |
static PolarAxisLocation |
PolarAxisLocation.EAST_BELOW
Axis below east. |
static PolarAxisLocation |
PolarAxisLocation.NORTH_LEFT
Axis left of north. |
static PolarAxisLocation |
PolarAxisLocation.NORTH_RIGHT
Axis right of north. |
static PolarAxisLocation |
PolarAxisLocation.SOUTH_LEFT
Axis left of south. |
static PolarAxisLocation |
PolarAxisLocation.SOUTH_RIGHT
Axis right of south. |
static PolarAxisLocation |
PolarAxisLocation.WEST_ABOVE
Axis above west. |
static PolarAxisLocation |
PolarAxisLocation.WEST_BELOW
Axis below west. |
Methods in org.jfree.chart.plot that return PolarAxisLocation | |
---|---|
PolarAxisLocation |
PolarPlot.getAxisLocation()
Returns the location of the primary axis. |
PolarAxisLocation |
PolarPlot.getAxisLocation(int index)
Returns the location for an axis. |
Methods in org.jfree.chart.plot with parameters of type PolarAxisLocation | |
---|---|
protected 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 a PlotChangeEvent
to all registered listeners. |
void |
PolarPlot.setAxisLocation(int index,
PolarAxisLocation location,
boolean notify)
Sets the axis location for an axis and, if requested, sends a PlotChangeEvent to all registered listeners. |
void |
PolarPlot.setAxisLocation(PolarAxisLocation location)
Sets the location of the primary axis and sends a PlotChangeEvent to all registered listeners. |
void |
PolarPlot.setAxisLocation(PolarAxisLocation location,
boolean notify)
Sets the location of the primary axis and, if requested, sends a PlotChangeEvent to all registered listeners. |
|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |