|
|
javax > javax.sound > javax.sound.sampled > javax.sound.sampled.floatcontrol >
Class: javax.sound.sampled.FloatControl java.lang.Object javax.sound.sampled.Control javax.sound.sampled.FloatControl
public abstract class FloatControl extends Control
FIELDS:
CONSTRUCTORS:
| | | protected | FloatControl(FloatControl.Type type, float minimum, float maximum, float precision, int updatePeriod, float initialValue, String units, String minLabel, String midLabel, String maxLabel) |
| | protected | FloatControl(FloatControl.Type type, float minimum, float maximum, float precision, int updatePeriod, float initialValue, String units) |
| |
|
|
|
METHODS:
| | | | public | String | getMaxLabel() |
| | public | float | getMaximum() |
| | public | String | getMidLabel() |
| | public | String | getMinLabel() |
| | public | float | getMinimum() |
| | public | float | getPrecision() |
| | public | String | getUnits() |
| | public | int | getUpdatePeriod() |
| | public | float | getValue() |
| | public | void | setValue(float newValue) Throws: IllegalArgumentException |
| | public | void | shift(float from, float to, int microseconds) |
| | public | String | toString() Overrides: Control Overrides: Object |
| |
|
|
|
INHERITED METHODS:
| getType(), toString(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|