com.groovemanager.sampled.fx.control
Class InvertFeedbackControl.Type

java.lang.Object
  extended by javax.sound.sampled.Control.Type
      extended by javax.sound.sampled.BooleanControl.Type
          extended by com.groovemanager.sampled.fx.control.InvertFeedbackControl.Type
Enclosing class:
InvertFeedbackControl

public static class InvertFeedbackControl.Type
extends javax.sound.sampled.BooleanControl.Type


Field Summary
static InvertFeedbackControl.Type INVERT_FEEDBACK
           
 
Fields inherited from class javax.sound.sampled.BooleanControl.Type
APPLY_REVERB, MUTE
 
Constructor Summary
protected InvertFeedbackControl.Type()
           
 
Method Summary
 
Methods inherited from class javax.sound.sampled.Control.Type
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

INVERT_FEEDBACK

public static final InvertFeedbackControl.Type INVERT_FEEDBACK
Constructor Detail

InvertFeedbackControl.Type

protected InvertFeedbackControl.Type()