Squiz Matrix
4.12.2
|
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) |
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.
Definition at line 36 of file ImageJ.java.
|
inline |
Creates a new ImageJ frame.
Definition at line 71 of file ImageJ.java.
|
inline |
Handle menu events.
Definition at line 239 of file ImageJ.java.
|
inline |
Handles CheckboxMenuItem state changes.
Definition at line 253 of file ImageJ.java.
|
inlinestatic |
Return the current list of modifier keys.
Definition at line 227 of file ImageJ.java.