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()
true
if the layer should be included in the list of exported layers, false
otherwise.boolean requiresZip()
true
if some data needs to be included in the zip archive, false
otherwise.Element export(SessionWriter.ExportSupport support) throws IOException
support
to save files in the zip archive as needed.support
- support class providing export utilitiesIOException
- if any I/O error occurs