|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmtb_io.Save_Image_MTB
public class Save_Image_MTB
Plugin for image save dialog
Field Summary | |
---|---|
protected int |
codec
codec option if available |
protected java.lang.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 |
private static long |
serialVersionUID
|
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 | |
---|---|
javax.swing.JFileChooser |
createFileChooser()
Create a file chooser configured for image writing, adding a panel for image writer options |
void |
propertyChange(java.beans.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(java.lang.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 int codec
protected java.lang.String compression
protected int fps
protected MTBImage img
protected ij.ImagePlus imp
protected ImageWriterOptionsPane iwop
protected int quality
private static final long serialVersionUID
Constructor Detail |
---|
public Save_Image_MTB()
Method Detail |
---|
public javax.swing.JFileChooser createFileChooser()
public void propertyChange(java.beans.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 java.beans.PropertyChangeListener
public void run(ij.process.ImageProcessor arg0)
run
in interface ij.plugin.filter.PlugInFilter
public int setup(java.lang.String arg, ij.ImagePlus imP)
setup
in interface ij.plugin.filter.PlugInFilter
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 |