Uses of Class
de.redsix.pdfcompare.CompareResultImpl
-
Packages that use CompareResultImpl Package Description de.redsix.pdfcompare -
-
Uses of CompareResultImpl in de.redsix.pdfcompare
Classes in de.redsix.pdfcompare with type parameters of type CompareResultImpl Modifier and Type Class Description classPdfComparator<T extends CompareResultImpl>The PdfComparator is the entry point to use for comparing documents.Subclasses of CompareResultImpl in de.redsix.pdfcompare Modifier and Type Class Description classAbstractCompareResultWithSwapThis CompareResult monitors the memory the JVM consumes through Runtime.totalMemory() - Runtime.freeMemory() when a new page is added.classCompareResultWithExpectedAndActualA CompareResult, that also stores the expected and actual Image and also keeps diffImages in memory for later display.classCompareResultWithMemoryOverflowThis CompareResult monitors the memory the JVM consumes through Runtime.totalMemory() - Runtime.freeMemory() when a new page is added.classCompareResultWithPageOverflowThis CompareResult monitors the number of pages in the result.Methods in de.redsix.pdfcompare with type parameters of type CompareResultImpl Modifier and Type Method Description static <T extends CompareResultImpl>
PdfComparatorPdfComparator. base64(String expectedPdfBase64, String actualPdfBase64)Compare two PDFs, that are given as base64 encoded strings.static <T extends CompareResultImpl>
PdfComparatorPdfComparator. base64(String expectedPdfBase64, String actualPdfBase64, T compareResult)Compare two PDFs, that are given as base64 encoded strings.
-