public class Slicer extends Object implements PlugIn, TextListener, ItemListener
Constructor and Description |
---|
Slicer() |
Modifier and Type | Method and 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)
PlugIn
public 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 TextListener
public void itemStateChanged(ItemEvent e)
itemStateChanged
in interface ItemListener