imagelab
Class ImageLab

java.lang.Object
  extended byimagelab.ImageLab

public class ImageLab
extends java.lang.Object

ImageLab is a platform for image filter development. ImageLab begins by building a menu of all available filters (those .class files that implement the ImageFilter interface @see ImageFilter).

Version:
0.1 March 21 2004
Author:
Aaron Gordon

Constructor Summary
ImageLab()
           
 
Method Summary
static void main(java.lang.String[] arg)
           
 java.awt.event.ActionListener makeActionListener(ImageFilter imf)
           
 java.awt.event.ActionListener makeOpenListener()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageLab

public ImageLab()
Method Detail

main

public static void main(java.lang.String[] arg)

makeActionListener

public java.awt.event.ActionListener makeActionListener(ImageFilter imf)

makeOpenListener

public java.awt.event.ActionListener makeOpenListener()