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.


Constructor Index

 o RollingCounter()
Create a RollingCounter, providing a default set of images for the counter digits.

Method Index

 o copyright()
 o setBase(int)
Specify the base of the counter, constraining to the range 2 to 16.
 o setMaximum(int)
Set the maximum of the gauge range.
 o setMinimum(int)
Set the minimum of the gauge range.

Constructors

 o 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[]).

Methods

 o copyright
 public static String copyright()
 o 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
 o setMaximum
 public void setMaximum(int maximum)
Set the maximum of the gauge range.

Overrides:
setMaximum in class BaseGauge
 o 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