java.lang.Object
org.jfree.chart.axis.AxisLabelLocation
- All Implemented Interfaces:
Serializable
Used to indicate the location of an axis label.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AxisLabelLocation
Axis label at the top.static final AxisLabelLocation
Axis label at the bottom.static final AxisLabelLocation
Axis label at the middle. -
Method Summary
-
Field Details
-
HIGH_END
Axis label at the top. -
MIDDLE
Axis label at the middle. -
LOW_END
Axis label at the bottom.
-
-
Method Details
-
toString
Returns a string representing the object. -
equals
Returnstrue
if this object is equal to the specified object, andfalse
otherwise. -
hashCode
public int hashCode()Returns a hash code for this instance.
-