java.lang.Object
org.jfree.chart.block.LengthConstraintType
- All Implemented Interfaces:
Serializable
Defines tokens used to indicate a length constraint type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final LengthConstraintType
FIXED.static final LengthConstraintType
NONE.static final LengthConstraintType
Range. -
Method Summary
-
Field Details
-
NONE
NONE. -
RANGE
Range. -
FIXED
FIXED.
-
-
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.
-