Uses of Class
adams.data.io.output.AbstractTrailWriter
-
Packages that use AbstractTrailWriter Package Description adams.data.io.output -
-
Uses of AbstractTrailWriter in adams.data.io.output
Subclasses of AbstractTrailWriter in adams.data.io.output Modifier and Type Class Description class
SimpleTrailWriter
Writes trails in the simple CSV-like format.
The report and trail image come before the actual trail data.
The report data is prefixed with '# ' and the background is prefixed with '% '.
The background data are the gzipped RGBA bytes of the image (obtained row-by-row from image).
-