| Constructor and Description |
|---|
PositionAndSize(int left,
int top,
int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public int getLeft()
public void setLeft(int left)
public int getTop()
public void setTop(int top)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public void setAnimationFromCenterProgress(double progress)
Copyright © 2016 Vaadin Ltd. All rights reserved.