com.grocottlab.atlas_toolkit
Class ProjectToLabel_

java.lang.Object
  extended by com.grocottlab.atlas_toolkit.ProjectToLabel_
All Implemented Interfaces:
PlugIn, ActionListener, AdjustmentListener, EventListener

public class ProjectToLabel_
extends Object
implements PlugIn, ActionListener, AdjustmentListener

A class for projecting the extracted nuclear signal onto the surface morphology of a tissue. This class is called by the Atlas Toolkit menu command "2. Project to segment Label".


Constructor Summary
ProjectToLabel_()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 void adjustmentValueChanged(AdjustmentEvent e)
           
 void run(String arg)
           
 void showDialog()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectToLabel_

public ProjectToLabel_()
Method Detail

adjustmentValueChanged

public void adjustmentValueChanged(AdjustmentEvent e)
Specified by:
adjustmentValueChanged in interface AdjustmentListener

actionPerformed

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

showDialog

public void showDialog()

run

public void run(String arg)
Specified by:
run in interface PlugIn


Copyright © 2009-2015 ImageJ. All Rights Reserved.