uk.org.toot.audio.mixer
Class MixerControls.Mutation
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ADD
public static final int ADD
- See Also:
- Constant Field Values
REMOVE
public static final int REMOVE
- See Also:
- Constant Field Values
MixerControls.Mutation
public MixerControls.Mutation(int operation,
CompoundControl control)
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.