com.vaadin.client.widgets
Class Overlay.PositionAndSize
java.lang.Object
com.vaadin.client.widgets.Overlay.PositionAndSize
- Enclosing class:
- Overlay
public static class Overlay.PositionAndSize
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Overlay.PositionAndSize
public Overlay.PositionAndSize(int left,
int top,
int width,
int height)
getLeft
public int getLeft()
setLeft
public void setLeft(int left)
getTop
public int getTop()
setTop
public void setTop(int top)
getWidth
public int getWidth()
setWidth
public void setWidth(int width)
getHeight
public int getHeight()
setHeight
public void setHeight(int height)
setAnimationFromCenterProgress
public void setAnimationFromCenterProgress(double progress)
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.