Class FreqFilterInterface

java.lang.Object
  |
  +--FreqFilterInterface

public class FreqFilterInterface
extends java.lang.Object

The interace for the frequency filter operator, for inclusion in the FFTInterface.

Author:
Simon Horne.

Field Summary
 javax.swing.JButton filterButton
           
 
Constructor Summary
FreqFilterInterface()
           
 
Method Summary
 javax.swing.JPanel createPanel()
          Method to create panel for inclusion in GUI.
 boolean getHighLow()
           
 int getRadius()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filterButton

public javax.swing.JButton filterButton
Constructor Detail

FreqFilterInterface

public FreqFilterInterface()
Method Detail

createPanel

public javax.swing.JPanel createPanel()
Method to create panel for inclusion in GUI.

getHighLow

public boolean getHighLow()
Returns:
True or false (high pass, low pass).

getRadius

public int getRadius()
Returns:
Integer representing radius of filter.