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 TypeMethodDescriptionvoid
addLocations
(Matches matches, ObjectCollection objectCollection) void
addMatches
(Matches matches, ObjectCollection objectCollection) void
addRegions
(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
-