java.lang.Object
ij.plugin.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 Summary
Constructors
Constructor |
Description |
Zoom() |
|
-
Method Summary
Modifier and Type |
Method |
Description |
void |
run(java.lang.String arg) |
This method is called when the plugin is loaded.
|
static void |
set(ImagePlus imp,
double magnification) |
|
static void |
set(ImagePlus imp,
double magnification,
int x,
int y) |
|
static void |
toSelection(ImagePlus imp) |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
public static void toSelection(
ImagePlus imp)
-
public static void set(
ImagePlus imp,
double magnification)
-
public static void set(
ImagePlus imp,
double magnification,
int x,
int y)
-
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