FileDocCategorySizeDatePackage
GaugeLF.javaAPI DocphoneME MR2 API (J2ME)1937Wed May 02 18:00:22 BST 2007javax.microedition.lcdui

GaugeLF

public interface GaugeLF implements ItemLF
Look and Feel interface used by Gauge.

See Naming Conventions for information about method naming conventions.

Fields Summary
Constructors Summary
Methods Summary
public intlGetValue()
Returns the current value in the gauge.

return
the current value in the Gauge

public voidlSetMaxValue(int oldMaxValue, int maxValue)
Notifies L&F of a maximum value change in the corresponding Gauge.

param
oldMaxValue - the old maximum value set in the Gauge
param
maxValue - the new maximum value set in the Gauge

public voidlSetValue(int oldValue, int value)
Notifies L&F of a value change in the corresponding Gauge.

param
oldValue - the old value set in the Gauge
param
value - the new value set in the Gauge