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 List<ImageRegion>Mask. getExcludedRegions()Method parameters in step.plugins.compare.mask with type arguments of type ImageRegion Modifier and Type Method Description voidMask. setExcludedRegions(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(File expectedImage, List<ImageRegion> regionWhiteList, 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 ImageDiffReportImageDiffService. compare(File actual, File expected, List<ImageRegion> regionBlackList, List<ImageRegion> regionWhiteList)
-