uk.org.toot.audio.mixer
Class MixerControls.Mutation

java.lang.Object
  extended by uk.org.toot.audio.mixer.MixerControls.Mutation
Enclosing class:
MixerControls

public static class MixerControls.Mutation
extends java.lang.Object


Field Summary
static int ADD
           
static int REMOVE
           
 
Constructor Summary
MixerControls.Mutation(int operation, CompoundControl control)
           
 
Method Summary
 CompoundControl getControl()
           
 int getOperation()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ADD

public static final int ADD
See Also:
Constant Field Values

REMOVE

public static final int REMOVE
See Also:
Constant Field Values
Constructor Detail

MixerControls.Mutation

public MixerControls.Mutation(int operation,
                              CompoundControl control)
Method Detail

getOperation

public int getOperation()

getControl

public CompoundControl getControl()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.