GNU Classpath (0.95) | |
Frames | No Frames |
Constructors with parameter type javax.sound.sampled.FloatControl.Type | |
FloatControl.FloatControl(FloatControl.Type type, float min, float max, float prec, int update, float init, String units) Create a new FloatControl given its type and various parameters.
| |
FloatControl.FloatControl(FloatControl.Type type, float min, float max, float prec, int update, float init, String units, String minLabel, String midLabel, String maxLabel) Create a new FloatControl given its type and various parameters.
|
Fields of type javax.sound.sampled.FloatControl.Type | |
FloatControl.Type | Auxiliary return gain. |
FloatControl.Type | Auxiliary send gain. |
FloatControl.Type | Balance. |
FloatControl.Type | Master gain control. |
FloatControl.Type | Control for panning. |
FloatControl.Type | Post-reverb gain. |
FloatControl.Type | Pre-reverb gain. |
FloatControl.Type | Control the sample rate. |
FloatControl.Type | Volume control. |
GNU Classpath (0.95) |