All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.beans.gauge.RAGNeedle
java.lang.Object
|
+----java.awt.Component
|
+----COM.ibm.beans.gauge.BaseGauge
|
+----COM.ibm.beans.gauge.Needle
|
+----COM.ibm.beans.gauge.RAGNeedle
- public class RAGNeedle
- extends Needle
- implements Serializable, PropertyChangeListener
This gauge is semicircular with a swinging needle. The area
within the needle is divided into three color segments: Red,
Amber, Green. The thresholds between these segments can be
specified. A title may also be drawn.
RAGNeedle()
- Default Constructor
copyright()
-
getAGThreshold()
- 'get' accessor method for AGThreshold property
getRAThreshold()
- 'get' accessor method for RAThreshold property
propertyChange(PropertyChangeEvent)
- PropertyChangeListener implementation - need to know when
either minimum or maximum property has changed to update
gradient
setAGThreshold(long)
- 'set' accessor method for AGThreshold property
setRAThreshold(long)
- 'set' accessor method for RAThreshold property
RAGNeedle
public RAGNeedle()
- Default Constructor
copyright
public static String copyright()
setRAThreshold
public void setRAThreshold(long newvalue)
- 'set' accessor method for RAThreshold property
getRAThreshold
public long getRAThreshold()
- 'get' accessor method for RAThreshold property
setAGThreshold
public void setAGThreshold(long newvalue)
- 'set' accessor method for AGThreshold property
getAGThreshold
public long getAGThreshold()
- 'get' accessor method for AGThreshold property
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- PropertyChangeListener implementation - need to know when
either minimum or maximum property has changed to update
gradient
All Packages Class Hierarchy This Package Previous Next Index
Copyright ©
Taligent, Inc. 1996 - 1997.
Copyright © IBM Corporation 1996 - 1997.
All Rights Reserved.