com.itmill.toolkit.terminal.gwt.client.ui
Class AlignmentInfo
java.lang.Object
com.itmill.toolkit.terminal.gwt.client.ui.AlignmentInfo
public class AlignmentInfo
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALIGNMENT_LEFT
public static final int ALIGNMENT_LEFT
- See Also:
- Constant Field Values
ALIGNMENT_RIGHT
public static final int ALIGNMENT_RIGHT
- See Also:
- Constant Field Values
ALIGNMENT_TOP
public static final int ALIGNMENT_TOP
- See Also:
- Constant Field Values
ALIGNMENT_BOTTOM
public static final int ALIGNMENT_BOTTOM
- See Also:
- Constant Field Values
ALIGNMENT_HORIZONTAL_CENTER
public static final int ALIGNMENT_HORIZONTAL_CENTER
- See Also:
- Constant Field Values
ALIGNMENT_VERTICAL_CENTER
public static final int ALIGNMENT_VERTICAL_CENTER
- See Also:
- Constant Field Values
AlignmentInfo
public AlignmentInfo(int bitMask)
AlignmentInfo
public AlignmentInfo(int horizontal,
int vertical)
setAlignment
public void setAlignment(int horiz,
int vert)
getBitMask
public int getBitMask()
isTop
public boolean isTop()
isBottom
public boolean isBottom()
isLeft
public boolean isLeft()
isRight
public boolean isRight()
isVerticalCenter
public boolean isVerticalCenter()
isHorizontalCenter
public boolean isHorizontalCenter()
getVerticalAlignment
public String getVerticalAlignment()
getHorizontalAlignment
public String getHorizontalAlignment()
Copyright © 2000-2008 IT Mill Ltd. All Rights Reserved.