public interface SessionLayerExporter
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
export(SessionWriter.ExportSupport support)
Save meta data to the .jos file.
|
java.util.Collection<Layer> |
getDependencies()
Return the Layers, this Layer depends on.
|
java.awt.Component |
getExportPanel()
The GUI for exporting this layer.
|
boolean |
requiresZip()
Return true, if some data needs to be included in
the zip archive.
|
boolean |
shallExport()
Return true, if the layer should be included in the
list of exported layers.
|
java.util.Collection<Layer> getDependencies()
java.awt.Component getExportPanel()
boolean shallExport()
boolean requiresZip()
org.w3c.dom.Element export(SessionWriter.ExportSupport support) throws java.io.IOException
support
to save files in the zip archive as needed.java.io.IOException