ij.plugin
Class LUT_Editor

java.lang.Object
  extended by ij.plugin.LUT_Editor
All Implemented Interfaces:
PlugIn, java.awt.event.ActionListener, java.util.EventListener

public class LUT_Editor
extends java.lang.Object
implements PlugIn, java.awt.event.ActionListener


Field Summary
(package private)  ColorPanel colorPanel
           
(package private)  java.awt.Button invertButton
           
(package private)  java.awt.Button openButton
           
(package private)  java.awt.Button resizeButton
           
(package private)  java.awt.Button saveButton
           
 
Constructor Summary
LUT_Editor()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void run(java.lang.String args)
          This method is called when the plugin is loaded.
(package private)  void save()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

openButton

java.awt.Button openButton

saveButton

java.awt.Button saveButton

resizeButton

java.awt.Button resizeButton

invertButton

java.awt.Button invertButton

colorPanel

ColorPanel colorPanel
Constructor Detail

LUT_Editor

public LUT_Editor()
Method Detail

run

public void run(java.lang.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

save

void save()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener