public interface SessionLayerExporter
Modifier and Type | Method and Description |
---|---|
Element |
export(SessionWriter.ExportSupport support)
Save meta data to the .jos file.
|
Collection<Layer> |
getDependencies()
Return the Layers, this Layer depends on.
|
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.
|
Collection<Layer> getDependencies()
Component getExportPanel()
boolean shallExport()
boolean requiresZip()
Element export(SessionWriter.ExportSupport support) throws IOException
support
to save files in the zip archive as needed.IOException