Class AbstractObjectOverlayFromReport.SelectedObjectFilter

    • Constructor Detail

      • SelectedObjectFilter

        public SelectedObjectFilter​(Set<LocatedObject> selected)
        Initializes the filter.
        Parameters:
        selected - the only objects to object
    • Method Detail

      • accept

        public boolean accept​(LocatedObject obj)
        Whether to accept the located object.
        Specified by:
        accept in interface LocatedObjectFilter
        Parameters:
        obj - the object to check
        Returns:
        true if accepted