java.lang.Object
org.jfree.chart.ui.LengthAdjustmentType
- All Implemented Interfaces:
Serializable
Represents the three options for adjusting a length: expand, contract, and
no change.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final LengthAdjustmentType
CONTRACT.static final LengthAdjustmentType
EXPAND.static final LengthAdjustmentType
NO_CHANGE. -
Method Summary
-
Field Details
-
NO_CHANGE
NO_CHANGE. -
EXPAND
EXPAND. -
CONTRACT
CONTRACT.
-
-
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 value for the object.
-