| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.portal.content.Orientation
public final class Orientation
The Orientation
class is a finite enumeration of the possible
orientations that a container can operate at. Possible orientations are
"horizontal" and "vertical". An orientation might be returned from
LayoutMetrics.
Field Summary | |
---|---|
static Orientation | HORIZONTAL
The horizontal orientation |
static Orientation | VERTICAL
The vertical orientation |
Method Summary | |
---|---|
boolean | equals(java.lang.Object obj)
|
int | hashCode()
|
Orientation | opposite()
Returns the opposite of this orientation. |
java.lang.String | toString()
Returns a textual representation of the orientation. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Orientation HORIZONTAL
public static final Orientation VERTICAL
Method Detail |
---|
public Orientation opposite()
public java.lang.String toString()
public boolean equals(java.lang.Object obj)
public int hashCode()
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |