Package org.jfree.util
Class UnitType
- java.lang.Object
-
- org.jfree.util.UnitType
-
- All Implemented Interfaces:
Serializable
public final class UnitType extends Object implements Serializable
Used to indicate absolute or relative units.- Author:
- David Gilbert
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Returnstrue
if this object is equal to the specified object, andfalse
otherwise.int
hashCode()
Returns a hash code value for the object.String
toString()
Returns a string representing the object.
-