java.lang.Object
io.github.jspinak.brobot.actions.methods.basicactions.find.matchManagement.AddNonImageObjects

@Component public class AddNonImageObjects extends Object
Non-image objects are adjusted and added directly to the Matches variable.
  • Constructor Details

    • AddNonImageObjects

      public AddNonImageObjects()
  • Method Details

    • getOtherObjectsDirectlyAsMatchObjects

      public Matches getOtherObjectsDirectlyAsMatchObjects(ObjectCollection objectCollection)
    • addMatches

      public void addMatches(Matches matches, ObjectCollection objectCollection)
    • addRegions

      public void addRegions(Matches matches, ObjectCollection objectCollection)
      Finding Text in Regions doesn't happen in the Find Action. Find is specific to finding Image matches.
      Parameters:
      matches - is the Matches object created at the beginning of the Find Action.
      objectCollection - StateRegions in the ObjectCollection are converted to MatchObjects.
    • addLocations

      public void addLocations(Matches matches, ObjectCollection objectCollection)