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)
PlugIn
public void textValueChanged(TextEvent e)
textValueChanged
in interface TextListener
public void focusGained(FocusEvent e)
focusGained
in interface FocusListener
public void focusLost(FocusEvent e)
focusLost
in interface FocusListener