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

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

Uses of BoundingBox in com.atlassian.selenium.visualcomparison
 

Methods in com.atlassian.selenium.visualcomparison that return types with arguments of type BoundingBox
 java.util.List<BoundingBox> VisualComparer.getIgnoreAreas()
           
 

Method parameters in com.atlassian.selenium.visualcomparison with type arguments of type BoundingBox
 void VisualComparer.setIgnoreAreas(java.util.List<BoundingBox> ignoreAreas)
           
 

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

Methods in com.atlassian.selenium.visualcomparison.utils that return BoundingBox
 BoundingBox PageDifference.getBoundingBox()
           
 

Methods in com.atlassian.selenium.visualcomparison.utils with parameters of type BoundingBox
 boolean BoundingBox.isNear(BoundingBox box)
           
 void BoundingBox.merge(BoundingBox box)
           
 

Method parameters in com.atlassian.selenium.visualcomparison.utils with type arguments of type BoundingBox
static void BoundingBox.deleteSingleLineBoxes(java.util.List<BoundingBox> boxes)
           
 ScreenshotDiff ScreenshotDiffer.diff(Screenshot oldScreen, Screenshot newScreen, java.util.List<BoundingBox> ignoreAreas, boolean ignoreSingleLines)
           
 ScreenshotDiff Screenshot.getDiff(Screenshot other, java.util.List<BoundingBox> ignoreAreas, boolean ignoreSingleLines)
           
static void BoundingBox.mergeOverlappingBoxes(java.util.ArrayList<BoundingBox> boxes)
           
 

Constructors in com.atlassian.selenium.visualcomparison.utils with parameters of type BoundingBox
PageDifference(BoundingBox box)
           
 

Constructor parameters in com.atlassian.selenium.visualcomparison.utils with type arguments of type BoundingBox
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)
           
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.