| java.lang.Object org.jfree.ui.VerticalAlignment
VerticalAlignment | final public class VerticalAlignment implements Serializable(Code) | | An enumeration of the vertical alignment types (TOP ,
BOTTOM and CENTER ).
author: David Gilbert |
Method Summary | |
public boolean | equals(Object o) Returns true if this object is equal to the specified
object, and false otherwise.
Parameters: o - the other object. | public int | hashCode() Returns a hash code value for the object. | public String | toString() Returns a string representing the object. |
equals | public boolean equals(Object o)(Code) | | Returns true if this object is equal to the specified
object, and false otherwise.
Parameters: o - the other object. a boolean. |
hashCode | public int hashCode()(Code) | | Returns a hash code value for the object.
the hashcode |
toString | public String toString()(Code) | | Returns a string representing the object.
the string. |
|
|