All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.eou.toolkit.gauge.bean.StackBookIndicator
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.StackImageIndicator
|
+----com.ibm.eou.toolkit.gauge.bean.StackBookIndicator
- public class StackBookIndicator
- extends StackImageIndicator
- implements Serializable
This gauge is a specialisation of StackImageIndicator, providing
images of red and blue books to represent the gauge value, and
establishing some default properties to suit these images.
-
StackBookIndicator()
- Create a StackBookIndicator with the default range and initial
value, an image deviation of 14% of the image width, and an 81 pixel
image overlap.
-
copyright()
- Copyright methond to ensure that short copyright string appears in the class file.
-
getMinimumSize()
-
StackBookIndicator
public StackBookIndicator()
- Create a StackBookIndicator with the default range and initial
value, an image deviation of 14% of the image width, and an 81 pixel
image overlap.
copyright
public static String copyright()
- Copyright methond to ensure that short copyright string appears in the class file.
getMinimumSize
public Dimension getMinimumSize()
- Overrides:
- getMinimumSize in class StackImageIndicator
All Packages Class Hierarchy This Package Previous Next Index