Uses of Class
adams.gui.visualization.debug.objectexport.AbstractObjectExporter
-
Packages that use AbstractObjectExporter Package Description adams.gui.chooser adams.gui.visualization.debug.objectexport adams.gui.visualization.multiobjectexport -
-
Uses of AbstractObjectExporter in adams.gui.chooser
Methods in adams.gui.chooser that return AbstractObjectExporter Modifier and Type Method Description protected AbstractObjectExporter
ObjectExporterFileChooser. getDefaultWriter()
Returns the default writer. -
Uses of AbstractObjectExporter in adams.gui.visualization.debug.objectexport
Subclasses of AbstractObjectExporter in adams.gui.visualization.debug.objectexport Modifier and Type Class Description class
ImageExporter
Exports image objects (BufferedImage or derived from AbstractImageContainer).class
PlainTextExporter
Uses text renderers (auto or custom) to turn the object into text.class
PropertiesExporter
Exports Properties objects in the simple report format.class
RenderedPlainTextExporter
Uses an AbstractObjectPlainTextRenderer to generated the string to export.class
ReportExporter
Exports Report objects in the simple report format.class
SerializableObjectExporter
Exports serializable objects.class
SpreadSheetExporter
Exports spreadsheet objects.class
TimeseriesExporter
Exports Timeseries objects.class
WekaInstancesExporter
Exports Weka Instances/Instance objects.Methods in adams.gui.visualization.debug.objectexport that return types with arguments of type AbstractObjectExporter Modifier and Type Method Description static List<AbstractObjectExporter>
AbstractObjectExporter. getExporters(Class cls)
Returns a exporters for the specified class.static List<AbstractObjectExporter>
AbstractObjectExporter. getExporters(Class cls, Class[] excluded)
Returns a exporters for the specified class.static List<AbstractObjectExporter>
AbstractObjectExporter. getExporters(Object obj)
Returns a exporters for the specified object.static List<AbstractObjectExporter>
AbstractObjectExporter. getExporters(Object obj, Class[] excluded)
Returns a exporters for the specified object.protected static List<AbstractObjectExporter>
AbstractObjectExporter. instantiate(List<Class> exporters)
Instantiates the exporters. -
Uses of AbstractObjectExporter in adams.gui.visualization.multiobjectexport
Methods in adams.gui.visualization.multiobjectexport that return types with arguments of type AbstractObjectExporter Modifier and Type Method Description protected List<AbstractObjectExporter>
AbstractMultiObjectExport. determineExporters(String name, Object obj, MessageCollection errors)
Determines the exporters to use for the object.protected List<AbstractObjectExporter>
AbstractMultiObjectExportWithPreferredExtensions. determineExporters(String name, Object obj, MessageCollection errors)
Determines the exporters to use for the object.protected List<AbstractObjectExporter>
AbstractMultiObjectExport. pruneExporters(List<AbstractObjectExporter> exporters)
Prunes the list of exporters to use.Methods in adams.gui.visualization.multiobjectexport with parameters of type AbstractObjectExporter Modifier and Type Method Description protected String
AbstractMultiObjectExport. determineExtension(AbstractObjectExporter exporter)
Returns the extension for the given exporter.protected String
AbstractMultiObjectExportWithPreferredExtensions. determineExtension(AbstractObjectExporter exporter)
Returns the extension for the given exporter.Method parameters in adams.gui.visualization.multiobjectexport with type arguments of type AbstractObjectExporter Modifier and Type Method Description protected List<AbstractObjectExporter>
AbstractMultiObjectExport. pruneExporters(List<AbstractObjectExporter> exporters)
Prunes the list of exporters to use.
-