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.
Class ErrorBlock
- java.lang.Object
-
- com.vaadin.testbench.screenshot.ErrorBlock
-
public class ErrorBlock extends Object
Class for holding position and size of a error found during image comparison
-
-
Constructor Summary
Constructors Constructor and Description ErrorBlock()
ErrorBlock(int x, int y, int xBlocks, int yBlocks)
-
Method Summary
All Methods Modifier and Type Method and Description void
addXBlock()
void
addYBlock()
int
getX()
int
getXBlocks()
int
getY()
int
getYBlocks()
void
setX(int x)
void
setXBlocks(int blocks)
void
setY(int y)
void
setYBlocks(int blocks)
-
-
-
Constructor Detail
-
ErrorBlock
public ErrorBlock()
-
ErrorBlock
public ErrorBlock(int x, int y, int xBlocks, int yBlocks)
-
-
Method Detail
-
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()
-
-