All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.beans.gauge.LightBulbIndicator

java.lang.Object
   |
   +----java.awt.Component
           |
           +----COM.ibm.beans.gauge.BaseGauge
                   |
                   +----COM.ibm.beans.gauge.LightBulbIndicator

public class LightBulbIndicator
extends BaseGauge
implements Serializable

This gauge displays a single image selected from a set of images according to the current gauge value.


Constructor Index

 o LightBulbIndicator()
Default constructor

Method Index

 o copyright()
 
 o getInterval()
'get' accessor method for the interval property
 o getMinimumSize()
Return the minimum size of the gauge
 o paint(Graphics, Dimension, long, long, long, boolean, long, long, long)
Paint the gauge.
 o setInterval(long)
'set' accessor method for the interval property

Constructors

 o LightBulbIndicator

 public LightBulbIndicator()
Default constructor

Methods

 o copyright

 public static String copyright()

 o getMinimumSize

 public Dimension getMinimumSize()
Return the minimum size of the gauge
Overrides:
getMinimumSize in class Component

 o paint

 public void paint(Graphics g,
                   Dimension s,
                   long value,
                   long minimum,
                   long maximum,
                   boolean incremental,
                   long previousDisplayValue,
                   long previousMinimum,
                   long previousMaximum)
Paint the gauge.
Overrides:
paint in class BaseGauge

 o setInterval

 public void setInterval(long newinterval)
'set' accessor method for the interval property

 o getInterval

 public long getInterval()
'get' accessor method for the interval property

All Packages  Class Hierarchy  This Package  Previous  Next  Index

Copyright © Taligent, Inc. 1996 - 1997.
Copyright
© IBM Corporation 1996 - 1997.
All Rights Reserved.