KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > microedition > lcdui > Gauge

javax.microedition.lcdui
Class Gauge

java.lang.Object
  |
  +--javax.microedition.lcdui.Item
        |
        +--javax.microedition.lcdui.Gauge
See Also:
Source Code, STOP

public static final int CONTINUOUS_IDLE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int CONTINUOUS_RUNNING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Gauge(String label,
             boolean interactive,
             int maxValue,
             int initialValue)
See Also:
INCREMENTAL_UPDATING, CONTINUOUS_RUNNING, INCREMENTAL_IDLE, CONTINUOUS_IDLE, INDEFINITE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getMaxValue()
See Also:
setMaxValue(int), INDEFINITE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getValue()
See Also:
setValue(int), INCREMENTAL_UPDATING, CONTINUOUS_RUNNING, INCREMENTAL_IDLE, CONTINUOUS_IDLE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int INCREMENTAL_IDLE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int INCREMENTAL_UPDATING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int INDEFINITE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isInteractive()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setMaxValue(int maxValue)
See Also:
getMaxValue(), INDEFINITE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setValue(int value)
See Also:
getValue(), INCREMENTAL_UPDATING, CONTINUOUS_RUNNING, INCREMENTAL_IDLE, CONTINUOUS_IDLE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags