Package adams.gui.visualization.multiobjectexport
-
Class Summary Class Description AbstractMultiObjectExport Ancestor for schemes that can export multiple objects.AbstractMultiObjectExportWithPreferredExtensions Ancestor for exporters that have preferred extensions in order to locate anAbstractObjectExporter
.DirectoryExport Exports the objects to a directory.EmailExport Sends the outputs via email.PDFExport Generates a PDF from the exported objects (first get turned into files).TarExport Exports the objects to a tar file.ZipExport Exports the objects to a zip file.