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 classDOMToStringTurns 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.classJsonToStringTurns a JSON object/array into a string.classReportToJsonTurns 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 classAbstractSimpleJsonReportWriter<T extends Report>Abstract ancestor for writing reports in Json format.classDefaultSimpleJsonReportWriterDefault implementation of a report writer of the simple Json format.classJsonIndexedSplitsRunsWriterWrites runs of indexed splits as JSON.classOpexObjectLocationsWriterWrites polygon annotations in VGG Image Annotator JSON format.
For more information, see:
http://www.robots.ox.ac.uk/~vgg/software/via/
classViaAnnotationsReportWriterWrites 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 classJsonFileWriterWrites a JSON object/array to a file.classXMLFileWriterWrites 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 classJsonNotesWriterWrites 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 classJsonProcessorProcessor for remote commands in JSON format.
-