Class GaussianInterface

java.lang.Object
  |
  +--GaussianInterface

public class GaussianInterface
extends java.lang.Object

The interface for the Gaussian smoothing operator for inclusion in the FFT interface.

Author:
Simon Horne.

Constructor Summary
GaussianInterface()
           
 
Method Summary
 javax.swing.JPanel createPanel()
          Method for creating the interface panel for inclusion in the FFT GUI.
 double getSize()
           
 int getX()
           
 int getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GaussianInterface

public GaussianInterface()
Method Detail

createPanel

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

getSize

public double getSize()
Returns:
The size selected or -1 if faulty input.

getX

public int getX()
Returns:
the x value selected

getY

public int getY()
Returns:
the y value selected