com.vwp.jLCD
Class HBarWidget

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

public class HBarWidget
extends Widget


Constructor Summary
HBarWidget(int x, int y, int length)
           
 
Method Summary
 int getLength()
           
 java.lang.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

HBarWidget

public HBarWidget(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 java.lang.String getType()
Specified by:
getType in class Widget