Class ImageBasedAnchor

  • All Implemented Interfaces:
    MaskAnchor

    public class ImageBasedAnchor
    extends java.lang.Object
    implements MaskAnchor
    • Constructor Summary

      Constructors 
      Constructor Description
      ImageBasedAnchor​(java.io.File expectedImage, java.util.List<ImageRegion> regionWhiteList, java.util.List<ImageRegion> regionBlackList)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean maskMatches​(ComparisonContext context, java.io.File image, java.io.File pdfFile, int pageNumber)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImageBasedAnchor

        public ImageBasedAnchor​(java.io.File expectedImage,
                                java.util.List<ImageRegion> regionWhiteList,
                                java.util.List<ImageRegion> regionBlackList)
    • Method Detail