Class Widget
- java.lang.Object
-
- nl.colorize.multimedialib.scene.ui.Widget
-
- All Implemented Interfaces:
Renderable,Updatable,SubSystem
public abstract class Widget extends java.lang.Object implements SubSystem
Base class for all subsystems that emulate user interface widgets (buttons, select boxes, text fields, etc.). This does not actually use the platform's native user interface, but implements graphics and interaction entirely in MultimediaLib so that the widgets works across all platforms.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocationgetLocation()protected floatgetX()protected floatgetY()voidsetLocation(Location location)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface nl.colorize.multimedialib.renderer.Renderable
render
-
-