Method | Description |
---|
equals(Object obj) | This method returns true if this object is equal to the specified object and false otherwise. |
hashCode( ) | This method returns a hash code for this instance. |
isHorizontal( ) | This method returns true if this orientation is HORIZONTAL, and false otherwise. |
isVertical( ) | This method returns true if this orientation is VERTICAL, and false otherwise. |
toString( ) | This method returns a string representing the object. |