Package totalcross.ui.gfx
Class GfxSurface
- java.lang.Object
-
- totalcross.ui.gfx.GfxSurface
-
public abstract class GfxSurface extends java.lang.ObjectGfxSurface is an abstract class that is extended by drawing surfaces, which can have a Graphics.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 Summary
Constructors Constructor Description GfxSurface()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract intgetHeight()abstract intgetWidth()abstract intgetX()abstract intgetY()
-