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 ReportAbstractSimpleContainer. m_Reportthe report.Methods in adams.data.container that return Report Modifier and Type Method Description ReportAbstractSimpleContainer. getReport()Returns the current report.Methods in adams.data.container with parameters of type Report Modifier and Type Method Description voidAbstractSimpleContainer. 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 ReportAbstractSubImagesGenerator. 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 ReportAbstractSubImagesGenerator. 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 ReportAbstractSubImagesGenerator. transferObjects(Report oldReport, Rectangle region)Generates a new report with only the objects that fall within the region.protected ReportAbstractSubImagesGenerator. 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 ReportAbstractSubImagesGenerator. 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 ReportAbstractSubImagesGenerator. 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 ReportAbstractSubImagesGenerator. transferObjects(Report oldReport, Rectangle region)Generates a new report with only the objects that fall within the region.protected ReportAbstractSubImagesGenerator. 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 ReportInstance. m_Reportthe automatically generated report.Methods in adams.data.instance that return Report Modifier and Type Method Description ReportInstance. getReport()Returns the report.protected ReportInstance. newReport()Creates an empty report.Methods in adams.data.instance with parameters of type Report Modifier and Type Method Description voidInstance. 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 classAbstractReportReader<T extends Report>Abstract ancestor for readers that read files in various formats and creates a reports.classAbstractSimpleCSVReportReader<T extends Report>Abstract ancestor for reports to be written in CSV format.classAbstractSimpleJsonReportReader<T extends Report>Abstract ancestor for reports to be written in CSV format.classAbstractSimpleReportReader<T extends Report>Abstract ancestor for reports to be written in properties format.interfaceReportReader<T extends Report>Interface for report readers.interfaceStringReportReader<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 ReportAbstractDataContainerReader. createDummyReport(T cont)Creates a dummy report.ReportCocoAnnotationsReportReader. newInstance()Returns a new instance of the report class in use.ReportDeepLabCutCSVReader. newInstance()Returns a new instance of the report class in use.ReportDefaultSimpleCSVReportReader. newInstance()Returns a new instance of the report class in use.ReportDefaultSimpleJsonReportReader. newInstance()Returns a new instance of the report class in use.ReportDefaultSimpleReportReader. newInstance()Returns a new instance of the report class in use.ReportDetectronAnnotationsReportReader. newInstance()Returns a new instance of the report class in use.ReportImageClassificationGridSpreadSheetReader. newInstance()Returns a new instance of the report class in use.ReportImageClassificationJsonReportReader. newInstance()Returns a new instance of the report class in use.ReportImageClassificationSpreadSheetReportReader. newInstance()Returns a new instance of the report class in use.ReportObjectLocationsSpreadSheetReader. newInstance()Returns a new instance of the report class in use.ReportOpexObjectLocationsReader. newInstance()Returns a new instance of the report class in use.ReportPascalVOCObjectLocationsReader. newInstance()Returns a new instance of the report class in use.ReportVggXmlAnnotationReportReader. newInstance()Returns a new instance of the report class in use.ReportViaAnnotationsReportReader. newInstance()Returns a new instance of the report class in use.ReportYoloAnnotationsReportReader. 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 booleanPascalVOCObjectLocationsReader. addBoolean(Report report, String name, Boolean value)Adds the boolean value to the report.protected booleanPascalVOCObjectLocationsReader. addNumeric(Report report, String name, String value)Adds the numeric value to the report.protected booleanPascalVOCObjectLocationsReader. addString(Report report, String name, String value)Adds the string value to the report.protected voidCocoAnnotationsReportReader. addValue(Report report, String key, Object value)Adds the specified value to the report.protected abstract intAbstractReportReader. determineParentID(Report report)Tries to determine the parent ID for the current report.protected intAbstractSimpleCSVReportReader. determineParentID(Report report)Tries to determine the parent ID for the current report.protected intAbstractSimpleJsonReportReader. determineParentID(Report report)Tries to determine the parent ID for the current report.protected intAbstractSimpleReportReader. determineParentID(Report report)Tries to determine the parent ID for the current report.protected intCocoAnnotationsReportReader. determineParentID(Report report)Tries to determine the parent ID for the current report.protected intDeepLabCutCSVReader. determineParentID(Report report)Tries to determine the parent ID for the current report.protected intDetectronAnnotationsReportReader. determineParentID(Report report)Tries to determine the parent ID for the current report.protected intImageClassificationGridSpreadSheetReader. determineParentID(Report report)Tries to determine the parent ID for the current report.protected intImageClassificationJsonReportReader. determineParentID(Report report)Tries to determine the parent ID for the current report.protected intImageClassificationSpreadSheetReportReader. determineParentID(Report report)Tries to determine the parent ID for the current report.protected intObjectLocationsSpreadSheetReader. determineParentID(Report report)Tries to determine the parent ID for the current report.protected intOpexObjectLocationsReader. determineParentID(Report report)Tries to determine the parent ID for the current report.protected intPascalVOCObjectLocationsReader. determineParentID(Report report)Tries to determine the parent ID for the current report.protected intVggXmlAnnotationReportReader. determineParentID(Report report)Tries to determine the parent ID for the current report.protected intViaAnnotationsReportReader. determineParentID(Report report)Tries to determine the parent ID for the current report.protected intYoloAnnotationsReportReader. 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 classAbstractMultiReportWriter<T extends Report>Ancestor for report writers that write multiple reports into a single file.classAbstractReportWriter<T extends Report>Abstract ancestor for writers that write reports to files in various formats.classAbstractSimpleCSVReportWriter<T extends Report>Abstract ancestor for writing reports in CSV format.classAbstractSimpleJsonReportWriter<T extends Report>Abstract ancestor for writing reports in Json format.classAbstractSimpleReportWriter<T extends Report>Abstract ancestor for writing reports in properties format.interfaceMultiReportWriter<T extends Report>Interface for report writers that write multiple reports into a single file.interfaceReportWriter<T extends Report>Interface for report writers.interfaceStringReportWriter<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 voidAbstractMultiReportWriter. 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 SpreadSheetObjectLocationsSpreadSheetWriter. convert(Report data)Converts the report into a spreadsheet.protected opex4j.ObjectPredictionsOpexObjectLocationsWriter. convert(Report data)Converts the report into OPEX format.protected List<String>YoloAnnotationsReportWriter. convert(Report data)Converts the report into yolo format lines.booleanAbstractMultiReportWriter. write(T[] data)Performs checks and writes the data.booleanMultiReportWriter. write(T[] data)Performs checks and writes the data.StringObjectLocationsSpreadSheetWriter. write(Report data, MessageCollection errors)Performs checks and converts the report to a string.StringOpexObjectLocationsWriter. write(Report data, MessageCollection errors)Performs checks and converts the report to a string.StringYoloAnnotationsReportWriter. write(Report data, MessageCollection errors)Performs checks and converts the report to a string.protected abstract booleanAbstractMultiReportWriter. writeData(T[] data)Performs the actual writing.protected booleanDeepLabCutCSVWriter. writeData(Report[] data)Performs the actual writing.protected booleanObjectLocationsSpreadSheetWriter. writeData(Report data)Performs the actual writing.protected booleanOpexObjectLocationsWriter. writeData(Report data)Performs the actual writing.protected booleanViaAnnotationsReportWriter. writeData(Report data)Performs the actual writing.protected booleanYoloAnnotationsReportWriter. 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 ReportAbstractObjectFinder. filter(Report report)Filters the objects in the report.ReportObjectFinder. filter(Report report)Filters the objects in the report.Methods in adams.data.objectfinder with parameters of type Report Modifier and Type Method Description ReportAbstractObjectFinder. filter(Report report)Filters the objects in the report.ReportObjectFinder. 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.LocatedObjectsAbstractObjectFinder. findObjects(Report report)Finds the objects in the report.LocatedObjectsObjectFinder. 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 ReportAbstractOverlappingObjectRemoval. 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 ReportAbstractOverlappingObjectRemoval. 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 interfaceMutableReportHandler<T extends Report>Interface for data containers that can set a report as well.interfaceReportHandler<T extends Report>Interface for data containers that handle reports.Methods in adams.data.report that return Report Modifier and Type Method Description static ReportReportJsonUtils. fromJson(com.google.gson.JsonObject jobj)Creates a report from the JSON object.static ReportReportJsonUtils. fromJson(com.google.gson.JsonObject jobj, String prefix)Creates a report from the JSON object.static ReportReportJsonUtils. fromJson(Reader reader)Creates a report from the reader, reading in JSON.static ReportReportJsonUtils. fromJson(Reader reader, String prefix)Creates a report from the reader, reading in JSON.ReportReport. getClone()Returns a clone of itself.ReportReport. intersect(Report report)Returns the intersection with this Quantitation Report and the provided one.ReportReport. minus(Report report)Returns the subset of values that this Quantitation Report contains, but not the provided one.static ReportReport. newInstance(Report report)Returns a new instance of the concrete subclass for the report.static ReportReport. parseProperties(Properties props)Parses the properties (generated with the toProperties() method) and generates a report object from it.static ReportReport. 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 voidReport. assign(Report other)Obtains all the values from the specified report.static intAnnotationHelper. 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.ReportReport. intersect(Report report)Returns the intersection with this Quantitation Report and the provided one.voidReport. mergeWith(Report other)Merges its own data with the one provided by the specified object.ReportReport. minus(Report report)Returns the subset of values that this Quantitation Report contains, but not the provided one.static ReportReport. newInstance(Report report)Returns a new instance of the concrete subclass for the report.static booleanAnnotationHelper. removeIndex(Report report, String prefix, int index)Removes the specified index from the report.static com.google.gson.JsonObjectReportJsonUtils. toJson(Report report)Turns the report into a json structure.static com.google.gson.JsonObjectReportJsonUtils. 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 classTimeseries<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 RTimeseries. m_Reportthe report. -
Uses of Report in adams.db
Classes in adams.db with type parameters of type Report Modifier and Type Interface Description interfaceBulkReportUpdater<T extends Report>Interface for table classes that support bulk report updates.interfaceReportProvider<T extends Report,I>Interface for table classes that handle the reports of a project.interfaceReportProviderByDBID<T extends Report>Interface for table classes that handle the reports of a project.interfaceReportProviderByID<T extends Report>Interface for table classes that handle the reports of a project.classReportTableByDBID<R extends Report,F extends AbstractField>Abstract ancestor for classes that provide access to reports stored in tables.classReportTableByID<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 booleanBulkReportUpdater. bulkStore(T[] records, DataType[] types, String skipFields, int batchSize, boolean autoCommit, boolean newConnection)Stores the records.booleanReportTableByDBID. 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 classAbstractDeleteDbReportValue<T extends Report>Ancestor for transformers that delete values from a report in the database whenever a token passes through.classAbstractReportDbReader<T extends Report,I>Abstract ancestor for actors that load reports from the database.classAbstractReportDbWriter<T extends Report,I>Abstract ancestor for actors that write reports to the database.classAbstractReportDbWriterByDBID<T extends Report>Abstract ancestor for actors that write reports to the database.classAbstractReportDbWriterByID<T extends Report>Abstract ancestor for actors that write reports to the database.classAbstractReportFileImport<T extends Report>Abstract ancestor for report import actors.classAbstractReportFileReader<T extends Report>Abstract ancestor for report file reader transformers.classAbstractReportFileWriter<T extends Report>Abstract ancestor for actors that write reports to disk.classAbstractReportValueDbWriter<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 ReportImageObjectAnnotator. m_PreviousReportthe previous report.protected ReportImageAnnotator.AnnotatorPanel. m_ReportBackupthe 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.ReportImageAnnotator.AnnotatorPanel. getCurrentReport()Returns the current report.protected abstract ReportAbstractSetReportValue. newReport()Creates a new, empty report if theMutableReportHandleris missing one.protected ReportSetReportValue. newReport()Creates a new, empty report if theMutableReportHandleris 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 voidImageAnnotator. addInteractionsToReport(Report report, List<InteractionEvent> events)Adds the interactions to the report.protected voidImageObjectAnnotator. addInteractionsToReport(Report report, List<InteractionEvent> events)Adds the interactions to the report.protected voidImageLabeler. addInterationsToReport(Report report, List<InteractionEvent> events)Adds the interactions to the report.protected voidAbstractReportDbUpdater. 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 ReportCombined.CombinedPanel. m_AnnotationsReportthe annotations report.protected ReportSideBySide.SideBySidePanel. m_AnnotationsReportthe annotations report.protected ReportCombined.CombinedPanel. m_CombinedReportthe combined report.protected ReportCombined.CombinedPanel. m_PredictionsReportthe predictions report.protected ReportSideBySide.SideBySidePanel. m_PredictionsReportthe predictions report.Methods in adams.flow.transformer.compareobjectlocations that return Report Modifier and Type Method Description protected ReportAbstractComparisonPanel. 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 voidAbstractComparisonPanel. display(AbstractImageContainer cont, List<String> labels, Report repAnn, LocatedObjects objAnn, Report repPred, LocatedObjects objPred)Displays the new image.voidCombined.CombinedPanel. display(AbstractImageContainer cont, List<String> labels, Report repAnn, LocatedObjects objAnn, Report repPred, LocatedObjects objPred)Displays the new image.voidSideBySide.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 voidObjectAnnotationsFromReport. 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 ReportLocatedObjects. toReport(String prefix)Turns the located objects into a report.ReportLocatedObjects. toReport(String prefix, int offset)Turns the located objects into a report.ReportLocatedObjects. 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 LocatedObjectsLocatedObjects. fromReport(Report report, String prefix)Retrieves all objects from the report.static LocatedObjectsLocatedObjects. fromReport(Report report, String[] prefixes)Retrieves all objects from the report.static LocatedObjectsLocatedObjects. fromReport(Report report, String[] prefixes, LocatedObjectFilter filter)Retrieves all objects from the report.static LocatedObjectsLocatedObjects. 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 intAddClassification. 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 classAbstractReportPostProcessor<T extends Report>Ancestor forReportpost-processors.classAbstractReportPreProcessor<T extends Report>Ancestor forReportpre-processors.classNoPostProcessing<T extends Report>Dummy, performs no post-processing at all.classNoPreProcessing<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 classAbstractReportFileChooser<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_Reportsthe reports (image -> report).Methods in adams.gui.tools.previewbrowser that return Report Modifier and Type Method Description protected ReportCocoAnnotationsHandler. filterReport(Report report)Filters the objects in the report, if necessary.protected ReportDeepLabCutCSVHandler. filterReport(Report report)Filters the objects in the report, if necessary.protected ReportObjectCentersFromReport. filterReport(Report report)Filters the objects in the report, if necessary.protected ReportObjectLocationsFromReport. filterReport(Report report)Filters the objects in the report, if necessary.protected ReportObjectLocationsFromSpreadSheet. filterReport(Report report)Filters the objects in the report, if necessary.protected ReportPointsFromReportHandler. filterReport(Report report)Filters the objects in the report, if necessary.protected ReportImageClassificationHandler. loadAnnotations(ImagePanel panel, File file)Loads the report associated with the image.protected ReportObjectAnnotationsHandler. loadAnnotations(ImagePanel panel, File file)Loads the report associated with the image.protected ReportObjectAnnotationsReportHandler. loadAnnotations(File file)Loads the report associated with the image.protected ReportCocoAnnotationsHandler. loadFromJson(CocoAnnotationsHandler.CombinedPanel panel, File file)Loads the report associated with the image file.protected ReportAnnotateImage. loadReport(File file)Loads the report associated with the image file.protected ReportAnnotationsAndPredictionsFromReport. loadReport(File file)Loads the report associated with the image.protected ReportDeepLabCutCSVHandler. loadReport(DeepLabCutCSVHandler.CombinedPanel panel, File file)Loads the report associated with the image file.protected ReportObjectCentersFromReport. loadReport(ObjectCentersFromReport.CombinedPanel panel, File file)Loads the report associated with the image file.protected ReportObjectLocationsFromReport. loadReport(ObjectLocationsFromReport.CombinedPanel panel, File file)Loads the report associated with the image file.protected ReportObjectLocationsFromSpreadSheet. loadReport(ObjectLocationsFromSpreadSheet.CombinedPanel panel, File file)Loads the report associated with the image.protected ReportPointsFromReportHandler. 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 BufferedImageObjectAnnotationsReportHandler. createImage(Report report)Creates an empty dummy image that will fit all the annotations.protected ReportCocoAnnotationsHandler. filterReport(Report report)Filters the objects in the report, if necessary.protected ReportDeepLabCutCSVHandler. filterReport(Report report)Filters the objects in the report, if necessary.protected ReportObjectCentersFromReport. filterReport(Report report)Filters the objects in the report, if necessary.protected ReportObjectLocationsFromReport. filterReport(Report report)Filters the objects in the report, if necessary.protected ReportObjectLocationsFromSpreadSheet. filterReport(Report report)Filters the objects in the report, if necessary.protected ReportPointsFromReportHandler. filterReport(Report report)Filters the objects in the report, if necessary.protected voidObjectLocationsFromReport. loadAdditionalReports(ObjectLocationsFromReport.CombinedPanel panel, File file, Report report)Hook method for loading additional reports.protected voidObjectLocationsFromReport. 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 voidCocoAnnotationsHandler.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 ReportImagePanel. m_AdditionalPropertiesthe additional properties to display.protected ReportImagePanel. m_ImagePropertiesthe image properties.Methods in adams.gui.visualization.image that return Report Modifier and Type Method Description ReportImagePanel. getAdditionalProperties()Returns the additional properties.ReportImagePanel. getAllProperties()Returns the all the properties (image and additional combined).ReportImagePanel. getImageProperties()Returns the image properties by themselves.Methods in adams.gui.visualization.image with parameters of type Report Modifier and Type Method Description booleanAbstractReportBasedOverlayHelper. determineLocations(Report report)Determines the locations of the objects.abstract booleanAbstractReportBasedOverlayHelper. determineLocations(Report report, LocatedObjectFilter filter)Determines the locations of the objects.booleanReportObjectOverlay. determineLocations(Report report, LocatedObjectFilter filter)Determines the locations of the objects.booleanReportPointOverlay. determineLocations(Report report, LocatedObjectFilter filter)Determines the locations of the objects.voidImagePanel. setAdditionalProperties(Report value)Sets the additional properties.protected voidImagePanel. updateImageProperties(Report props)Updates the properties of the image.protected booleanImagePanel. 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 intAbstractSelectionRectangleBasedLeftClickProcessor. 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 intAbstractSelectionRectangleBasedSelectionProcessor. 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 booleanAbstractSelectionRectangleBasedSelectionProcessor. 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.ModelInstanceReportFactory. getModel(Report report)Returns a new model for the given report.static BasePanelInstanceReportFactory. getPanel(Report report)Returns a new panel for the given report.static InstanceReportFactory.TableInstanceReportFactory. 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 ReportObjectAnnotationPanel. m_PreviousReportthe report from the previous session.ReportObjectAnnotationPanel.AnnotationsState. reportMethods in adams.gui.visualization.object that return Report Modifier and Type Method Description ReportObjectAnnotationPanel. getPreviousReport()Returns the previous report.ReportObjectAnnotationPanel. getReport()Returns the current report.Methods in adams.gui.visualization.object with parameters of type Report Modifier and Type Method Description voidObjectAnnotationPanel. setPreviousReport(Report value)Sets the previous report.voidObjectAnnotationPanel. 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 ReportAbstractAnnotationsDisplayPanel. getReport()Returns the report with the annotations.ReportDefaultAnnotationsDisplayPanel. 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 voidAbstractAnnotationsDisplayPanel. setReport(Report value)Sets the report to get the annotations from.voidDefaultAnnotationsDisplayPanel. 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 intAbstractReportBasedAnnotator. 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 booleanAbstractReportBasedAnnotator. 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 ReportReportFactory.Model. m_Reportthe underlying report.Methods in adams.gui.visualization.report that return Report Modifier and Type Method Description ReportReportContainer. getReport()Returns the payload as Report object.ReportReportFactory.Model. getReport()Returns the underlying report.ReportReportFactory.Table. getReport()Returns the underlying report.ReportReportFactory.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.ModelReportFactory. getModel(Report report)Returns a new model for the given report.static BasePanelReportFactory. getPanel(Report report, boolean preview)Returns a new panel for the given report.static ReportFactory.TableReportFactory. getTable(Report report)Returns a new table for the given report.protected ReportFactory.ModelReportFactory.Panel. newModel(Report report)Creates a new table model from the report.voidReportFactory.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 voidReportFactory.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 ReportAbstractTableAction. getReport()Returns the underlying report.Methods in adams.gui.visualization.report.reportfactory with parameters of type Report Modifier and Type Method Description protected voidAbstractTableAction. 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 ReportSpreadSheetRow. m_Reportthe automatically generated report.Methods in adams.gui.visualization.spreadsheet that return Report Modifier and Type Method Description ReportSpreadSheetRow. getReport()Returns the report.protected ReportSpreadSheetRow. newReport()Creates an empty report.Methods in adams.gui.visualization.spreadsheet with parameters of type Report Modifier and Type Method Description static ReportFactory.ModelSpreadSheetRowReportFactory. getModel(Report report)Returns a new model for the given report.static BasePanelSpreadSheetRowReportFactory. getPanel(Report report)Returns a new panel for the given report.static SpreadSheetRowReportFactory.TableSpreadSheetRowReportFactory. getTable(Report report)Returns a new table for the given report.voidSpreadSheetRow. 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 ReportReportMathExpression. m_Reportthe report to use as basis.Methods in adams.parser that return Report Modifier and Type Method Description ReportReportMathExpression. getReport()Returns the report to use for evaluation.Methods in adams.parser with parameters of type Report Modifier and Type Method Description static booleanBooleanExpression. evaluate(String expr, Report report)Parses and evaluates the given expression.static doubleMathematicalExpression. evaluate(String expr, Report report)Parses and evaluates the given expression.static doubleReportMathExpression. evaluate(String expr, Report report)Parses and evaluates the given expression.static StringStringExpression. evaluate(String expr, Report report)Parses and evaluates the given expression.static HashMapParserHelper. reportToSymbols(Report report)Turns the content of the report into symbols.voidReportMathExpression. setReport(Report value)Sets the report to use for evaluation.
-