Uses of Class
adams.data.report.Report
-
-
Uses of Report in adams.data.container
Fields in adams.data.container declared as Report Modifier and Type Field Description protected Report
AbstractSimpleContainer. m_Report
the report.Methods in adams.data.container that return Report Modifier and Type Method Description Report
AbstractSimpleContainer. getReport()
Returns the current report.Methods in adams.data.container with parameters of type Report Modifier and Type Method Description void
AbstractSimpleContainer. setReport(Report value)
Sets the report to use. -
Uses of Report in adams.data.image.transformer.subimages
Methods in adams.data.image.transformer.subimages that return Report Modifier and Type Method Description protected Report
AbstractSubImagesGenerator. transferObjects(Report oldReport, int x, int y, int width, int height)
Generates a new report with only the objects that fall within the region.protected Report
AbstractSubImagesGenerator. transferObjects(Report oldReport, int x, int y, int width, int height, String label, String key)
Generates a new report with only the objects that fall within the region.protected Report
AbstractSubImagesGenerator. transferObjects(Report oldReport, Rectangle region)
Generates a new report with only the objects that fall within the region.protected Report
AbstractSubImagesGenerator. transferObjects(Report oldReport, Rectangle region, String label, String key)
Generates a new report with only the objects that fall within the region.Methods in adams.data.image.transformer.subimages with parameters of type Report Modifier and Type Method Description protected Report
AbstractSubImagesGenerator. transferObjects(Report oldReport, int x, int y, int width, int height)
Generates a new report with only the objects that fall within the region.protected Report
AbstractSubImagesGenerator. transferObjects(Report oldReport, int x, int y, int width, int height, String label, String key)
Generates a new report with only the objects that fall within the region.protected Report
AbstractSubImagesGenerator. transferObjects(Report oldReport, Rectangle region)
Generates a new report with only the objects that fall within the region.protected Report
AbstractSubImagesGenerator. transferObjects(Report oldReport, Rectangle region, String label, String key)
Generates a new report with only the objects that fall within the region. -
Uses of Report in adams.data.instance
Fields in adams.data.instance declared as Report Modifier and Type Field Description protected Report
Instance. m_Report
the automatically generated report.Methods in adams.data.instance that return Report Modifier and Type Method Description Report
Instance. getReport()
Returns the report.protected Report
Instance. newReport()
Creates an empty report.Methods in adams.data.instance with parameters of type Report Modifier and Type Method Description void
Instance. setReport(Report value)
Sets a new report. -
Uses of Report in adams.data.io.input
Classes in adams.data.io.input with type parameters of type Report Modifier and Type Class Description class
AbstractReportReader<T extends Report>
Abstract ancestor for readers that read files in various formats and creates a reports.class
AbstractSimpleCSVReportReader<T extends Report>
Abstract ancestor for reports to be written in CSV format.class
AbstractSimpleJsonReportReader<T extends Report>
Abstract ancestor for reports to be written in CSV format.class
AbstractSimpleReportReader<T extends Report>
Abstract ancestor for reports to be written in properties format.interface
ReportReader<T extends Report>
Interface for report readers.interface
StringReportReader<T extends Report>
Interface for report readers that can read from strings.Methods in adams.data.io.input that return Report Modifier and Type Method Description protected Report
AbstractDataContainerReader. createDummyReport(T cont)
Creates a dummy report.Report
CocoAnnotationsReportReader. newInstance()
Returns a new instance of the report class in use.Report
DeepLabCutCSVReader. newInstance()
Returns a new instance of the report class in use.Report
DefaultSimpleCSVReportReader. newInstance()
Returns a new instance of the report class in use.Report
DefaultSimpleJsonReportReader. newInstance()
Returns a new instance of the report class in use.Report
DefaultSimpleReportReader. newInstance()
Returns a new instance of the report class in use.Report
DetectronAnnotationsReportReader. newInstance()
Returns a new instance of the report class in use.Report
ImageClassificationGridSpreadSheetReader. newInstance()
Returns a new instance of the report class in use.Report
ImageClassificationJsonReportReader. newInstance()
Returns a new instance of the report class in use.Report
ImageClassificationSpreadSheetReportReader. newInstance()
Returns a new instance of the report class in use.Report
ObjectLocationsSpreadSheetReader. newInstance()
Returns a new instance of the report class in use.Report
OpexObjectLocationsReader. newInstance()
Returns a new instance of the report class in use.Report
PascalVOCObjectLocationsReader. newInstance()
Returns a new instance of the report class in use.Report
VggXmlAnnotationReportReader. newInstance()
Returns a new instance of the report class in use.Report
ViaAnnotationsReportReader. newInstance()
Returns a new instance of the report class in use.Report
YoloAnnotationsReportReader. newInstance()
Returns a new instance of the report class in use.Methods in adams.data.io.input that return types with arguments of type Report Modifier and Type Method Description protected List<Report>
ObjectLocationsSpreadSheetReader. convert(SpreadSheet sheet)
Converts the spreadsheet into report(s).protected List<Report>
YoloAnnotationsReportReader. convert(List<String> lines)
Converts the Yolo lines into a report.protected Map<Integer,Report>
CocoAnnotationsReportReader. loadImages(net.minidev.json.JSONArray images)
Turns the images JSON array into a lookup table for image ID -> Report.List<Report>
ObjectLocationsSpreadSheetReader. read(String s)
Reads the data.List<Report>
OpexObjectLocationsReader. read(String s)
Reads the data.List<Report>
YoloAnnotationsReportReader. read(String s)
Reads the data.protected List<Report>
CocoAnnotationsReportReader. readData()
Performs the actual reading.protected List<Report>
DeepLabCutCSVReader. readData()
Performs the actual reading.protected List<Report>
DetectronAnnotationsReportReader. readData()
Performs the actual reading.protected List<Report>
ImageClassificationGridSpreadSheetReader. readData()
Performs the actual reading.protected List<Report>
ImageClassificationJsonReportReader. readData()
Performs the actual reading.protected List<Report>
ImageClassificationSpreadSheetReportReader. readData()
Performs the actual reading.protected List<Report>
ObjectLocationsSpreadSheetReader. readData()
Performs the actual reading.protected List<Report>
OpexObjectLocationsReader. readData()
Performs the actual reading.protected List<Report>
OpexObjectLocationsReader. readData(opex4j.ObjectPredictions preds)
Converts the predictions into a report.protected List<Report>
PascalVOCObjectLocationsReader. readData()
Performs the actual reading.protected List<Report>
VggXmlAnnotationReportReader. readData()
Performs the actual reading.protected List<Report>
ViaAnnotationsReportReader. readData()
Performs the actual reading.protected List<Report>
YoloAnnotationsReportReader. readData()
Performs the actual reading.Methods in adams.data.io.input with parameters of type Report Modifier and Type Method Description protected boolean
PascalVOCObjectLocationsReader. addBoolean(Report report, String name, Boolean value)
Adds the boolean value to the report.protected boolean
PascalVOCObjectLocationsReader. addNumeric(Report report, String name, String value)
Adds the numeric value to the report.protected boolean
PascalVOCObjectLocationsReader. addString(Report report, String name, String value)
Adds the string value to the report.protected void
CocoAnnotationsReportReader. addValue(Report report, String key, Object value)
Adds the specified value to the report.protected abstract int
AbstractReportReader. determineParentID(Report report)
Tries to determine the parent ID for the current report.protected int
AbstractSimpleCSVReportReader. determineParentID(Report report)
Tries to determine the parent ID for the current report.protected int
AbstractSimpleJsonReportReader. determineParentID(Report report)
Tries to determine the parent ID for the current report.protected int
AbstractSimpleReportReader. determineParentID(Report report)
Tries to determine the parent ID for the current report.protected int
CocoAnnotationsReportReader. determineParentID(Report report)
Tries to determine the parent ID for the current report.protected int
DeepLabCutCSVReader. determineParentID(Report report)
Tries to determine the parent ID for the current report.protected int
DetectronAnnotationsReportReader. determineParentID(Report report)
Tries to determine the parent ID for the current report.protected int
ImageClassificationGridSpreadSheetReader. determineParentID(Report report)
Tries to determine the parent ID for the current report.protected int
ImageClassificationJsonReportReader. determineParentID(Report report)
Tries to determine the parent ID for the current report.protected int
ImageClassificationSpreadSheetReportReader. determineParentID(Report report)
Tries to determine the parent ID for the current report.protected int
ObjectLocationsSpreadSheetReader. determineParentID(Report report)
Tries to determine the parent ID for the current report.protected int
OpexObjectLocationsReader. determineParentID(Report report)
Tries to determine the parent ID for the current report.protected int
PascalVOCObjectLocationsReader. determineParentID(Report report)
Tries to determine the parent ID for the current report.protected int
VggXmlAnnotationReportReader. determineParentID(Report report)
Tries to determine the parent ID for the current report.protected int
ViaAnnotationsReportReader. determineParentID(Report report)
Tries to determine the parent ID for the current report.protected int
YoloAnnotationsReportReader. determineParentID(Report report)
Tries to determine the parent ID for the current report. -
Uses of Report in adams.data.io.output
Classes in adams.data.io.output with type parameters of type Report Modifier and Type Class Description class
AbstractMultiReportWriter<T extends Report>
Ancestor for report writers that write multiple reports into a single file.class
AbstractReportWriter<T extends Report>
Abstract ancestor for writers that write reports to files in various formats.class
AbstractSimpleCSVReportWriter<T extends Report>
Abstract ancestor for writing reports in CSV format.class
AbstractSimpleJsonReportWriter<T extends Report>
Abstract ancestor for writing reports in Json format.class
AbstractSimpleReportWriter<T extends Report>
Abstract ancestor for writing reports in properties format.interface
MultiReportWriter<T extends Report>
Interface for report writers that write multiple reports into a single file.interface
ReportWriter<T extends Report>
Interface for report writers.interface
StringReportWriter<T extends Report>
Interface for report writers that can output the report as string.Methods in adams.data.io.output with parameters of type Report Modifier and Type Method Description protected void
AbstractMultiReportWriter. checkData(T[] data)
The default implementation only checks whether the provided file is an actual file and whether it exists (if m_OutputIsFile is TRUE).protected SpreadSheet
ObjectLocationsSpreadSheetWriter. convert(Report data)
Converts the report into a spreadsheet.protected opex4j.ObjectPredictions
OpexObjectLocationsWriter. convert(Report data)
Converts the report into OPEX format.protected List<String>
YoloAnnotationsReportWriter. convert(Report data)
Converts the report into yolo format lines.boolean
AbstractMultiReportWriter. write(T[] data)
Performs checks and writes the data.boolean
MultiReportWriter. write(T[] data)
Performs checks and writes the data.String
ObjectLocationsSpreadSheetWriter. write(Report data, MessageCollection errors)
Performs checks and converts the report to a string.String
OpexObjectLocationsWriter. write(Report data, MessageCollection errors)
Performs checks and converts the report to a string.String
YoloAnnotationsReportWriter. write(Report data, MessageCollection errors)
Performs checks and converts the report to a string.protected abstract boolean
AbstractMultiReportWriter. writeData(T[] data)
Performs the actual writing.protected boolean
DeepLabCutCSVWriter. writeData(Report[] data)
Performs the actual writing.protected boolean
ObjectLocationsSpreadSheetWriter. writeData(Report data)
Performs the actual writing.protected boolean
OpexObjectLocationsWriter. writeData(Report data)
Performs the actual writing.protected boolean
ViaAnnotationsReportWriter. writeData(Report data)
Performs the actual writing.protected boolean
YoloAnnotationsReportWriter. writeData(Report data)
Performs the actual writing. -
Uses of Report in adams.data.objectfinder
Methods in adams.data.objectfinder that return Report Modifier and Type Method Description Report
AbstractObjectFinder. filter(Report report)
Filters the objects in the report.Report
ObjectFinder. filter(Report report)
Filters the objects in the report.Methods in adams.data.objectfinder with parameters of type Report Modifier and Type Method Description Report
AbstractObjectFinder. filter(Report report)
Filters the objects in the report.Report
ObjectFinder. filter(Report report)
Filters the objects in the report.int[]
AbstractObjectFinder. find(Report report)
Finds the objects in the report.int[]
ObjectFinder. find(Report report)
Finds the objects in the report.LocatedObjects
AbstractObjectFinder. findObjects(Report report)
Finds the objects in the report.LocatedObjects
ObjectFinder. findObjects(Report report)
Finds the objects in the report. -
Uses of Report in adams.data.overlappingobjectremoval
Methods in adams.data.overlappingobjectremoval that return Report Modifier and Type Method Description static Report
AbstractOverlappingObjectRemoval. remove(Report thisReport, Report otherReport, ObjectFinder finder, ObjectOverlap detection, OverlappingObjectRemoval removal)
Removes overlapping objects between the two reports.Methods in adams.data.overlappingobjectremoval with parameters of type Report Modifier and Type Method Description static Report
AbstractOverlappingObjectRemoval. remove(Report thisReport, Report otherReport, ObjectFinder finder, ObjectOverlap detection, OverlappingObjectRemoval removal)
Removes overlapping objects between the two reports. -
Uses of Report in adams.data.report
Classes in adams.data.report with type parameters of type Report Modifier and Type Interface Description interface
MutableReportHandler<T extends Report>
Interface for data containers that can set a report as well.interface
ReportHandler<T extends Report>
Interface for data containers that handle reports.Methods in adams.data.report that return Report Modifier and Type Method Description static Report
ReportJsonUtils. fromJson(com.google.gson.JsonObject jobj)
Creates a report from the JSON object.static Report
ReportJsonUtils. fromJson(com.google.gson.JsonObject jobj, String prefix)
Creates a report from the JSON object.static Report
ReportJsonUtils. fromJson(Reader reader)
Creates a report from the reader, reading in JSON.static Report
ReportJsonUtils. fromJson(Reader reader, String prefix)
Creates a report from the reader, reading in JSON.Report
Report. getClone()
Returns a clone of itself.Report
Report. intersect(Report report)
Returns the intersection with this Quantitation Report and the provided one.Report
Report. minus(Report report)
Returns the subset of values that this Quantitation Report contains, but not the provided one.static Report
Report. newInstance(Report report)
Returns a new instance of the concrete subclass for the report.static Report
Report. parseProperties(Properties props)
Parses the properties (generated with the toProperties() method) and generates a report object from it.static Report
Report. parseReport(String s)
Parses the string generated by the toString() method.Methods in adams.data.report with parameters of type Report Modifier and Type Method Description void
Report. assign(Report other)
Obtains all the values from the specified report.static int
AnnotationHelper. findLastIndex(Report report, String prefix)
Determines the last index used with the given prefix.static List<SelectionRectangle>
AnnotationHelper. getLocations(Report report, String prefix)
Returns all currently stored locations.Report
Report. intersect(Report report)
Returns the intersection with this Quantitation Report and the provided one.void
Report. mergeWith(Report other)
Merges its own data with the one provided by the specified object.Report
Report. minus(Report report)
Returns the subset of values that this Quantitation Report contains, but not the provided one.static Report
Report. newInstance(Report report)
Returns a new instance of the concrete subclass for the report.static boolean
AnnotationHelper. removeIndex(Report report, String prefix, int index)
Removes the specified index from the report.static com.google.gson.JsonObject
ReportJsonUtils. toJson(Report report)
Turns the report into a json structure.static com.google.gson.JsonObject
ReportJsonUtils. toJson(Report report, Field[] fields)
Turns the specified fields from the report into a json structure.static Map<String,Object>
AnnotationHelper. valuesForIndex(Report report, String prefix, int index)
Returns all the values stored in the report under this index. -
Uses of Report in adams.data.timeseries
Classes in adams.data.timeseries with type parameters of type Report Modifier and Type Class Description class
Timeseries<P extends TimeseriesPoint,R extends Report,S extends TimeseriesStatistic>
Container for a full timeseries.Fields in adams.data.timeseries declared as Report Modifier and Type Field Description protected R
Timeseries. m_Report
the report. -
Uses of Report in adams.db
Classes in adams.db with type parameters of type Report Modifier and Type Interface Description interface
BulkReportUpdater<T extends Report>
Interface for table classes that support bulk report updates.interface
ReportProvider<T extends Report,I>
Interface for table classes that handle the reports of a project.interface
ReportProviderByDBID<T extends Report>
Interface for table classes that handle the reports of a project.interface
ReportProviderByID<T extends Report>
Interface for table classes that handle the reports of a project.class
ReportTableByDBID<R extends Report,F extends AbstractField>
Abstract ancestor for classes that provide access to reports stored in tables.class
ReportTableByID<R extends Report & IDHandler,F extends AbstractField>
Abstract ancestor for classes that provide access to reports stored in tables.Methods in adams.db with parameters of type Report Modifier and Type Method Description boolean
BulkReportUpdater. bulkStore(T[] records, DataType[] types, String skipFields, int batchSize, boolean autoCommit, boolean newConnection)
Stores the records.boolean
ReportTableByDBID. remove(Report report)
Removes the report from the database. -
Uses of Report in adams.flow.transformer
Classes in adams.flow.transformer with type parameters of type Report Modifier and Type Class Description class
AbstractDeleteDbReportValue<T extends Report>
Ancestor for transformers that delete values from a report in the database whenever a token passes through.class
AbstractReportDbReader<T extends Report,I>
Abstract ancestor for actors that load reports from the database.class
AbstractReportDbWriter<T extends Report,I>
Abstract ancestor for actors that write reports to the database.class
AbstractReportDbWriterByDBID<T extends Report>
Abstract ancestor for actors that write reports to the database.class
AbstractReportDbWriterByID<T extends Report>
Abstract ancestor for actors that write reports to the database.class
AbstractReportFileImport<T extends Report>
Abstract ancestor for report import actors.class
AbstractReportFileReader<T extends Report>
Abstract ancestor for report file reader transformers.class
AbstractReportFileWriter<T extends Report>
Abstract ancestor for actors that write reports to disk.class
AbstractReportValueDbWriter<T extends Report>
Abstract ancestor for actors that write report values to the database.Fields in adams.flow.transformer declared as Report Modifier and Type Field Description protected Report
ImageObjectAnnotator. m_PreviousReport
the previous report.protected Report
ImageAnnotator.AnnotatorPanel. m_ReportBackup
the backup of the report.Methods in adams.flow.transformer that return Report Modifier and Type Method Description protected T[]
AbstractReportFileWriter. extractReports(Token token)
Extracts the reports from the token.Report
ImageAnnotator.AnnotatorPanel. getCurrentReport()
Returns the current report.protected abstract Report
AbstractSetReportValue. newReport()
Creates a new, empty report if theMutableReportHandler
is missing one.protected Report
SetReportValue. newReport()
Creates a new, empty report if theMutableReportHandler
is missing one.Methods in adams.flow.transformer that return types with arguments of type Report Modifier and Type Method Description protected AbstractReportReader<Report>
ReportFileReader. getDefaultReader()
Returns the default reader.protected AbstractReportWriter<Report>
ReportFileWriter. getDefaultWriter()
Returns the default writer.Methods in adams.flow.transformer with parameters of type Report Modifier and Type Method Description protected void
ImageAnnotator. addInteractionsToReport(Report report, List<InteractionEvent> events)
Adds the interactions to the report.protected void
ImageObjectAnnotator. addInteractionsToReport(Report report, List<InteractionEvent> events)
Adds the interactions to the report.protected void
ImageLabeler. addInterationsToReport(Report report, List<InteractionEvent> events)
Adds the interactions to the report.protected void
AbstractReportDbUpdater. addToReport(Report report, String key, Object value)
Adds the specified value to the report. -
Uses of Report in adams.flow.transformer.compareobjectlocations
Fields in adams.flow.transformer.compareobjectlocations declared as Report Modifier and Type Field Description protected Report
Combined.CombinedPanel. m_AnnotationsReport
the annotations report.protected Report
SideBySide.SideBySidePanel. m_AnnotationsReport
the annotations report.protected Report
Combined.CombinedPanel. m_CombinedReport
the combined report.protected Report
Combined.CombinedPanel. m_PredictionsReport
the predictions report.protected Report
SideBySide.SideBySidePanel. m_PredictionsReport
the predictions report.Methods in adams.flow.transformer.compareobjectlocations that return Report Modifier and Type Method Description protected Report
AbstractComparisonPanel. filterObjects(String label, LocatedObjects objects, String suffix, String prefix)
Filters the objects using the specified label and returns the newly generated report.Methods in adams.flow.transformer.compareobjectlocations with parameters of type Report Modifier and Type Method Description abstract void
AbstractComparisonPanel. display(AbstractImageContainer cont, List<String> labels, Report repAnn, LocatedObjects objAnn, Report repPred, LocatedObjects objPred)
Displays the new image.void
Combined.CombinedPanel. display(AbstractImageContainer cont, List<String> labels, Report repAnn, LocatedObjects objAnn, Report repPred, LocatedObjects objPred)
Displays the new image.void
SideBySide.SideBySidePanel. display(AbstractImageContainer cont, List<String> labels, Report repAnn, LocatedObjects objAnn, Report repPred, LocatedObjects objPred)
Displays the new image. -
Uses of Report in adams.flow.transformer.draw
Methods in adams.flow.transformer.draw with parameters of type Report Modifier and Type Method Description protected void
ObjectAnnotationsFromReport. initAnnotations(Report report)
Initializes the annotations. -
Uses of Report in adams.flow.transformer.locateobjects
Methods in adams.flow.transformer.locateobjects that return Report Modifier and Type Method Description Report
LocatedObjects. toReport(String prefix)
Turns the located objects into a report.Report
LocatedObjects. toReport(String prefix, int offset)
Turns the located objects into a report.Report
LocatedObjects. toReport(String prefix, int offset, boolean updateIndex)
Turns the located objects into a report.Methods in adams.flow.transformer.locateobjects with parameters of type Report Modifier and Type Method Description static LocatedObjects
LocatedObjects. fromReport(Report report, String prefix)
Retrieves all objects from the report.static LocatedObjects
LocatedObjects. fromReport(Report report, String[] prefixes)
Retrieves all objects from the report.static LocatedObjects
LocatedObjects. fromReport(Report report, String[] prefixes, LocatedObjectFilter filter)
Retrieves all objects from the report.static LocatedObjects
LocatedObjects. fromReport(Report report, String prefix, LocatedObjectFilter filter)
Retrieves all objects from the report. -
Uses of Report in adams.flow.transformer.pixelselector
Methods in adams.flow.transformer.pixelselector with parameters of type Report Modifier and Type Method Description protected int
AddClassification. getNextClassificationIndex(Report report)
Returns the next free classification index. -
Uses of Report in adams.flow.transformer.report
Classes in adams.flow.transformer.report with type parameters of type Report Modifier and Type Class Description class
AbstractReportPostProcessor<T extends Report>
Ancestor forReport
post-processors.class
AbstractReportPreProcessor<T extends Report>
Ancestor forReport
pre-processors.class
NoPostProcessing<T extends Report>
Dummy, performs no post-processing at all.class
NoPreProcessing<T extends Report>
Dummy, performs no pre-processing at all. -
Uses of Report in adams.gui.chooser
Classes in adams.gui.chooser with type parameters of type Report Modifier and Type Class Description class
AbstractReportFileChooser<T extends Report,R extends AbstractReportReader,W extends AbstractReportWriter>
A specialized JFileChooser that lists all available file Readers and Writers for reports.Methods in adams.gui.chooser that return types with arguments of type Report Modifier and Type Method Description protected AbstractReportReader<Report>
DefaultReportFileChooser. getDefaultReader()
Returns the default reader.protected AbstractReportWriter<Report>
DefaultReportFileChooser. getDefaultWriter()
Returns the default writer. -
Uses of Report in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser with type parameters of type Report Modifier and Type Field Description protected Map<String,Report>
CocoAnnotationsHandler.CombinedPanel. m_Reports
the reports (image -> report).Methods in adams.gui.tools.previewbrowser that return Report Modifier and Type Method Description protected Report
CocoAnnotationsHandler. filterReport(Report report)
Filters the objects in the report, if necessary.protected Report
DeepLabCutCSVHandler. filterReport(Report report)
Filters the objects in the report, if necessary.protected Report
ObjectCentersFromReport. filterReport(Report report)
Filters the objects in the report, if necessary.protected Report
ObjectLocationsFromReport. filterReport(Report report)
Filters the objects in the report, if necessary.protected Report
ObjectLocationsFromSpreadSheet. filterReport(Report report)
Filters the objects in the report, if necessary.protected Report
PointsFromReportHandler. filterReport(Report report)
Filters the objects in the report, if necessary.protected Report
ImageClassificationHandler. loadAnnotations(ImagePanel panel, File file)
Loads the report associated with the image.protected Report
ObjectAnnotationsHandler. loadAnnotations(ImagePanel panel, File file)
Loads the report associated with the image.protected Report
ObjectAnnotationsReportHandler. loadAnnotations(File file)
Loads the report associated with the image.protected Report
CocoAnnotationsHandler. loadFromJson(CocoAnnotationsHandler.CombinedPanel panel, File file)
Loads the report associated with the image file.protected Report
AnnotateImage. loadReport(File file)
Loads the report associated with the image file.protected Report
AnnotationsAndPredictionsFromReport. loadReport(File file)
Loads the report associated with the image.protected Report
DeepLabCutCSVHandler. loadReport(DeepLabCutCSVHandler.CombinedPanel panel, File file)
Loads the report associated with the image file.protected Report
ObjectCentersFromReport. loadReport(ObjectCentersFromReport.CombinedPanel panel, File file)
Loads the report associated with the image file.protected Report
ObjectLocationsFromReport. loadReport(ObjectLocationsFromReport.CombinedPanel panel, File file)
Loads the report associated with the image file.protected Report
ObjectLocationsFromSpreadSheet. loadReport(ObjectLocationsFromSpreadSheet.CombinedPanel panel, File file)
Loads the report associated with the image.protected Report
PointsFromReportHandler. loadReport(PointsFromReportHandler.CombinedPanel panel, File file)
Loads the report associated with the image file.Methods in adams.gui.tools.previewbrowser that return types with arguments of type Report Modifier and Type Method Description Map<String,Report>
CocoAnnotationsHandler.CombinedPanel. getReports()
Returns the reports.Methods in adams.gui.tools.previewbrowser with parameters of type Report Modifier and Type Method Description protected BufferedImage
ObjectAnnotationsReportHandler. createImage(Report report)
Creates an empty dummy image that will fit all the annotations.protected Report
CocoAnnotationsHandler. filterReport(Report report)
Filters the objects in the report, if necessary.protected Report
DeepLabCutCSVHandler. filterReport(Report report)
Filters the objects in the report, if necessary.protected Report
ObjectCentersFromReport. filterReport(Report report)
Filters the objects in the report, if necessary.protected Report
ObjectLocationsFromReport. filterReport(Report report)
Filters the objects in the report, if necessary.protected Report
ObjectLocationsFromSpreadSheet. filterReport(Report report)
Filters the objects in the report, if necessary.protected Report
PointsFromReportHandler. filterReport(Report report)
Filters the objects in the report, if necessary.protected void
ObjectLocationsFromReport. loadAdditionalReports(ObjectLocationsFromReport.CombinedPanel panel, File file, Report report)
Hook method for loading additional reports.protected void
ObjectLocationsFromReport. postProcessPanel(ObjectLocationsFromReport.CombinedPanel panel, Report report, boolean isCreate)
For post-processing the panel after creating or re-using it, before displaying it.Method parameters in adams.gui.tools.previewbrowser with type arguments of type Report Modifier and Type Method Description void
CocoAnnotationsHandler.CombinedPanel. setReports(Map<String,Report> reports)
Sets the reports. -
Uses of Report in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as Report Modifier and Type Field Description protected Report
ImagePanel. m_AdditionalProperties
the additional properties to display.protected Report
ImagePanel. m_ImageProperties
the image properties.Methods in adams.gui.visualization.image that return Report Modifier and Type Method Description Report
ImagePanel. getAdditionalProperties()
Returns the additional properties.Report
ImagePanel. getAllProperties()
Returns the all the properties (image and additional combined).Report
ImagePanel. getImageProperties()
Returns the image properties by themselves.Methods in adams.gui.visualization.image with parameters of type Report Modifier and Type Method Description boolean
AbstractReportBasedOverlayHelper. determineLocations(Report report)
Determines the locations of the objects.abstract boolean
AbstractReportBasedOverlayHelper. determineLocations(Report report, LocatedObjectFilter filter)
Determines the locations of the objects.boolean
ReportObjectOverlay. determineLocations(Report report, LocatedObjectFilter filter)
Determines the locations of the objects.boolean
ReportPointOverlay. determineLocations(Report report, LocatedObjectFilter filter)
Determines the locations of the objects.void
ImagePanel. setAdditionalProperties(Report value)
Sets the additional properties.protected void
ImagePanel. updateImageProperties(Report props)
Updates the properties of the image.protected boolean
ImagePanel. updateProperties(Report modified, Report current)
Updates the current report: removes all the fields that are no longer present in the modified report, updates all modified fields. -
Uses of Report in adams.gui.visualization.image.leftclick
Methods in adams.gui.visualization.image.leftclick with parameters of type Report Modifier and Type Method Description protected int
AbstractSelectionRectangleBasedLeftClickProcessor. findLastIndex(Report report)
Determines the last index used with the given prefix.protected List<SelectionRectangle>
AbstractSelectionRectangleBasedLeftClickProcessor. getLocations(Report report)
Returns all currently stored locations. -
Uses of Report in adams.gui.visualization.image.selection
Methods in adams.gui.visualization.image.selection with parameters of type Report Modifier and Type Method Description protected int
AbstractSelectionRectangleBasedSelectionProcessor. findLastIndex(Report report)
Determines the last index used with the given prefix.protected List<SelectionRectangle>
AbstractSelectionRectangleBasedSelectionProcessor. getLocations(Report report)
Returns all currently stored locations.protected boolean
AbstractSelectionRectangleBasedSelectionProcessor. removeIndex(Report report, int index)
Removes the specified index from the report.protected Map<String,Object>
AbstractSelectionRectangleBasedSelectionProcessor. valuesForIndex(Report report, int index)
Returns all the values stored in the report under this index. -
Uses of Report in adams.gui.visualization.instance
Methods in adams.gui.visualization.instance with parameters of type Report Modifier and Type Method Description static ReportFactory.Model
InstanceReportFactory. getModel(Report report)
Returns a new model for the given report.static BasePanel
InstanceReportFactory. getPanel(Report report)
Returns a new panel for the given report.static InstanceReportFactory.Table
InstanceReportFactory. getTable(Report report)
Returns a new table for the given report.Constructors in adams.gui.visualization.instance with parameters of type Report Constructor Description Table(Report report)
Initializes the table. -
Uses of Report in adams.gui.visualization.object
Fields in adams.gui.visualization.object declared as Report Modifier and Type Field Description protected Report
ObjectAnnotationPanel. m_PreviousReport
the report from the previous session.Report
ObjectAnnotationPanel.AnnotationsState. report
Methods in adams.gui.visualization.object that return Report Modifier and Type Method Description Report
ObjectAnnotationPanel. getPreviousReport()
Returns the previous report.Report
ObjectAnnotationPanel. getReport()
Returns the current report.Methods in adams.gui.visualization.object with parameters of type Report Modifier and Type Method Description void
ObjectAnnotationPanel. setPreviousReport(Report value)
Sets the previous report.void
ObjectAnnotationPanel. setReport(Report value)
Sets the report to display. -
Uses of Report in adams.gui.visualization.object.annotationsdisplay
Methods in adams.gui.visualization.object.annotationsdisplay that return Report Modifier and Type Method Description abstract Report
AbstractAnnotationsDisplayPanel. getReport()
Returns the report with the annotations.Report
DefaultAnnotationsDisplayPanel. getReport()
Returns the report with the annotations.Methods in adams.gui.visualization.object.annotationsdisplay with parameters of type Report Modifier and Type Method Description abstract void
AbstractAnnotationsDisplayPanel. setReport(Report value)
Sets the report to get the annotations from.void
DefaultAnnotationsDisplayPanel. setReport(Report value)
Sets the report to get the annotations from. -
Uses of Report in adams.gui.visualization.object.annotator
Methods in adams.gui.visualization.object.annotator with parameters of type Report Modifier and Type Method Description protected int
AbstractReportBasedAnnotator. findLastIndex(Report report)
Determines the last index used with the given prefix.protected List<SelectionPoint>
AbstractPointAnnotator. getLocations(Report report)
Retruns all currently stored locations.protected List<SelectionRectangle>
AbstractRectangleBasedAnnotator. getLocations(Report report)
Returns all currently stored locations.protected boolean
AbstractReportBasedAnnotator. removeIndex(Report report, int index)
Removes the specified index from the report.protected Map<String,Object>
AbstractReportBasedAnnotator. valuesForIndex(Report report, int index)
Returns all the values stored in the report under this index. -
Uses of Report in adams.gui.visualization.report
Fields in adams.gui.visualization.report declared as Report Modifier and Type Field Description protected Report
ReportFactory.Model. m_Report
the underlying report.Methods in adams.gui.visualization.report that return Report Modifier and Type Method Description Report
ReportContainer. getReport()
Returns the payload as Report object.Report
ReportFactory.Model. getReport()
Returns the underlying report.Report
ReportFactory.Table. getReport()
Returns the underlying report.Report
ReportFactory.Table. getSelectionAsReport()
Returns the selected rows as new report.Methods in adams.gui.visualization.report with parameters of type Report Modifier and Type Method Description static ReportFactory.Model
ReportFactory. getModel(Report report)
Returns a new model for the given report.static BasePanel
ReportFactory. getPanel(Report report, boolean preview)
Returns a new panel for the given report.static ReportFactory.Table
ReportFactory. getTable(Report report)
Returns a new table for the given report.protected ReportFactory.Model
ReportFactory.Panel. newModel(Report report)
Creates a new table model from the report.void
ReportFactory.Table. setReport(Report value)
Sets the report to display.Method parameters in adams.gui.visualization.report with type arguments of type Report Modifier and Type Method Description void
ReportFactory.Panel. setReports(List<Report> data)
Sets the reports.Constructors in adams.gui.visualization.report with parameters of type Report Constructor Description Model(Report report)
Initializes the model.ReportContainer(ReportContainerManager manager, Report report)
Initializes the container.Table(Report report)
Initializes the table. -
Uses of Report in adams.gui.visualization.report.reportfactory
Methods in adams.gui.visualization.report.reportfactory that return Report Modifier and Type Method Description protected Report
AbstractTableAction. getReport()
Returns the underlying report.Methods in adams.gui.visualization.report.reportfactory with parameters of type Report Modifier and Type Method Description protected void
AbstractTableAction. setReport(Report value)
Sets the underlying report. -
Uses of Report in adams.gui.visualization.spreadsheet
Fields in adams.gui.visualization.spreadsheet declared as Report Modifier and Type Field Description protected Report
SpreadSheetRow. m_Report
the automatically generated report.Methods in adams.gui.visualization.spreadsheet that return Report Modifier and Type Method Description Report
SpreadSheetRow. getReport()
Returns the report.protected Report
SpreadSheetRow. newReport()
Creates an empty report.Methods in adams.gui.visualization.spreadsheet with parameters of type Report Modifier and Type Method Description static ReportFactory.Model
SpreadSheetRowReportFactory. getModel(Report report)
Returns a new model for the given report.static BasePanel
SpreadSheetRowReportFactory. getPanel(Report report)
Returns a new panel for the given report.static SpreadSheetRowReportFactory.Table
SpreadSheetRowReportFactory. getTable(Report report)
Returns a new table for the given report.void
SpreadSheetRow. setReport(Report value)
Sets a new report.Constructors in adams.gui.visualization.spreadsheet with parameters of type Report Constructor Description Table(Report report)
Initializes the table. -
Uses of Report in adams.parser
Fields in adams.parser declared as Report Modifier and Type Field Description protected Report
ReportMathExpression. m_Report
the report to use as basis.Methods in adams.parser that return Report Modifier and Type Method Description Report
ReportMathExpression. getReport()
Returns the report to use for evaluation.Methods in adams.parser with parameters of type Report Modifier and Type Method Description static boolean
BooleanExpression. evaluate(String expr, Report report)
Parses and evaluates the given expression.static double
MathematicalExpression. evaluate(String expr, Report report)
Parses and evaluates the given expression.static double
ReportMathExpression. evaluate(String expr, Report report)
Parses and evaluates the given expression.static String
StringExpression. evaluate(String expr, Report report)
Parses and evaluates the given expression.static HashMap
ParserHelper. reportToSymbols(Report report)
Turns the content of the report into symbols.void
ReportMathExpression. setReport(Report value)
Sets the report to use for evaluation.
-