Uses of Class
de.redsix.pdfcompare.PageDiffCalculator
-
Packages that use PageDiffCalculator Package Description de.redsix.pdfcompare -
-
Uses of PageDiffCalculator in de.redsix.pdfcompare
Methods in de.redsix.pdfcompare with parameters of type PageDiffCalculator Modifier and Type Method Description voidAbstractCompareResultWithSwap. addPage(PageDiffCalculator diffCalculator, int pageIndex, ImageWithDimension expectedImage, ImageWithDimension actualImage, ImageWithDimension diffImage)voidCompareResultImpl. addPage(PageDiffCalculator diffCalculator, int pageIndex, ImageWithDimension expectedImage, ImageWithDimension actualImage, ImageWithDimension diffImage)voidCompareResultWithExpectedAndActual. addPage(PageDiffCalculator diffCalculator, int pageIndex, ImageWithDimension expectedImage, ImageWithDimension actualImage, ImageWithDimension diffImage)voidResultCollector. addPage(PageDiffCalculator diffCalculator, int pageIndex, ImageWithDimension expectedImage, ImageWithDimension actualImage, ImageWithDimension diffImage)
-