Uses of Class
org.neotropic.util.visual.exporters.AbstractFormatter
-
Packages that use AbstractFormatter Package Description org.neotropic.util.visual.exporters org.neotropic.util.visual.exporters.grid -
-
Uses of AbstractFormatter in org.neotropic.util.visual.exporters
Subclasses of AbstractFormatter in org.neotropic.util.visual.exporters Modifier and Type Class Description classCSVFormatterImplements the logic necessary to export to CSVclassXMLExporterImplements the logic necessary to export to XML -
Uses of AbstractFormatter in org.neotropic.util.visual.exporters.grid
Methods in org.neotropic.util.visual.exporters.grid with parameters of type AbstractFormatter Modifier and Type Method Description byte[]GridExporter. createReport(AbstractFormatter exporter)Constructors in org.neotropic.util.visual.exporters.grid with parameters of type AbstractFormatter Constructor Description GridExporter(TranslationService ts, Object dataSource, DataGridParser dataGridParser, LoggingService log, AbstractFormatter... supportedExporters)
-