Uses of Class
de.redsix.pdfcompare.PageArea
-
Packages that use PageArea Package Description de.redsix.pdfcompare -
-
Uses of PageArea in de.redsix.pdfcompare
Methods in de.redsix.pdfcompare that return PageArea Modifier and Type Method Description PageAreaPageDiffCalculator. getDiffArea()Methods in de.redsix.pdfcompare that return types with arguments of type PageArea Modifier and Type Method Description Collection<PageArea>CompareResult. getDifferences()Gives a PageArea, that shows the area of a page, where differences where found.Collection<PageArea>CompareResultImpl. getDifferences()Methods in de.redsix.pdfcompare with parameters of type PageArea Modifier and Type Method Description ExclusionsExclusions. add(PageArea exclusion)voidPageExclusions. add(PageArea exclusion)voidPageDiffCalculator. addDiffArea(PageArea diffArea)PdfComparator<T>PdfComparator. with(PageArea exclusion)Deprecated.UsePdfComparator.withIgnore(PageArea)instead.PdfComparator<T>PdfComparator. withIgnore(PageArea exclusion)Allows to specify an area of a page that is excluded during the comparison.Method parameters in de.redsix.pdfcompare with type arguments of type PageArea Modifier and Type Method Description voidExclusions. forEach(Consumer<PageArea> exclusionConsumer)voidPageExclusions. forEach(Consumer<PageArea> exclusionConsumer)Constructors in de.redsix.pdfcompare with parameters of type PageArea Constructor Description PageDiffCalculator(PageArea pageArea)This is a convenience constructor for a single diff.
-