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