java.lang.Object
ij.plugin.Resizer
- All Implemented Interfaces:
PlugIn
,ItemListener
,TextListener
,EventListener
This plugin implements the Edit/Crop and Image/Adjust/Size commands.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
This method is called when the plugin is loaded.void
setAverageWhenDownsizing
(boolean averageWhenDownsizing) void
-
Field Details
-
IN_PLACE
public static final int IN_PLACE- See Also:
-
SCALE_T
public static final int SCALE_T- See Also:
-
-
Constructor Details
-
Resizer
public Resizer()
-
-
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. -
zScale
-
textValueChanged
- Specified by:
textValueChanged
in interfaceTextListener
-
itemStateChanged
- Specified by:
itemStateChanged
in interfaceItemListener
-
setAverageWhenDownsizing
public void setAverageWhenDownsizing(boolean averageWhenDownsizing)
-