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 AbstractObjectExporterObjectExporterFileChooser. 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 classImageExporterExports image objects (BufferedImage or derived from AbstractImageContainer).classPlainTextExporterUses text renderers (auto or custom) to turn the object into text.classPropertiesExporterExports Properties objects in the simple report format.classRenderedPlainTextExporterUses an AbstractObjectPlainTextRenderer to generated the string to export.classReportExporterExports Report objects in the simple report format.classSerializableObjectExporterExports serializable objects.classSpreadSheetExporterExports spreadsheet objects.classTimeseriesExporterExports Timeseries objects.classWekaInstancesExporterExports 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 StringAbstractMultiObjectExport. determineExtension(AbstractObjectExporter exporter)Returns the extension for the given exporter.protected StringAbstractMultiObjectExportWithPreferredExtensions. 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.
-