Documentation of 'ij.plugin.Resizer' Java class
Resizer
ij.plugin

Class Resizer

  • All Implemented Interfaces:
    PlugIn, java.awt.event.ItemListener, java.awt.event.TextListener, java.util.EventListener


    public class Resizer
    extends java.lang.Object
    implements PlugIn, java.awt.event.TextListener, java.awt.event.ItemListener
    This plugin implements the Edit/Crop and Image/Adjust/Size commands.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int IN_PLACE 
      static int SCALE_T 
    • Constructor Summary

      Constructors 
      Constructor and Description
      Resizer() 
    • Constructor Detail

      • Resizer

        public Resizer()
    • Method Detail

      • run

        public void run(java.lang.String arg)
        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.
        Specified by:
        run in interface PlugIn
      • zScale

        public ImagePlus zScale(ImagePlus imp,
                                int newDepth,
                                int interpolationMethod)
      • textValueChanged

        public void textValueChanged(java.awt.event.TextEvent e)
        Specified by:
        textValueChanged in interface java.awt.event.TextListener
      • itemStateChanged

        public void itemStateChanged(java.awt.event.ItemEvent e)
        Specified by:
        itemStateChanged in interface java.awt.event.ItemListener
      • setAverageWhenDownsizing

        public void setAverageWhenDownsizing(boolean averageWhenDownsizing)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.