We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.testbench.screenshot.
Package com.vaadin.testbench.screenshot
Class ErrorBlock
java.lang.Object
com.vaadin.testbench.screenshot.ErrorBlock
Class for holding position and size of a error found during image comparison
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
int
getX()
int
int
getY()
int
void
setX
(int x) void
setXBlocks
(int blocks) void
setY
(int y) void
setYBlocks
(int blocks)
-
Constructor Details
-
ErrorBlock
public ErrorBlock() -
ErrorBlock
public ErrorBlock(int x, int y, int xBlocks, int yBlocks)
-
-
Method Details
-
getX
public int getX() -
setX
public void setX(int x) -
getY
public int getY() -
setY
public void setY(int y) -
getXBlocks
public int getXBlocks() -
setXBlocks
public void setXBlocks(int blocks) -
getYBlocks
public int getYBlocks() -
setYBlocks
public void setYBlocks(int blocks) -
addXBlock
public void addXBlock() -
addYBlock
public void addYBlock()
-