| Package | Description |
|---|---|
| de.redsix.pdfcompare |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Integer,ImageWithDimension> |
CompareResult.diffImages |
| Modifier and Type | Method and Description |
|---|---|
static ImageWithDimension |
Utilities.renderPage(InputStream documentIS,
int page) |
static ImageWithDimension |
Utilities.renderPage(Path document,
int page) |
static ImageWithDimension |
PdfComparator.renderPageAsImage(org.apache.pdfbox.pdmodel.PDDocument document,
org.apache.pdfbox.rendering.PDFRenderer expectedPdfRenderer,
int pageIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultCollector.addPage(boolean hasDifferences,
boolean hasDifferenceInExclusion,
int pageIndex,
ImageWithDimension expectedImage,
ImageWithDimension actualImage,
ImageWithDimension diffImage) |
void |
AbstractCompareResultWithSwap.addPage(boolean hasDifferences,
boolean hasDifferenceInExclusion,
int pageIndex,
ImageWithDimension expectedImage,
ImageWithDimension actualImage,
ImageWithDimension diffImage) |
void |
CompareResultWithExpectedAndActual.addPage(boolean hasDifferences,
boolean hasDifferenceInExclusion,
int pageIndex,
ImageWithDimension expectedImage,
ImageWithDimension actualImage,
ImageWithDimension diffImage) |
void |
CompareResult.addPage(boolean hasDifferences,
boolean hasDifferenceInExclusion,
int pageIndex,
ImageWithDimension expectedImage,
ImageWithDimension actualImage,
ImageWithDimension diffImage) |
protected void |
CompareResult.addPageToDocument(org.apache.pdfbox.pdmodel.PDDocument document,
ImageWithDimension image) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CompareResult.addImagesToDocument(org.apache.pdfbox.pdmodel.PDDocument document,
Map<Integer,ImageWithDimension> images) |
| Constructor and Description |
|---|
DiffImage(ImageWithDimension expectedImage,
ImageWithDimension actualImage,
int page,
Exclusions exclusions,
ResultCollector compareResult) |
Copyright © 2018 red6 enterprise software GmbH. All rights reserved.