Uses of Class
com.vaadin.testbench.screenshot.ImageUtil.ImageProperties
-
Packages that use ImageUtil.ImageProperties Package Description com.vaadin.testbench.screenshot -
-
Uses of ImageUtil.ImageProperties in com.vaadin.testbench.screenshot
Methods in com.vaadin.testbench.screenshot that return ImageUtil.ImageProperties Modifier and Type Method Description static ImageUtil.ImagePropertiesImageUtil. getImageProperties(BufferedImage image)Extract magical image properties used by the getBlock function.Methods in com.vaadin.testbench.screenshot with parameters of type ImageUtil.ImageProperties Modifier and Type Method Description static int[]ImageUtil. getBlock(ImageUtil.ImageProperties properties, int x, int y, int[] result, int[] sample)Returns the 16x16 RGB block starting at (x,y) from the given image
-