Uses of Interface
de.redsix.pdfcompare.CompareResult
-
Packages that use CompareResult Package Description de.redsix.pdfcompare -
-
Uses of CompareResult in de.redsix.pdfcompare
Classes in de.redsix.pdfcompare that implement CompareResult Modifier and Type Class Description classAbstractCompareResultWithSwapThis CompareResult monitors the memory the JVM consumes through Runtime.totalMemory() - Runtime.freeMemory() when a new page is added.classCompareResultImplA CompareResult tracks the differences, that result from a comparison.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.
-