| AbstractCompareResultWithSwap |
This CompareResult monitors the memory the JVM consumes through Runtime.totalMemory() - Runtime.freeMemory()
when a new page is added.
|
| BlockingHandler |
|
| CompareResultImpl |
A CompareResult tracks the differences, that result from a comparison.
|
| CompareResultWithExpectedAndActual |
A CompareResult, that also stores the expected and actual Image and also keeps diffImages in memory for later display.
|
| CompareResultWithMemoryOverflow |
This CompareResult monitors the memory the JVM consumes through Runtime.totalMemory() - Runtime.freeMemory()
when a new page is added.
|
| CompareResultWithPageOverflow |
This CompareResult monitors the number of pages in the result.
|
| DiffImage |
|
| DummyResourceCache |
|
| Exclusions |
Exclusions collect rectangular areas of the document, that shall be ignored during comparison.
|
| FileUtils |
|
| ImageTools |
|
| ImageWithDimension |
|
| InThreadExecutorService |
|
| Main |
|
| PageArea |
Describes a rectangular area of a page or multiple pages.
|
| PageDiffCalculator |
|
| PageExclusions |
|
| PdfComparator<T extends CompareResultImpl> |
The PdfComparator is the entry point to use for comparing documents.
|
| ResourceCacheWithLimitedImages |
|
| StacktraceImage |
|
| Utilities |
|