Module ij
Package ij.plugin

Class Zoom

  • All Implemented Interfaces:
    PlugIn

    public class Zoom
    extends java.lang.Object
    implements PlugIn
    This plugin implements the commands in the Image/Zoom submenu.
    • Constructor Detail

      • Zoom

        public Zoom()
    • Method Detail

      • toSelection

        public static void toSelection​(ImagePlus imp)
      • set

        public static void set​(ImagePlus imp,
                               double magnification)
      • set

        public static void set​(ImagePlus imp,
                               double magnification,
                               int x,
                               int y)
      • in

        public static void in​(ImagePlus imp)
      • out

        public static void out​(ImagePlus imp)
      • unzoom

        public static void unzoom​(ImagePlus imp)
      • maximize

        public static void maximize​(ImagePlus imp)
      • 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