public interface Renderable
GraphicsContext
. This area has an original size (before any
transformation) and this size can be retrieved using getWidth()
and getHeight()
methods.Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Gets the area height to render.
|
int |
getWidth()
Gets the area width to render.
|