Class ImageBasedAnchor
- java.lang.Object
- 
- step.plugins.compare.mask.anchors.ImageBasedAnchor
 
- 
- All Implemented Interfaces:
- MaskAnchor
 
 public class ImageBasedAnchor extends java.lang.Object implements MaskAnchor 
- 
- 
Constructor SummaryConstructors Constructor Description ImageBasedAnchor(java.io.File expectedImage, java.util.List<ImageRegion> regionWhiteList, java.util.List<ImageRegion> regionBlackList)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmaskMatches(ComparisonContext context, java.io.File image, java.io.File pdfFile, int pageNumber)
 
- 
- 
- 
Constructor Detail- 
ImageBasedAnchorpublic ImageBasedAnchor(java.io.File expectedImage, java.util.List<ImageRegion> regionWhiteList, java.util.List<ImageRegion> regionBlackList)
 
- 
 - 
Method Detail- 
maskMatchespublic boolean maskMatches(ComparisonContext context, java.io.File image, java.io.File pdfFile, int pageNumber) - Specified by:
- maskMatchesin interface- MaskAnchor
 
 
- 
 
-