public class MIPSviewerColor extends MIPSviewer implements ij.plugin.PlugIn
MIPSviewerMIPSviewer.Updatergd, MIPs_canvas, updater| Constructor and Description |
|---|
MIPSviewerColor() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
protected void |
getInitView() |
protected ij.gui.Roi |
getRoi() |
void |
redisplay() |
void |
resetView() |
void |
run(java.lang.String arg)
This method is called when the plugin is loaded.
|
void |
saveImage(java.lang.String type) |
void |
setup(byte[][][] A,
byte[][][] colorlabels) |
void |
setup(byte[][][] A,
byte[][][] colorlabels,
float sliceRatio) |
void |
setup(byte[][][] A,
byte[][][] colorlabels,
float sliceRatio,
ij.ImagePlus passedimp) |
void |
setup(byte[][][] A,
byte[][][] colorlabels,
float sliceRatio,
java.util.Properties[] props) |
void |
setup(byte[][][] A,
byte[][][] colorlabels,
ij.ImagePlus passedimp) |
void |
setup(byte[][][] A,
byte[][][] colorlabels,
Point4Dint[] ptlabels) |
void |
setup(byte[][][] A,
byte[][][] colorlabels,
Point4Dint[] ptlabels,
float sliceRatio) |
void |
setup(byte[][][] A,
byte[][][] colorlabels,
Point4Dint[] ptlabels,
float sliceRatio,
ij.ImagePlus passedimp) |
void |
setup(byte[][][] A,
byte[][][] colorlabels,
Point4Dint[] ptlabels,
float sliceRatio,
ij.ImagePlus passedimp,
java.util.Properties[] props) |
void |
setup(byte[][][] A,
byte[][][] colorlabels,
Point4Dint[] ptlabels,
float sliceRatio,
java.util.Properties[] props) |
void |
setup(byte[][][] A,
byte[][][] colorlabels,
Point4Dint[] ptlabels,
ij.ImagePlus passedimp) |
void |
setup(short[][][] A,
byte[][][] colorlabels) |
void |
setup(short[][][] A,
byte[][][] colorlabels,
float sliceRatio) |
void |
setup(short[][][] A,
byte[][][] colorlabels,
float sliceRatio,
ij.ImagePlus passedimp) |
void |
setup(short[][][] A,
byte[][][] colorlabels,
float sliceRatio,
java.util.Properties[] props) |
void |
setup(short[][][] A,
byte[][][] colorlabels,
ij.ImagePlus passedimp) |
void |
setup(short[][][] A,
byte[][][] colorlabels,
Point4Dint[] ptlabels) |
void |
setup(short[][][] A,
byte[][][] colorlabels,
Point4Dint[] ptlabels,
float sliceRatio) |
void |
setup(short[][][] A,
byte[][][] colorlabels,
Point4Dint[] ptlabels,
float sliceRatio,
ij.ImagePlus passedimp) |
void |
setup(short[][][] A,
byte[][][] colorlabels,
Point4Dint[] ptlabels,
float sliceRatio,
ij.ImagePlus passedimp,
java.util.Properties[] props) |
void |
setup(short[][][] A,
byte[][][] colorlabels,
Point4Dint[] ptlabels,
float sliceRatio,
java.util.Properties[] props) |
void |
setup(short[][][] A,
byte[][][] colorlabels,
Point4Dint[] ptlabels,
ij.ImagePlus passedimp) |
void |
toBack() |
void |
toFront() |
void |
turnOffPtLabels() |
void |
turnONPtLabels() |
void |
winLevel() |
void |
zoomIn() |
void |
zoomOut() |
getHeaderInfo, hideGUI, mouseDragged, mouseMoved, mousePressed, mouseReleased, runGUI, setup, setup, setup, setup, setup, setup, setup, setup, setup, setup, setup, setup, setup, setup, setup, setup, setup, setup, setupView, stop, UpdateSelectionkeyPressed, UpdateScreenpublic void setup(byte[][][] A,
byte[][][] colorlabels)
public void setup(byte[][][] A,
byte[][][] colorlabels,
float sliceRatio)
public void setup(byte[][][] A,
byte[][][] colorlabels,
float sliceRatio,
java.util.Properties[] props)
public void setup(byte[][][] A,
byte[][][] colorlabels,
ij.ImagePlus passedimp)
public void setup(byte[][][] A,
byte[][][] colorlabels,
float sliceRatio,
ij.ImagePlus passedimp)
public void setup(byte[][][] A,
byte[][][] colorlabels,
Point4Dint[] ptlabels)
public void setup(byte[][][] A,
byte[][][] colorlabels,
Point4Dint[] ptlabels,
float sliceRatio)
public void setup(byte[][][] A,
byte[][][] colorlabels,
Point4Dint[] ptlabels,
float sliceRatio,
java.util.Properties[] props)
public void setup(byte[][][] A,
byte[][][] colorlabels,
Point4Dint[] ptlabels,
ij.ImagePlus passedimp)
public void setup(byte[][][] A,
byte[][][] colorlabels,
Point4Dint[] ptlabels,
float sliceRatio,
ij.ImagePlus passedimp)
public void setup(byte[][][] A,
byte[][][] colorlabels,
Point4Dint[] ptlabels,
float sliceRatio,
ij.ImagePlus passedimp,
java.util.Properties[] props)
public void setup(short[][][] A,
byte[][][] colorlabels)
public void setup(short[][][] A,
byte[][][] colorlabels,
float sliceRatio)
public void setup(short[][][] A,
byte[][][] colorlabels,
float sliceRatio,
java.util.Properties[] props)
public void setup(short[][][] A,
byte[][][] colorlabels,
ij.ImagePlus passedimp)
public void setup(short[][][] A,
byte[][][] colorlabels,
float sliceRatio,
ij.ImagePlus passedimp)
public void setup(short[][][] A,
byte[][][] colorlabels,
Point4Dint[] ptlabels)
public void setup(short[][][] A,
byte[][][] colorlabels,
Point4Dint[] ptlabels,
float sliceRatio)
public void setup(short[][][] A,
byte[][][] colorlabels,
Point4Dint[] ptlabels,
float sliceRatio,
java.util.Properties[] props)
public void setup(short[][][] A,
byte[][][] colorlabels,
Point4Dint[] ptlabels,
ij.ImagePlus passedimp)
public void setup(short[][][] A,
byte[][][] colorlabels,
Point4Dint[] ptlabels,
float sliceRatio,
ij.ImagePlus passedimp)
public void setup(short[][][] A,
byte[][][] colorlabels,
Point4Dint[] ptlabels,
float sliceRatio,
ij.ImagePlus passedimp,
java.util.Properties[] props)
public void run(java.lang.String arg)
ij.plugin.PlugInrun in interface ij.plugin.PlugInrun in class MIPSviewerpublic void saveImage(java.lang.String type)
saveImage in class MIPSviewerpublic void winLevel()
winLevel in class MIPSviewerprotected void getInitView()
getInitView in class MIPSviewerpublic void resetView()
resetView in class MIPSviewerprotected ij.gui.Roi getRoi()
getRoi in class MIPSviewerpublic void zoomIn()
zoomIn in class MIPSviewerpublic void zoomOut()
zoomOut in class MIPSviewerpublic void toFront()
toFront in class MIPSviewerpublic void toBack()
toBack in class MIPSviewerpublic void turnOffPtLabels()
public void turnONPtLabels()
public void destroy()
destroy in class MIPSviewerpublic void redisplay()
redisplay in class MIPSviewer