Package org.jfree.chart.plot
Class PolarAxisLocation
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
FieldsModifier and TypeFieldDescriptionstatic final PolarAxisLocation
Axis above east.static final PolarAxisLocation
Axis below east.private String
The name.static final PolarAxisLocation
Axis left of north.static final PolarAxisLocation
Axis right of north.private static final long
For serialization.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. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDFor serialization.- See Also:
-
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. -
name
The name.
-
-
Constructor Details
-
PolarAxisLocation
Private constructor.- Parameters:
name
- the name.
-
-
Method Details
-
toString
Returns a string representing the object. -
equals
Returnstrue
if this object is equal to the specified object, andfalse
otherwise. -
readResolve
Ensures that serialization returns the unique instances.- Returns:
- The object.
- Throws:
ObjectStreamException
- if there is a problem.
-