Constructor and Description |
---|
Scaler() |
Modifier and Type | Method and Description |
---|---|
void |
focusGained(java.awt.event.FocusEvent e) |
void |
focusLost(java.awt.event.FocusEvent e) |
static void |
record(ImagePlus imp,
int w2,
int h2,
int d2,
int method) |
static ImagePlus |
resize(ImagePlus imp,
int dstWidth,
int dstHeight,
int dstDepth,
java.lang.String options)
Returns a scaled copy of this image or ROI, where the
'options' string can contain 'none', 'bilinear'.
|
void |
run(java.lang.String arg)
This method is called when the plugin is loaded.
|
void |
textValueChanged(java.awt.event.TextEvent e) |
public void run(java.lang.String arg)
PlugIn
public static ImagePlus resize(ImagePlus imp, int dstWidth, int dstHeight, int dstDepth, java.lang.String options)
public static void record(ImagePlus imp, int w2, int h2, int d2, int method)
public void textValueChanged(java.awt.event.TextEvent e)
textValueChanged
in interface java.awt.event.TextListener
public void focusGained(java.awt.event.FocusEvent e)
focusGained
in interface java.awt.event.FocusListener
public void focusLost(java.awt.event.FocusEvent e)
focusLost
in interface java.awt.event.FocusListener