uk.org.toot.audio.basic.stereoImage
Class StereoImageControls

java.lang.Object
  extended by java.util.Observable
      extended by uk.org.toot.control.Control
          extended by uk.org.toot.control.CompoundControl
              extended by uk.org.toot.audio.core.AudioControls
                  extended by uk.org.toot.audio.basic.stereoImage.StereoImageControls
All Implemented Interfaces:
StereoImageProcessVariables

public class StereoImageControls
extends AudioControls
implements StereoImageProcessVariables

Implements stereo image controls and obeys the process variables contract

Author:
st

Nested Class Summary
 
Nested classes/interfaces inherited from class uk.org.toot.control.CompoundControl
CompoundControl.BypassControl
 
Field Summary
static int LR_SWAP
           
static int LR_WIDTH
           
static int STEREO_IMAGE
           
 
Fields inherited from class uk.org.toot.control.CompoundControl
USE_PARENT_PROVIDER_ID
 
Constructor Summary
StereoImageControls()
           
 
Method Summary
 float getWidthFactor()
           
 boolean isAlwaysVertical()
           
 boolean isLRSwapped()
           
 
Methods inherited from class uk.org.toot.audio.core.AudioControls
canBeMinimized, canBypass, getBypassControl, getPersistenceDomain, hasOrderedFrequencies, isBypassed, setBypassed
 
Methods inherited from class uk.org.toot.control.CompoundControl
canBeDeleted, canBeInsertedBefore, canBeMoved, canBeMovedBefore, deepFind, find, find, find, getAlignmentY, getAlternate, getClientProperty, getControls, getInstanceIndex, getMemberControls, getNativeSupport, getPersistence, getProviderId, hasCustomUI, hasPresets, isAlwaysHorizontal, isNeverBordered, isPluginParent, putClientProperty, setPersistence, setProviderId, toString
 
Methods inherited from class uk.org.toot.control.Control
getAnnotation, getControlPath, getControlPath, getId, getIntValue, getName, getParent, getValueString, isAdjusting, isEnabled, isHidden, isIndicator, setAdjusting, setAnnotation, setEnabled, setHidden, setIntValue, setName
 
Methods inherited from class java.util.Observable
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STEREO_IMAGE

public static final int STEREO_IMAGE
See Also:
Constant Field Values

LR_SWAP

public static final int LR_SWAP
See Also:
Constant Field Values

LR_WIDTH

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

StereoImageControls

public StereoImageControls()
Method Detail

getWidthFactor

public float getWidthFactor()
Specified by:
getWidthFactor in interface StereoImageProcessVariables

isLRSwapped

public boolean isLRSwapped()
Specified by:
isLRSwapped in interface StereoImageProcessVariables

isAlwaysVertical

public boolean isAlwaysVertical()
Overrides:
isAlwaysVertical in class CompoundControl


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