Package ij.plugin
Class Scaler
java.lang.Object
ij.plugin.Scaler
- All Implemented Interfaces:
PlugIn
,FocusListener
,TextListener
,EventListener
This plugin implements the Image/Scale command.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
This method is called when the plugin is loaded.void
-
Constructor Details
-
Scaler
public Scaler()
-
-
Method Details
-
run
Description copied from interface:PlugIn
This 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
- Specified by:
textValueChanged
in interfaceTextListener
-
focusGained
- Specified by:
focusGained
in interfaceFocusListener
-
focusLost
- Specified by:
focusLost
in interfaceFocusListener
-