Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
ImageJ Class Reference
Inheritance diagram for ImageJ:

Public Member Functions

 ImageJ ()
 
void init ()
 
void showStatus (String s)
 
ProgressBar getProgressBar ()
 
void runFilterPlugIn (Object theFilter, String cmd, String arg)
 
Object runUserPlugIn (String commandName, String className, String arg, boolean createNewLoader)
 
void actionPerformed (ActionEvent e)
 
void itemStateChanged (ItemEvent e)
 
void mousePressed (MouseEvent e)
 
void mouseReleased (MouseEvent e)
 
void mouseExited (MouseEvent e)
 
void mouseClicked (MouseEvent e)
 
void mouseEntered (MouseEvent e)
 
void keyPressed (KeyEvent e)
 
void keyReleased (KeyEvent e)
 
void keyTyped (KeyEvent e)
 
void register (Class c)
 
ImagePlus getImagePlus ()
 
void setImagePlus (ImagePlus ip)
 
void clearImagePlus ()
 
ImageCanvas getImageCanvas ()
 
void setCurrentType (String type)
 
Dimension getViewportSize ()
 
String doUpload ()
 
String getFilename ()
 
void setFilename (String path)
 
boolean isFocusable ()
 

Static Public Member Functions

static String modifiers (int flags)
 

Static Public Attributes

static final String VERSION = "1.32j"
 
static Color backgroundColor = new Color(200, 189, 203)
 

Detailed Description

IMAGEJ IMAGE UPLOAD APPLET

This version of ImageJ was modified by Tom Barrett for squiz.net, for use as a single-frame image editing applet for CMSes. The original intro comment for the ImageJ application is below:

ImageJ is a work of the United States Government. It is in the public domain and open source. There is no copyright. You are free to do anything you want with this source but I like to get credit for my work and I would like you to offer your changes to me so I can possibly add them to the "official" version.

Author
Wayne Rasband (wayne.nosp@m.@cod.nosp@m.on.ni.nosp@m.h.go.nosp@m.v)
Tom Barrett (tbarr.nosp@m.ett@.nosp@m.squiz.nosp@m..net)

Definition at line 36 of file ImageJ.java.

Constructor & Destructor Documentation

ImageJ ( )
inline

Creates a new ImageJ frame.

Definition at line 71 of file ImageJ.java.

Member Function Documentation

void actionPerformed ( ActionEvent  e)
inline

Handle menu events.

Definition at line 239 of file ImageJ.java.

void itemStateChanged ( ItemEvent  e)
inline

Handles CheckboxMenuItem state changes.

Definition at line 253 of file ImageJ.java.

static String modifiers ( int  flags)
inlinestatic

Return the current list of modifier keys.

Definition at line 227 of file ImageJ.java.


The documentation for this class was generated from the following file: