public interface MaxSizeView
Modifier and Type | Method and Description |
---|---|
int |
getMaximumHeight()
Gets maximum height
|
int |
getMaximumWidth()
Gets maximum width
|
void |
setMaximumHeight(int maxHeight)
Sets maximum height.
|
void |
setMaximumWidth(int maxWidth)
Sets maximum width.
|
void setMaximumWidth(int maxWidth)
maxWidth
- maximal widthint getMaximumWidth()
void setMaximumHeight(int maxHeight)
maxHeight
- maximum heightint getMaximumHeight()