Uses of Interface
de.redsix.pdfcompare.ResultCollector
Packages that use ResultCollector
-
Uses of ResultCollector in de.redsix.pdfcompare
Classes in de.redsix.pdfcompare that implement ResultCollectorModifier and TypeClassDescriptionclassThis CompareResult monitors the memory the JVM consumes through Runtime.totalMemory() - Runtime.freeMemory() when a new page is added.classA CompareResult tracks the differences, that result from a comparison.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.Constructors in de.redsix.pdfcompare with parameters of type ResultCollectorModifierConstructorDescriptionDiffImage(ImageWithDimension expectedImage, ImageWithDimension actualImage, int page, Environment environment, Exclusions exclusions, ResultCollector compareResult)