ij.gui
Interface PlotMaker

All Known Implementing Classes:
Profiler, ZAxisProfiler

public interface PlotMaker

Plugins that generate "Live" profile plots (Profiler and ZAxisProfiler) displayed in PlotWindows implement this interface.


Method Summary
 Plot getPlot()
          Returns a profile plot.
 ImagePlus getSourceImage()
          Returns the ImagePlus used to generate the profile plots.
 

Method Detail

getPlot

Plot getPlot()
Returns a profile plot.


getSourceImage

ImagePlus getSourceImage()
Returns the ImagePlus used to generate the profile plots.



Copyright © 1997–2015 NIH. All rights reserved.