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 class
AcceptAllLocatedObjectsFilter
Dummy filter that accepts all objects.Methods in adams.flow.transformer.locateobjects with parameters of type LocatedObjectFilter Modifier and Type Method Description 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 LocatedObjectFilter in adams.gui.visualization.image
Classes in adams.gui.visualization.image that implement LocatedObjectFilter Modifier and Type Class Description static class
AbstractObjectOverlayFromReport.SelectedObjectFilter
Filter for located objects that only accepts the currently selected ones.static class
AbstractPointOverlayFromReport.SelectedObjectFilter
Filter for located objects that only accepts the currently selected ones.Methods in adams.gui.visualization.image that return LocatedObjectFilter Modifier and Type Method Description LocatedObjectFilter
AbstractObjectOverlayFromReport.LocatedObjectsPanel. getFilter()
Returns a filter that accepts only the selected objects.LocatedObjectFilter
AbstractPointOverlayFromReport.LocatedPointsPanel. getFilter()
Returns a filter that accepts only the selected objects.LocatedObjectFilter
ObjectAnnotations.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 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.
-