Uses of Class
step.plugins.compare.services.imagediff.ImageRegion
-
Packages that use ImageRegion Package Description step.plugins.compare.mask step.plugins.compare.mask.anchors step.plugins.compare.services.imagediff -
-
Uses of ImageRegion in step.plugins.compare.mask
Methods in step.plugins.compare.mask that return types with arguments of type ImageRegion Modifier and Type Method Description java.util.List<ImageRegion>
Mask. getExcludedRegions()
Method parameters in step.plugins.compare.mask with type arguments of type ImageRegion Modifier and Type Method Description void
Mask. setExcludedRegions(java.util.List<ImageRegion> excludedRegions)
-
Uses of ImageRegion in step.plugins.compare.mask.anchors
Constructor parameters in step.plugins.compare.mask.anchors with type arguments of type ImageRegion Constructor Description ImageBasedAnchor(java.io.File expectedImage, java.util.List<ImageRegion> regionWhiteList, java.util.List<ImageRegion> regionBlackList)
-
Uses of ImageRegion in step.plugins.compare.services.imagediff
Method parameters in step.plugins.compare.services.imagediff with type arguments of type ImageRegion Modifier and Type Method Description ImageDiffReport
ImageDiffService. compare(java.io.File actual, java.io.File expected, java.util.List<ImageRegion> regionBlackList, java.util.List<ImageRegion> regionWhiteList)
-