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.


Constructor Index

 o RAGNeedle()
Default Constructor

Method Index

 o copyright()
 
 o getAGThreshold()
'get' accessor method for AGThreshold property
 o getRAThreshold()
'get' accessor method for RAThreshold property
 o propertyChange(PropertyChangeEvent)
PropertyChangeListener implementation - need to know when either minimum or maximum property has changed to update gradient
 o setAGThreshold(long)
'set' accessor method for AGThreshold property
 o setRAThreshold(long)
'set' accessor method for RAThreshold property

Constructors

 o RAGNeedle

 public RAGNeedle()
Default Constructor

Methods

 o copyright

 public static String copyright()

 o setRAThreshold

 public void setRAThreshold(long newvalue)
'set' accessor method for RAThreshold property

 o getRAThreshold

 public long getRAThreshold()
'get' accessor method for RAThreshold property

 o setAGThreshold

 public void setAGThreshold(long newvalue)
'set' accessor method for AGThreshold property

 o getAGThreshold

 public long getAGThreshold()
'get' accessor method for AGThreshold property

 o 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.