com.vwp.jLCD
Class VBarWidget

java.lang.Object
  extended by com.vwp.jLCD.Widget
      extended by com.vwp.jLCD.VBarWidget

public class VBarWidget
extends Widget


Field Summary
 
Fields inherited from class com.vwp.jLCD.Widget
ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT
 
Constructor Summary
VBarWidget(int x, int y, int length)
           
 
Method Summary
 int getLength()
           
 String getType()
           
 int getX()
           
 int getY()
           
 void setLength(int length)
           
 void setX(int x)
           
 void setY(int y)
           
 
Methods inherited from class com.vwp.jLCD.Widget
getID
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VBarWidget

public VBarWidget(int x,
                  int y,
                  int length)
Method Detail

getX

public int getX()

setX

public void setX(int x)

getY

public int getY()

setY

public void setY(int y)

getLength

public int getLength()

setLength

public void setLength(int length)

getType

public String getType()
Specified by:
getType in class Widget