com.vwp.jLCD
Class Widget
java.lang.Object
com.vwp.jLCD.Widget
- Direct Known Subclasses:
- HBarWidget, IconWidget, StringWidget, TitleWidget, VBarWidget
public abstract class Widget
- extends Object
ALIGN_LEFT
public static final int ALIGN_LEFT
- See Also:
- Constant Field Values
ALIGN_CENTER
public static final int ALIGN_CENTER
- left-align the text
- See Also:
- Constant Field Values
ALIGN_RIGHT
public static final int ALIGN_RIGHT
- center the text
- See Also:
- Constant Field Values
Widget
public Widget()
getID
public Integer getID()
- Returns:
- the unique ID of this widget
getType
public abstract String getType()