public abstract class GfxSurface
extends java.lang.Object
Control and Image are the only two classes that implement the GfxSurface interface. If any other class tries to extend GfxSurface, a RuntimeException will be thrown at the device.
Constructor and Description |
---|
GfxSurface() |
Modifier and Type | Method and Description |
---|---|
abstract int |
getHeight() |
abstract int |
getWidth() |
abstract int |
getX() |
abstract int |
getY() |