org.jfree.ui
Class LengthAdjustmentType
java.lang.Object
org.jfree.ui.LengthAdjustmentType
- Serializable
extends java.lang.Object
implements Serializable
Represents the three options for adjusting a length: expand, contract, and
no change.
boolean | equals(Object obj) - Returns
true if this object is equal to the specified
object, and false otherwise.
|
int | hashCode() - Returns a hash code value for the object.
|
String | toString() - Returns a string representing the object.
|
equals
public boolean equals(Object obj)
Returns true
if this object is equal to the specified
object, and false
otherwise.
obj
- the other object (null
permitted).
hashCode
public int hashCode()
Returns a hash code value for the object.
toString
public String toString()
Returns a string representing the object.