java.lang.Object
org.jfree.chart.plot.PolarAxisLocation
- All Implemented Interfaces:
Serializable
Used to indicate the location of an axis on a
PolarPlot
.- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PolarAxisLocation
Axis above east.static final PolarAxisLocation
Axis below east.static final PolarAxisLocation
Axis left of north.static final PolarAxisLocation
Axis right of north.static final PolarAxisLocation
Axis left of south.static final PolarAxisLocation
Axis right of south.static final PolarAxisLocation
Axis above west.static final PolarAxisLocation
Axis below west. -
Method Summary
-
Field Details
-
NORTH_LEFT
Axis left of north. -
NORTH_RIGHT
Axis right of north. -
SOUTH_LEFT
Axis left of south. -
SOUTH_RIGHT
Axis right of south. -
EAST_ABOVE
Axis above east. -
EAST_BELOW
Axis below east. -
WEST_ABOVE
Axis above west. -
WEST_BELOW
Axis below west.
-
-
Method Details
-
toString
Returns a string representing the object. -
equals
Returnstrue
if this object is equal to the specified object, andfalse
otherwise.
-