com.vwp.jLCD
Class Widget

java.lang.Object
  extended by com.vwp.jLCD.Widget
Direct Known Subclasses:
HBarWidget, IconWidget, StringWidget, TitleWidget, VBarWidget

public abstract class Widget
extends Object


Field Summary
static int ALIGN_CENTER
          left-align the text
static int ALIGN_LEFT
           
static int ALIGN_RIGHT
          center the text
 
Constructor Summary
Widget()
           
 
Method Summary
 Integer getID()
           
abstract  String getType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Widget

public Widget()
Method Detail

getID

public Integer getID()
Returns:
the unique ID of this widget

getType

public abstract String getType()