ij.plugin
Class Zoom

java.lang.Object
  extended by 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
Zoom()
           
 
Method Summary
 void run(java.lang.String arg)
          'arg' must be "in", "out", "100%" or "orig".
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Zoom

public Zoom()
Method Detail

run

public void run(java.lang.String arg)
'arg' must be "in", "out", "100%" or "orig".

Specified by:
run in interface PlugIn