|
Squiz Matrix
4.12.2
|
Public Member Functions | |
| synchronized void | adjustmentValueChanged (AdjustmentEvent e) |
| synchronized void | actionPerformed (ActionEvent e) |
| synchronized void | itemStateChanged (ItemEvent e) |
| void | run () |
| void | windowClosing (WindowEvent e) |
| void | close () |
| void | windowActivated (WindowEvent e) |
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 the lower and upper threshold levels of the active image. This class is multi-threaded to provide a more responsive user interface.
Definition at line 14 of file ThresholdAdjuster.java.
|
inline |
Overrides close() in PlugInFrame.
Definition at line 532 of file ThresholdAdjuster.java.