All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.eou.toolkit.gauge.bean.RAGNeedle
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.NeedleGauge
|
+----com.ibm.eou.toolkit.gauge.RAGNeedleGauge
|
+----com.ibm.eou.toolkit.gauge.bean.RAGNeedle
- public class RAGNeedle
- extends RAGNeedleGauge
- implements Serializable
This gauge is a specialisation of RAGNeedleGauge. It provides
a default title, and allows the synchronization to be expressed
in terms of a damping value.
-
RAGNeedle()
- Create a RAGNeedle with critical damping.
-
copyright()
-
-
getDamping()
- Return the needle damping.
-
setDamping(double)
- Specify the needle damping.
RAGNeedle
public RAGNeedle()
- Create a RAGNeedle with critical damping.
All other properties take their default values as
defined by com.ibm.eou.toolkit.gauge.RAGNeedleGauge().
copyright
public static String copyright()
setDamping
public void setDamping(double newvalue)
- Specify the needle damping.
It is constrained to positive real numbers, with values less 1
being under damped such that the needle will tend to oscillate
before settling on its new value.
getDamping
public double getDamping()
- Return the needle damping.
All Packages Class Hierarchy This Package Previous Next Index