|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmtb_io.Save_Image_MTB
@ALDMetaInfo(export=MANDATORY) public class Save_Image_MTB
Plugin for image save dialog
Field Summary | |
---|---|
protected int |
codec
codec option if available |
protected String |
compression
compression option if available |
protected int |
fps
frames per second option if available |
protected MTBImage |
img
|
protected ij.ImagePlus |
imp
|
protected ImageWriterOptionsPane |
iwop
a panel for image writer options (set as accessory of a JFileChooser) |
protected int |
quality
quality option if available |
Fields inherited from interface ij.plugin.filter.PlugInFilter |
---|
CONVERT_TO_FLOAT, DOES_16, DOES_32, DOES_8C, DOES_8G, DOES_ALL, DOES_RGB, DOES_STACKS, DONE, FINAL_PROCESSING, KEEP_THRESHOLD, NO_CHANGES, NO_IMAGE_REQUIRED, NO_UNDO, PARALLELIZE_IMAGES, PARALLELIZE_STACKS, ROI_REQUIRED, SNAPSHOT, STACK_REQUIRED, SUPPORTS_MASKING |
Constructor Summary | |
---|---|
Save_Image_MTB()
|
Method Summary | |
---|---|
JFileChooser |
createFileChooser()
Create a file chooser configured for image writing, adding a panel for image writer options |
void |
propertyChange(PropertyChangeEvent evt)
Process the WRITER_OPTIONS_APPROVED_PROPERTY event of the ImageWriterOptionsPane
to assign the writer options when the file chooser closed by approving the file selection (and thereby writer options). |
void |
run(ij.process.ImageProcessor arg0)
|
int |
setup(String arg,
ij.ImagePlus imP)
|
void |
statusUpdated(loci.common.StatusEvent evt)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected MTBImage img
protected ij.ImagePlus imp
protected ImageWriterOptionsPane iwop
protected String compression
protected int fps
protected int quality
protected int codec
Constructor Detail |
---|
public Save_Image_MTB()
Method Detail |
---|
public void run(ij.process.ImageProcessor arg0)
run
in interface ij.plugin.filter.PlugInFilter
public int setup(String arg, ij.ImagePlus imP)
setup
in interface ij.plugin.filter.PlugInFilter
public JFileChooser createFileChooser()
public void propertyChange(PropertyChangeEvent evt)
WRITER_OPTIONS_APPROVED_PROPERTY
event of the ImageWriterOptionsPane
to assign the writer options when the file chooser closed by approving the file selection (and thereby writer options).
propertyChange
in interface PropertyChangeListener
public void statusUpdated(loci.common.StatusEvent evt)
statusUpdated
in interface loci.common.StatusListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |