public interface IDimension
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Gets the height.
|
int |
getWidth()
Gets the width.
|
void |
setHeight(int height)
Sets the height.
|
void |
setWidth(int width)
Sets the width.
|
int getWidth()
void setWidth(int width)
width
- the new width of this dimensionint getHeight()
void setHeight(int height)
height
- the new height of this dimension