Class TextLabel
- java.lang.Object
-
- nl.colorize.multimedialib.scene.ui.Widget
-
- nl.colorize.multimedialib.scene.ui.TextLabel
-
- All Implemented Interfaces:
Renderable,Updatable,SubSystem
public class TextLabel extends Widget
Simple text label that is drawn at the specified coordinates.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrender(GraphicsContext graphics)voidupdate(float deltaTime)Updates this object for the current frame.-
Methods inherited from class nl.colorize.multimedialib.scene.ui.Widget
getLocation, getX, getY, setLocation
-
-
-
-
Method Detail
-
update
public void update(float deltaTime)
Description copied from interface:UpdatableUpdates this object for the current frame.- Parameters:
deltaTime- Elapsed time since the last frame, in seconds.
-
render
public void render(GraphicsContext graphics)
-
-