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 PolarAxisLocationAxis above east.static final PolarAxisLocationAxis below east.private StringThe name.static final PolarAxisLocationAxis left of north.static final PolarAxisLocationAxis right of north.private static final longFor serialization.static final PolarAxisLocationAxis left of south.static final PolarAxisLocationAxis right of south.static final PolarAxisLocationAxis above west.static final PolarAxisLocationAxis 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
Returnstrueif this object is equal to the specified object, andfalseotherwise. -
readResolve
Ensures that serialization returns the unique instances.- Returns:
- The object.
- Throws:
ObjectStreamException- if there is a problem.
-