org.opensourcephysics.sip.ch09
Class FFT2DCalculationApp

java.lang.Object
  extended by org.opensourcephysics.controls.AbstractCalculation
      extended by org.opensourcephysics.sip.ch09.FFT2DCalculationApp
All Implemented Interfaces:
Calculation

public class FFT2DCalculationApp
extends AbstractCalculation

FFT2DCalculationApp tests the FFT2DFrame.


Field Summary
 
Fields inherited from class org.opensourcephysics.controls.AbstractCalculation
control, decimalFormat, mainFrame
 
Constructor Summary
FFT2DCalculationApp()
           
 
Method Summary
 void calculate()
          Calculates and displays a 2D FFT.
static void main(java.lang.String[] args)
          Starts the Java application by creating the CalculationControl and the Calculation.
 void reset()
          Rests the default conditions.
 
Methods inherited from class org.opensourcephysics.controls.AbstractCalculation
addChildFrame, clearChildFrames, getChildFrames, getLoader, getMainFrame, getOSPApp, resetCalculation, setControl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FFT2DCalculationApp

public FFT2DCalculationApp()
Method Detail

calculate

public void calculate()
Calculates and displays a 2D FFT.

Specified by:
calculate in interface Calculation
Specified by:
calculate in class AbstractCalculation

reset

public void reset()
Rests the default conditions.

Overrides:
reset in class AbstractCalculation

main

public static void main(java.lang.String[] args)
Starts the Java application by creating the CalculationControl and the Calculation.

Parameters:
args - String[]