Lines Matching refs:FloatControl
29 * A <code>FloatControl</code> object provides control over a range of
33 * of <code>FloatControl</code> implement controls, such as gain and pan, that
35 * The <code>{@link FloatControl.Type}</code>
39 * The <code>FloatControl</code> abstract class provides methods to set and get
43 * new value over a specified period of time. <code>FloatControl</code> also
54 public abstract class FloatControl extends Control {
139 protected FloatControl(Type type, float minimum, float maximum,
193 protected FloatControl(Type type, float minimum, float maximum,
368 * An instance of the <code>FloatControl.Type</code> inner class identifies one kind of
398 * The <code>FloatControl</code> class has methods to impose a maximum and
529 } // class FloatControl