Name

javax.microedition.lcdui.Gauge

Synopsis

This class implements a bar graph, optionally interactive, that displays values intended for use in a form.

public classGauge extends Item {
   // public constructors
   public Gauge(String label, boolean interactive, int max, int initial);
   // public instance methods
   public int getMaxValue(  );
   public int getValue(  );
   public boolean isInteractive(  );
   public void setMaxValue(int maxValue);
   public void setValue(int value);
}

Get Wireless Java now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.