Package | Description |
---|---|
org.jfree.chart.plot |
Plot classes and related interfaces.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
PolarAxisLocation |
PolarPlot.getAxisLocation()
Returns the location of the primary axis.
|
PolarAxisLocation |
PolarPlot.getAxisLocation(int index)
Returns the location for an axis.
|
Modifier and Type | Method and Description |
---|---|
protected AxisState |
PolarPlot.drawAxis(ValueAxis axis,
PolarAxisLocation location,
java.awt.Graphics2D g2,
java.awt.geom.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. |