Class MaskService


  • public class MaskService
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Mask> findMatchingMask​(java.util.List<Mask> masks, 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
    • Method Detail

      • findMatchingMask

        public java.util.List<Mask> findMatchingMask​(java.util.List<Mask> masks,
                                                     java.io.File image,
                                                     java.io.File pdfFile,
                                                     int pageNumber)