|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.client.frida.data.ImagePlusInfo
public final class ImagePlusInfo
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 |
---|
public final ij.ImagePlus imagePlus
public final ij.ImagePlus originalImagePlus
public final ExternalFile file
Constructor Detail |
---|
public ImagePlusInfo(ij.ImagePlus imagePlus, ExternalFile file)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |