Maven module :un.engine : engine-ui :
Class : un.engine.ui.widget.WGraphicText
Extends/Implements : un.engine.ui.widget.WLeaf
Subclasses : -

Widget holding a single text.
author  Johann Sorel


Variables : PROPERTY_TEXT
Functions : WGraphicText, WGraphicText, getText, setText, varText



Property for the widget text.
public Chars PROPERTY_TEXT


public void WGraphicText ()

public void WGraphicText (CharArray text)


Get graphic text.
return  CharArray, can be null
public CharArray getText ()


Set graphic text.
param  text can be null
public void setText (CharArray text)


Get text variable.
return  Variable.
public Variable varText ()