Class VolumeControlPlugin.VolumeControl

  • Enclosing class:
    VolumeControlPlugin

    public class VolumeControlPlugin.VolumeControl
    extends javax.sound.sampled.FloatControl
    • Nested Class Summary

      • Nested classes/interfaces inherited from class javax.sound.sampled.FloatControl

        javax.sound.sampled.FloatControl.Type
    • Constructor Summary

      Constructors 
      Constructor Description
      VolumeControl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setValue​(float newValue)  
      • Methods inherited from class javax.sound.sampled.Control

        getType
      • Methods inherited from class javax.sound.sampled.FloatControl

        getMaximum, getMaxLabel, getMidLabel, getMinimum, getMinLabel, getPrecision, getUnits, getUpdatePeriod, getValue, shift, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • VolumeControl

        public VolumeControl()
    • Method Detail

      • setValue

        public void setValue​(float newValue)
        Overrides:
        setValue in class javax.sound.sampled.FloatControl