We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.terminal.gwt.client.ui.
Class VOverlay.PositionAndSize
java.lang.Object
com.vaadin.terminal.gwt.client.ui.VOverlay.PositionAndSize
Enclosing class:
- extends Object
public static class VOverlay.PositionAndSize
Constructor Summary | |
---|---|
VOverlay.PositionAndSize(int left,
int top,
int width,
int height)
|
Method Summary | |
---|---|
int |
getHeight()
|
int |
getLeft()
|
int |
getTop()
|
int |
getWidth()
|
void |
setAnimationFromCenterProgress(double progress)
|
void |
setHeight(int height)
|
void |
setLeft(int left)
|
void |
setTop(int top)
|
void |
setWidth(int width)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
VOverlay.PositionAndSize
public VOverlay.PositionAndSize(int left,
int top,
int width,
int height)
Method Detail |
---|
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)