Class AddNonImageObjects
java.lang.Object
io.github.jspinak.brobot.actions.methods.basicactions.find.matchManagement.AddNonImageObjects
Non-image objects are adjusted and added directly to the Matches variable.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLocations(Matches matches, ObjectCollection objectCollection) voidaddMatches(Matches matches, ObjectCollection objectCollection) voidaddRegions(Matches matches, ObjectCollection objectCollection) Finding Text in Regions doesn't happen in the Find Action.getOtherObjectsDirectlyAsMatchObjects(ObjectCollection objectCollection)
-
Constructor Details
-
AddNonImageObjects
public AddNonImageObjects()
-
-
Method Details
-
getOtherObjectsDirectlyAsMatchObjects
-
addMatches
-
addRegions
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
-