| Package | Description |
|---|---|
| de.redsix.pdfcompare |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCompareResultWithSwap
This CompareResult monitors the memory the JVM consumes through Runtime.totalMemory() - Runtime.freeMemory()
when a new page is added.
|
class |
CompareResult
A CompareResult tracks the differences, that result from a comparison.
|
class |
CompareResultWithDiskStorage |
class |
CompareResultWithExpectedAndActual
A CompareResult, that also stores the expected and actual Image and also keeps diffImages in memory for later display.
|
class |
CompareResultWithMemoryOverflow
This CompareResult monitors the memory the JVM consumes through Runtime.totalMemory() - Runtime.freeMemory()
when a new page is added.
|
class |
CompareResultWithPageOverflow
This CompareResult monitors the number of pages in the result.
|
| Constructor and Description |
|---|
DiffImage(BufferedImage expectedImage,
BufferedImage actualImage,
int page,
Exclusions exclusions,
ResultCollector compareResult) |
Copyright © 2017 red6 enterprise software GmbH. All rights reserved.