| java.lang.Object org.jfree.ui.HorizontalAlignment
HorizontalAlignment | final public class HorizontalAlignment implements Serializable(Code) | | An enumeration of the horizontal alignment types (LEFT ,
RIGHT and CENTER ).
author: David Gilbert |
Method Summary | |
public boolean | equals(Object obj) Returns true if this object is equal to the specified
object, and false otherwise.
Parameters: obj - the object (null permitted). | 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 obj)(Code) | | Returns true if this object is equal to the specified
object, and false otherwise.
Parameters: obj - the object (null permitted). 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. |
|
|