Uses of Class
com.atlassian.selenium.visualcomparison.utils.ScreenshotDiff

Packages that use ScreenshotDiff
com.atlassian.selenium.visualcomparison   
com.atlassian.selenium.visualcomparison.utils   
 

Uses of ScreenshotDiff in com.atlassian.selenium.visualcomparison
 

Methods in com.atlassian.selenium.visualcomparison that return ScreenshotDiff
 ScreenshotDiff VisualComparer.getScreenshotDiff(Screenshot oldScreenshot, Screenshot newScreenshot)
           
 

Uses of ScreenshotDiff in com.atlassian.selenium.visualcomparison.utils
 

Methods in com.atlassian.selenium.visualcomparison.utils that return ScreenshotDiff
 ScreenshotDiff ScreenshotDiffer.diff(Screenshot oldScreen, Screenshot newScreen, java.util.List<BoundingBox> ignoreAreas, boolean ignoreSingleLines)
           
 ScreenshotDiff Screenshot.getDiff(Screenshot other)
           
 ScreenshotDiff Screenshot.getDiff(Screenshot other, java.util.List<BoundingBox> ignoreAreas, boolean ignoreSingleLines)
           
 



Copyright © 2013 Atlassian. All Rights Reserved.