GaugeLFpublic interface GaugeLF implements ItemLFLook and Feel interface used by Gauge.
See Naming Conventions
for information about method naming conventions. |
Methods Summary |
---|
public int | lGetValue()Returns the current value in the gauge.
| public void | lSetMaxValue(int oldMaxValue, int maxValue)Notifies L&F of a maximum value change in the corresponding Gauge.
| public void | lSetValue(int oldValue, int value)Notifies L&F of a value change in the corresponding Gauge.
|
|