All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.eou.toolkit.gauge.bean.BarIndicator

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.BarIndicator
                                                   |
                                                   +----com.ibm.eou.toolkit.gauge.bean.BarIndicator

public class BarIndicator
extends BarIndicator
implements Serializable
This gauge is a very lightweight extension of com.ibm.eou.toolkit.gauge.BarIndicator. Refer to the class documentation of that class for more information.


Constructor Index

 o BarIndicator()
Create a BarIndicator with an initial value of 100 and a range of 0 to 100.

Method Index

 o copyright()
 o getMinimumSize()

Constructors

 o BarIndicator
 public BarIndicator()
Create a BarIndicator with an initial value of 100 and a range of 0 to 100. The other properties default to a bar filled with a grey ColorGradient.

Methods

 o copyright
 public static String copyright()
 o getMinimumSize
 public Dimension getMinimumSize()
Overrides:
getMinimumSize in class BarIndicator

All Packages  Class Hierarchy  This Package  Previous  Next  Index