Package com.vaadin.client.widgets
Class Overlay.PositionAndSize
- java.lang.Object
-
- com.vaadin.client.widgets.Overlay.PositionAndSize
-
-
Constructor Summary
Constructors Constructor Description PositionAndSize(int left, int top, int width, int height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHeight()intgetLeft()intgetTop()intgetWidth()voidsetAnimationFromCenterProgress(double progress)voidsetHeight(int height)voidsetLeft(int left)voidsetTop(int top)voidsetWidth(int width)
-
-
-
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)
-
-