public class Scaler extends Object implements PlugIn, TextListener, FocusListener
| Constructor and Description |
|---|
Scaler() |
| Modifier and Type | Method and Description |
|---|---|
void |
focusGained(FocusEvent e) |
void |
focusLost(FocusEvent e) |
void |
run(String arg)
This method is called when the plugin is loaded.
|
void |
textValueChanged(TextEvent e) |
public void run(String arg)
PlugInpublic void textValueChanged(TextEvent e)
textValueChanged in interface TextListenerpublic void focusGained(FocusEvent e)
focusGained in interface FocusListenerpublic void focusLost(FocusEvent e)
focusLost in interface FocusListenerCopyright © 1997–2018 NIH. All rights reserved.