Gauge Beans API
API documentation is produced by running the source code through the javadoc program supplied with Sun's JDK.
The Gauge Bean implementations are spread across several packages...
- com.ibm.eou.toolkit.gauge.bean
This package contains the bean-specific code for extensions of gauges in com.ibm.eou.toolkit.gauge, including
default property settings and references to supplied images.
- com.ibm.eou.toolkit.gauge
This package contains the various gauge classes, plus the kernel gauge class which all
gauges extend. It also contains the synchronization classes that handle the damping
behaviors for gauges.
- com.ibm.eou.toolkit.graphics
This package contains some graphical classes that provide rendering services used by some
of the gauges.
- com.ibm.eou.toolkit.util
This package contains some utility classes for handling threads and value normalization
used by some of the gauges.
