Package ij.plugin

Class LUT_Editor

java.lang.Object
ij.plugin.LUT_Editor
All Implemented Interfaces:
PlugIn, ActionListener, EventListener

public class LUT_Editor extends Object implements PlugIn, ActionListener
  • Constructor Details

    • LUT_Editor

      public LUT_Editor()
  • Method Details

    • run

      public void run(String args)
      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
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener