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.
-
BarIndicator()
- Create a BarIndicator with an initial value of 100 and a range of 0 to 100.
-
copyright()
-
-
getMinimumSize()
-
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.
copyright
public static String copyright()
getMinimumSize
public Dimension getMinimumSize()
- Overrides:
- getMinimumSize in class BarIndicator
All Packages Class Hierarchy This Package Previous Next Index