Package ij.plugin
Class Scaler
- java.lang.Object
-
- ij.plugin.Scaler
-
- All Implemented Interfaces:
PlugIn,FocusListener,TextListener,EventListener
public class Scaler extends Object implements PlugIn, TextListener, FocusListener
This plugin implements the Image/Scale command.
-
-
Constructor Summary
Constructors Constructor Description Scaler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfocusGained(FocusEvent e)voidfocusLost(FocusEvent e)voidrun(String arg)This method is called when the plugin is loaded.voidtextValueChanged(TextEvent e)
-
-
-
Method Detail
-
run
public void run(String arg)
Description copied from interface:PlugInThis method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt.
-
textValueChanged
public void textValueChanged(TextEvent e)
- Specified by:
textValueChangedin interfaceTextListener
-
focusGained
public void focusGained(FocusEvent e)
- Specified by:
focusGainedin interfaceFocusListener
-
focusLost
public void focusLost(FocusEvent e)
- Specified by:
focusLostin interfaceFocusListener
-
-