- All Known Subinterfaces:
- Transformable
- All Known Implementing Classes:
- TextItem, TransformableImageItem
- public interface Sizable
|
Method Summary |
int |
getHeight()
Getter for property height. |
int |
getWidth()
Getter for property width. |
void |
setHeight(int height)
Setter for property height. |
void |
setWidth(int width)
Setter for property width. |
setWidth
public void setWidth(int width)
- Setter for property width.
setHeight
public void setHeight(int height)
- Setter for property height.
getWidth
public int getWidth()
- Getter for property width.
getHeight
public int getHeight()
- Getter for property height.