edu.jhu.tmaj.client.frida.data
Class ImagePlusInfo

java.lang.Object
  extended by edu.jhu.tmaj.client.frida.data.ImagePlusInfo

public final class ImagePlusInfo
extends java.lang.Object

An ImagePlus and a copy of the ImagePlus with the original Pixels.


Field Summary
 ExternalFile file
          The file of the ImagePlus
 ij.ImagePlus imagePlus
          The ImagePlus the user will change around.
 ij.ImagePlus originalImagePlus
          An ImagePlus that will not change, and that we can revert to if we ever need to.
 
Constructor Summary
ImagePlusInfo(ij.ImagePlus imagePlus, ExternalFile file)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

imagePlus

public final ij.ImagePlus imagePlus
The ImagePlus the user will change around. (i.e., apply filters in red.)


originalImagePlus

public final ij.ImagePlus originalImagePlus
An ImagePlus that will not change, and that we can revert to if we ever need to.


file

public final ExternalFile file
The file of the ImagePlus

Constructor Detail

ImagePlusInfo

public ImagePlusInfo(ij.ImagePlus imagePlus,
                     ExternalFile file)