All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class raul.MyOpenFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----gui.ClosableFrame
                                           |
                                           +----gui.ShortCutFrame
                                                   |
                                                   +----gui.ImageFrame
                                                           |
                                                           +----gui.FilterFrame
                                                                   |
                                                                   +----gui.GrabFrame
                                                                           |
                                                                           +----gui.NegateFrame
                                                                                   |
                                                                                   +----gui.SaveFrame
                                                                                           |
                                                                                           +----gui.OpenFrame
                                                                                                   |
                                                                                                   +----gui.ConvolutionFrame
                                                                                                           |
                                                                                                           +----gui.SpatialFilterFrame
                                                                                                                   |
                                                                                                                   +----gui.EdgeFrame
                                                                                                                           |
                                                                                                                           +----gui.MorphFrame
                                                                                                                                   |
                                                                                                                                   +----gui.BoundaryFrame
                                                                                                                                           |
                                                                                                                                           +----gui.PaintFrame
                                                                                                                                                   |
                                                                                                                                                   +----gui.MartelliFrame
                                                                                                                                                           |
                                                                                                                                                           +----gui.ColorFrame
                                                                                                                                                                   |
                                                                                                                                                                   +----gui.XformFrame
                                                                                                                                                                           |
                                                                                                                                                                           +----gui.FFTFrame
                                                                                                                                                                                   |
                                                                                                                                                                                   +----gui.WaveletFrame
                                                                                                                                                                                           |
                                                                                                                                                                                           +----raul.MyOpenFrame

public class MyOpenFrame
extends gui.WaveletFrame
implements java.awt.event.MouseListener

Variable Index

 o busy

Constructor Index

 o MyOpenFrame(String)

Method Index

 o actionPerformed(ActionEvent)
 o BackwardHartley()
 o fht2d(double[][])
 o forwardHartley()
 o forwardHartley(double[])
 o forwardHartley(double[][])
 o getDoubles()
 o getShorts()
 o main(String[])
 o mandelbrot()
 o mouseClicked(MouseEvent)
 o mousePressed(MouseEvent)
 o mouseReleased(MouseEvent)
 o openLifting(int)
 o openShortZIP(int)
 o readShortsZIP(String, int)
 o saveLifting()
 o saveShortZip(String)
 o swapQuads()

Variables

 o busy
 public boolean busy

Constructors

 o MyOpenFrame
 public MyOpenFrame(java.lang.String title)

Methods

 o main
 public static void main(java.lang.String args[])
 o actionPerformed
 public void actionPerformed(java.awt.event.ActionEvent e)
Overrides:
actionPerformed in class gui.WaveletFrame
 o mandelbrot
 public void mandelbrot()
 o openLifting
 public void openLifting(int depth)
 o openShortZIP
 public void openShortZIP(int depth)
 o saveLifting
 public void saveLifting()
 o readShortsZIP
 public void readShortsZIP(java.lang.String fn,
                           int depth)
 o saveShortZip
 public void saveShortZip(java.lang.String fn)
 o getDoubles
 public void getDoubles()
 o fht2d
 public void fht2d(double f[][])
 o swapQuads
 public void swapQuads()
 o getShorts
 public void getShorts()
 o forwardHartley
 public void forwardHartley()
 o BackwardHartley
 public void BackwardHartley()
 o forwardHartley
 public void forwardHartley(double in[][])
 o forwardHartley
 public void forwardHartley(double f[])
 o mouseReleased
 public void mouseReleased(java.awt.event.MouseEvent e)
Overrides:
mouseReleased in class gui.PaintFrame
 o mousePressed
 public void mousePressed(java.awt.event.MouseEvent e)
Overrides:
mousePressed in class gui.PaintFrame
 o mouseClicked
 public void mouseClicked(java.awt.event.MouseEvent e)
Overrides:
mouseClicked in class gui.PaintFrame

All Packages  Class Hierarchy  This Package  Previous  Next  Index