Class PointPicker_

java.lang.Object
  extended by PointPicker_
All Implemented Interfaces:
ij.plugin.PlugIn

public class PointPicker_
extends java.lang.Object
implements ij.plugin.PlugIn

This class is the only one that is accessed directly by imageJ; it attaches listeners and dies. Note that it implements PlugIn rather than PlugInFilter.


Constructor Summary
PointPicker_()
           
 
Method Summary
 void run(java.lang.String arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointPicker_

public PointPicker_()
Method Detail

run

public void run(java.lang.String arg)
Specified by:
run in interface ij.plugin.PlugIn