- All Implemented Interfaces:
PlugIn
This plugin implements the commands in the Image/Zoom submenu.
-
Constructor Summary
Constructors
-
Method Summary
static void
static void
static void
void
This method is called when the plugin is loaded.
static void
static void
static void
static void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
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)
-
-
-
-
-
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.
- Specified by:
run
in interface PlugIn