All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.eou.toolkit.gauge.bean.RollingCounter
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----com.sun.java.swing.JComponent
|
+----com.sun.java.swing.JPanel
|
+----com.ibm.eou.toolkit.gauge.BaseGauge
|
+----com.ibm.eou.toolkit.gauge.Counter
|
+----com.ibm.eou.toolkit.gauge.bean.RollingCounter
- public class RollingCounter
- extends Counter
- implements Serializable
This gauge is a specialisation of Counter, providing
a set of images for the counter digits, and constraining the
gauge base to the range 2 to 16.
-
RollingCounter()
- Create a RollingCounter, providing a default set of images for the
counter digits.
-
copyright()
-
-
setBase(int)
- Specify the base of the counter, constraining to the range 2 to 16.
-
setMaximum(int)
- Set the maximum of the gauge range.
-
setMinimum(int)
- Set the minimum of the gauge range.
RollingCounter
public RollingCounter()
- Create a RollingCounter, providing a default set of images for the
counter digits. All other properties take their default values as
defined by com.ibm.eou.toolkit.gauge.Counter(Image[]).
copyright
public static String copyright()
setBase
public void setBase(int newBase)
- Specify the base of the counter, constraining to the range 2 to 16.
Values outside of this range are ignored.
- Overrides:
- setBase in class Counter
setMaximum
public void setMaximum(int maximum)
- Set the maximum of the gauge range.
- Overrides:
- setMaximum in class BaseGauge
setMinimum
public void setMinimum(int minimum)
- Set the minimum of the gauge range.
- Overrides:
- setMinimum in class BaseGauge
All Packages Class Hierarchy This Package Previous Next Index