Uses of Class
de.redsix.pdfcompare.CompareResultImpl
Packages that use CompareResultImpl
-
Uses of CompareResultImpl in de.redsix.pdfcompare
Classes in de.redsix.pdfcompare with type parameters of type CompareResultImplModifier and TypeClassDescriptionclassPdfComparator<T extends CompareResultImpl>The PdfComparator is the entry point to use for comparing documents.Subclasses of CompareResultImpl in de.redsix.pdfcompareModifier and TypeClassDescriptionclassThis CompareResult monitors the memory the JVM consumes through Runtime.totalMemory() - Runtime.freeMemory() when a new page is added.classA CompareResult, that also stores the expected and actual Image and also keeps diffImages in memory for later display.classThis CompareResult monitors the memory the JVM consumes through Runtime.totalMemory() - Runtime.freeMemory() when a new page is added.classThis CompareResult monitors the number of pages in the result.Methods in de.redsix.pdfcompare with type parameters of type CompareResultImplModifier and TypeMethodDescriptionstatic <T extends CompareResultImpl>
PdfComparatorCompare two PDFs, that are given as base64 encoded strings.static <T extends CompareResultImpl>
PdfComparatorCompare two PDFs, that are given as base64 encoded strings.