Class NotchFilterInterface

java.lang.Object
  |
  +--NotchFilterInterface

public class NotchFilterInterface
extends java.lang.Object

The interface for the notch filter (horizontal and vertical line removal) operator.

Author:
Simon Horne.

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

Field Detail

notchButton

public javax.swing.JButton notchButton
Constructor Detail

NotchFilterInterface

public NotchFilterInterface()
Method Detail

createPanel

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

getWidth

public int getWidth()
Returns:
The value of width from the width text box.

getRadius

public int getRadius()
Returns:
The value of radius from the radius text box.