Package org.jfree.chart.plot
Class PolarAxisLocation
java.lang.Object
org.jfree.chart.plot.PolarAxisLocation
- All Implemented Interfaces:
Serializable
public final class PolarAxisLocation extends Object implements Serializable
Used to indicate the location of an axis on a
PolarPlot.- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static PolarAxisLocationEAST_ABOVEAxis above east.static PolarAxisLocationEAST_BELOWAxis below east.static PolarAxisLocationNORTH_LEFTAxis left of north.static PolarAxisLocationNORTH_RIGHTAxis right of north.static PolarAxisLocationSOUTH_LEFTAxis left of south.static PolarAxisLocationSOUTH_RIGHTAxis right of south.static PolarAxisLocationWEST_ABOVEAxis above west.static PolarAxisLocationWEST_BELOWAxis 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
Returnstrueif this object is equal to the specified object, andfalseotherwise.
-