Uses of Interface
adams.core.io.PrettyPrintingSupporter
-
Packages that use PrettyPrintingSupporter Package Description adams.data.conversion adams.data.io.output adams.flow.sink adams.gui.tools.previewbrowser.notes adams.scripting.processor -
-
Uses of PrettyPrintingSupporter in adams.data.conversion
Classes in adams.data.conversion that implement PrettyPrintingSupporter Modifier and Type Class Description class
DOMToString
Turns a org.w3c.dom.Node or org.w3c.dom.Document DOM object into a String.
In case of org.w3c.dom.Node objects, the owner document is converted to String.class
JsonToString
Turns a JSON object/array into a string.class
ReportToJson
Turns a report into a JSON string.
Output format:
{
"Sample ID": "someid",
"GLV2": 1.123,
"valid": true
}
-
Uses of PrettyPrintingSupporter in adams.data.io.output
Classes in adams.data.io.output that implement PrettyPrintingSupporter Modifier and Type Class Description class
AbstractSimpleJsonReportWriter<T extends Report>
Abstract ancestor for writing reports in Json format.class
DefaultSimpleJsonReportWriter
Default implementation of a report writer of the simple Json format.class
JsonIndexedSplitsRunsWriter
Writes runs of indexed splits as JSON.class
OpexObjectLocationsWriter
Writes polygon annotations in VGG Image Annotator JSON format.
For more information, see:
http://www.robots.ox.ac.uk/~vgg/software/via/
class
ViaAnnotationsReportWriter
Writes polygon annotations in VGG Image Annotator JSON format.
For more information, see:
http://www.robots.ox.ac.uk/~vgg/software/via/
-
Uses of PrettyPrintingSupporter in adams.flow.sink
Classes in adams.flow.sink that implement PrettyPrintingSupporter Modifier and Type Class Description class
JsonFileWriter
Writes a JSON object/array to a file.class
XMLFileWriter
Writes a org.w3c.dom.Document to an XML file.
In case of org.w3c.dom.Node objects, the owning document is written to disk. -
Uses of PrettyPrintingSupporter in adams.gui.tools.previewbrowser.notes
Classes in adams.gui.tools.previewbrowser.notes that implement PrettyPrintingSupporter Modifier and Type Class Description class
JsonNotesWriter
Writes the notes in JSON format. -
Uses of PrettyPrintingSupporter in adams.scripting.processor
Classes in adams.scripting.processor that implement PrettyPrintingSupporter Modifier and Type Class Description class
JsonProcessor
Processor for remote commands in JSON format.
-