| java.lang.Object javax.sound.sampled.Control javax.sound.sampled.FloatControl
FloatControl | abstract public class FloatControl extends Control (Code) | | |
Constructor Summary | |
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) |
FloatControl | protected FloatControl(FloatControl.Type type, float minimum, float maximum, float precision, int updatePeriod, float initialValue, String units)(Code) | | |
getMaximum | public float getMaximum()(Code) | | |
getMinimum | public float getMinimum()(Code) | | |
getPrecision | public float getPrecision()(Code) | | |
getUpdatePeriod | public int getUpdatePeriod()(Code) | | |
getValue | public float getValue()(Code) | | |
setValue | public void setValue(float newValue)(Code) | | |
shift | public void shift(float from, float to, int microseconds)(Code) | | |
|
|