← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #249598]: How to split a region into a grid and access each grid element?

 

Question #249598 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/249598

    Status: Open => Answered

RaiMan proposed the following answer:
a javadoc you can find here:
https://dl.dropboxusercontent.com/u/42895525/docs/index.html

in class region it is

setRaster() #prepare grid
setRows # split into rows
setCols # split into cols

# access:
getCol
getRow
getCell

# info
getRows
getCols
getRowH
getColW

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.