PlugIn, ItemListener, TextListener, EventListenerpublic class Slicer extends Object implements PlugIn, TextListener, ItemListener
| Constructor | Description |
|---|---|
Slicer() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
itemStateChanged(ItemEvent e) |
|
void |
putColumn(ImageProcessor ip,
int x,
int y,
float[] data,
int length) |
|
void |
putRow(ImageProcessor ip,
int x,
int y,
float[] data,
int length) |
|
ImagePlus |
reslice(ImagePlus imp) |
|
void |
run(String arg) |
This method is called when the plugin is loaded.
|
void |
textValueChanged(TextEvent e) |
public void run(String arg)
PlugInpublic void putRow(ImageProcessor ip, int x, int y, float[] data, int length)
public void putColumn(ImageProcessor ip, int x, int y, float[] data, int length)
public void textValueChanged(TextEvent e)
textValueChanged in interface TextListenerpublic void itemStateChanged(ItemEvent e)
itemStateChanged in interface ItemListener