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

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

Uses of Screenshot in com.atlassian.selenium.visualcomparison
 

Methods in com.atlassian.selenium.visualcomparison that return types with arguments of type Screenshot
 java.util.ArrayList<Screenshot> VisualComparer.loadBaselineScreenshots(java.lang.String id, java.lang.String baselineImagePath)
           
 java.util.ArrayList<Screenshot> VisualComparer.takeScreenshots(java.lang.String id)
           
 

Methods in com.atlassian.selenium.visualcomparison with parameters of type Screenshot
 ScreenshotDiff VisualComparer.getScreenshotDiff(Screenshot oldScreenshot, Screenshot newScreenshot)
           
 

Method parameters in com.atlassian.selenium.visualcomparison with type arguments of type Screenshot
 boolean VisualComparer.compareScreenshots(java.util.ArrayList<Screenshot> oldScreenshots, java.util.ArrayList<Screenshot> newScreenshots)
           
 boolean VisualComparer.compareScreenshots(java.util.ArrayList<Screenshot> oldScreenshots, java.util.ArrayList<Screenshot> newScreenshots)
           
 

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

Methods in com.atlassian.selenium.visualcomparison.utils with parameters of type Screenshot
 int Screenshot.compareTo(Screenshot other)
           
 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)
           
 

Constructors in com.atlassian.selenium.visualcomparison.utils with parameters of type Screenshot
ScreenshotDiff(Screenshot oldScreenshot, Screenshot newScreenshot, java.lang.String id, ScreenResolution resolution, java.awt.image.BufferedImage diffImage, java.util.ArrayList<BoundingBox> boxes, java.util.List<BoundingBox> ignoreAreas)
           
 



Copyright © 2013 Atlassian. All Rights Reserved.