public interface IObjectWithBounds
Represents an object with bounds.
Modifier and Type | Method and Description |
---|---|
Rectangle |
getBounds()
Gets the object bounds.
|
int |
getHeight()
Gets the object height.
|
Size |
getSize()
Gets the object size.
|
int |
getWidth()
Gets the object width.
|
Size getSize()
Gets the object size.
Rectangle getBounds()
Gets the object bounds.
int getWidth()
Gets the object width.
int getHeight()