public interface Surface
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Get the height.
|
int |
getLocationIntX()
Get the current rounded horizontal location.
|
int |
getLocationIntY()
Get the current rounded vertical location.
|
int |
getLocationOffsetX()
Get the horizontal offset location.
|
int |
getLocationOffsetY()
Get the vertical offset location.
|
int |
getWidth()
Get the width.
|
int getLocationIntX()
int getLocationIntY()
int getLocationOffsetX()
int getLocationOffsetY()
int getWidth()
int getHeight()