Uses of Interface
adams.flow.transformer.locateobjects.LocatedObjectFilter
-
Packages that use LocatedObjectFilter Package Description adams.flow.transformer.locateobjects adams.gui.visualization.image -
-
Uses of LocatedObjectFilter in adams.flow.transformer.locateobjects
Classes in adams.flow.transformer.locateobjects that implement LocatedObjectFilter Modifier and Type Class Description classAcceptAllLocatedObjectsFilterDummy filter that accepts all objects.Methods in adams.flow.transformer.locateobjects with parameters of type LocatedObjectFilter Modifier and Type Method Description 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 LocatedObjectFilter in adams.gui.visualization.image
Classes in adams.gui.visualization.image that implement LocatedObjectFilter Modifier and Type Class Description static classAbstractObjectOverlayFromReport.SelectedObjectFilterFilter for located objects that only accepts the currently selected ones.static classAbstractPointOverlayFromReport.SelectedObjectFilterFilter for located objects that only accepts the currently selected ones.Methods in adams.gui.visualization.image that return LocatedObjectFilter Modifier and Type Method Description LocatedObjectFilterAbstractObjectOverlayFromReport.LocatedObjectsPanel. getFilter()Returns a filter that accepts only the selected objects.LocatedObjectFilterAbstractPointOverlayFromReport.LocatedPointsPanel. getFilter()Returns a filter that accepts only the selected objects.LocatedObjectFilterObjectAnnotations.LocatedObjectsPanel. getFilter()Returns a filter that accepts only the selected objects.Methods in adams.gui.visualization.image with parameters of type LocatedObjectFilter Modifier and Type Method Description 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.
-