public class XMLOptions extends Object
Modifier and Type | Field and Description |
---|---|
HashMap<Thing,Boolean> |
expanded_states
Is filled up when reading the expanded states of the
ProjectTree nodes. |
boolean |
export_images
Specifies whether images must be saved.
|
boolean |
include_coordinate_transform
If true, then
Patch.exportXML(StringBuilder, String, XMLOptions) will write
the @{link CoordinateTransform } XML into the XML file. |
boolean |
overwriteXMLFile
Whether to overwrite the XML file or not.
|
String |
patches_dir
Is used if
Patch images have to be exported to a new directory. |
Constructor and Description |
---|
XMLOptions() |
public final HashMap<Thing,Boolean> expanded_states
ProjectTree
nodes.public boolean overwriteXMLFile
public boolean export_images
patches_dir
.public String patches_dir
Patch
images have to be exported to a new directory.public boolean include_coordinate_transform
Patch.exportXML(StringBuilder, String, XMLOptions)
will write
the @{link CoordinateTransform
} XML into the XML file.Copyright © 2015–2021 Fiji. All rights reserved.