KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > sound > sampled > FloatControl

javax.sound.sampled
Class FloatControl

java.lang.Object
  extended by javax.sound.sampled.Control
      extended by javax.sound.sampled.FloatControl
See Also:
Source Code, FloatControl.Type, Line.getControls(), Line.isControlSupported(javax.sound.sampled.Control.Type)

protected FloatControl(FloatControl.Type type,
                       float minimum,
                       float maximum,
                       float precision,
                       int updatePeriod,
                       float initialValue,
                       String units)
See Also:
shift
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected FloatControl(FloatControl.Type type,
                       float minimum,
                       float maximum,
                       float precision,
                       int updatePeriod,
                       float initialValue,
                       String units,
                       String minLabel,
                       String midLabel,
                       String maxLabel)
See Also:
shift
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getMaximum()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getMaxLabel()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getMidLabel()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getMinimum()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getMinLabel()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getPrecision()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getUnits()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getUpdatePeriod()
See Also:
shift(float, float, int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getValue()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setValue(float newValue)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void shift(float from,
                  float to,
                  int microseconds)
See Also:
getUpdatePeriod()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Control
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags