uk.org.toot.audio.eq
Class GraphicEQ

java.lang.Object
  extended by uk.org.toot.audio.eq.EQ
      extended by uk.org.toot.audio.eq.AbstractEQ
          extended by uk.org.toot.audio.eq.AbstractParallelEQ
              extended by uk.org.toot.audio.eq.GraphicEQ
All Implemented Interfaces:
AudioProcess

public class GraphicEQ
extends AbstractParallelEQ

An octave graphic EQ.


Nested Class Summary
static class GraphicEQ.Controls
          The controls for a GraphicEQ.
 
Nested classes/interfaces inherited from class uk.org.toot.audio.eq.EQ
EQ.Specification
 
Field Summary
 
Fields inherited from interface uk.org.toot.audio.core.AudioProcess
AUDIO_DISCONNECT, AUDIO_OK
 
Constructor Summary
GraphicEQ()
           
GraphicEQ(GraphicEQ.Controls c)
           
GraphicEQ(int flow)
          Creates a new GraphicEQ object.
 
Method Summary
 
Methods inherited from class uk.org.toot.audio.eq.AbstractEQ
close, getSize, getSpecification, open, processAudio
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicEQ

public GraphicEQ()

GraphicEQ

public GraphicEQ(int flow)
Creates a new GraphicEQ object.


GraphicEQ

public GraphicEQ(GraphicEQ.Controls c)


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