Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
RenderedPageValidator |
PageValidator.asRenderedPage()
This method prepares the validation of PDF pages as rendered images.
|
RenderedPageValidator |
DocumentValidator.asRenderedPage(PagesToUse pagesToUse)
Deprecated.
|
RenderedPageValidator |
RenderedPageValidator.isEqualToImage(java.awt.image.BufferedImage renderedImage)
This method compares an image of a page with a defined page of the current PDF.
|
RenderedPageValidator |
RenderedPageValidator.isEqualToImage(java.io.File imageFile)
This method compares an image of a page with a defined page of the current PDF.
|
RenderedPageValidator |
RenderedPageValidator.isEqualToImage(int leftX,
int upperY,
FormatUnit unit,
java.awt.image.BufferedImage expectedImage)
This method compares a rectangle of a page of the current PDF document to
the given image.
|
RenderedPageValidator |
RenderedPageValidator.isEqualToImage(int leftX,
int upperY,
FormatUnit unit,
java.io.File imageFile)
This method compares a rectangle of a page of the current PDF document to
the image, created from the file parameter.
|
RenderedPageValidator |
RenderedPageValidator.isEqualToImage(int leftX,
int upperY,
FormatUnit unit,
java.lang.String imageName)
This method compares a rectangle of a page of the current PDF document to
the image, created from the filename parameter.
|
RenderedPageValidator |
RenderedPageValidator.isEqualToImage(java.lang.String imageName)
This method compares an image of a page with a defined page of the current PDF.
|
RenderedPageValidator |
RenderedPageValidator.isEqualToImages(java.awt.image.BufferedImage... renderedImages)
This method compares images of a one or more pages with defined pages of the current PDF.
|
RenderedPageValidator |
RenderedPageValidator.isEqualToImages(java.io.File... referencedImageFiles)
This method compares images of a one or more pages with defined pages of the current PDF.
|
RenderedPageValidator |
RenderedPageValidator.isEqualToImages(int leftX,
int upperY,
FormatUnit unit,
java.awt.image.BufferedImage... renderedImages)
This method compares a rectangle of a page of the current PDF document to
the image that was passed with the second parameter.
|
RenderedPageValidator |
RenderedPageValidator.isEqualToImages(int leftX,
int upperY,
FormatUnit unit,
java.io.File... referencedImageFiles) |
RenderedPageValidator |
RenderedPageValidator.isEqualToImages(int leftX,
int upperY,
FormatUnit unit,
java.lang.String... renderedImageFilenames) |
RenderedPageValidator |
RenderedPageValidator.isEqualToImages(java.lang.String... renderedImageFilenames)
This method compares images of a one or more pages with defined pages of the current PDF.
|
Copyright (C) PDFUnit.com. See here for license.