Squiz Matrix
4.12.2
|
Public Member Functions | |
ContrastAdjuster () | |
void | run (String arg) |
synchronized void | adjustmentValueChanged (AdjustmentEvent e) |
synchronized void | actionPerformed (ActionEvent e) |
void | run () |
void | windowClosing (WindowEvent e) |
void | close () |
void | windowActivated (WindowEvent e) |
synchronized void | itemStateChanged (ItemEvent e) |
void | updateAndDraw () |
Public Member Functions inherited from PlugInFrame | |
PlugInFrame (String title) | |
void | run (String arg) |
void | windowClosing (WindowEvent e) |
void | close () |
void | windowActivated (WindowEvent e) |
void | focusGained (FocusEvent e) |
void | windowOpened (WindowEvent e) |
void | windowClosed (WindowEvent e) |
void | windowIconified (WindowEvent e) |
void | windowDeiconified (WindowEvent e) |
void | windowDeactivated (WindowEvent e) |
void | focusLost (FocusEvent e) |
Adjusts brightness and contrast of the active image. This class is multi-threaded to provide a more responsive user interface.
Definition at line 14 of file ContrastAdjuster.java.
|
inline |
|
inline |
|
inline |
Handle a change of adjustment value
public
Definition at line 229 of file ContrastAdjuster.java.
|
inline |
Overrides close() in PlugInFrame.
private
Definition at line 950 of file ContrastAdjuster.java.
|
inline |
|
inline |
Run the plugin
public
Implements PlugIn.
Definition at line 71 of file ContrastAdjuster.java.
|
inline |
Runs as separate thread that does the potentially time-consuming processing
private
Definition at line 858 of file ContrastAdjuster.java.
|
inline |
Resets this ContrastAdjuster and brings it to the front
private
Definition at line 996 of file ContrastAdjuster.java.
|
inline |
Handle window activated object
private
Definition at line 967 of file ContrastAdjuster.java.
|
inline |