Class LayoutCheckUtil
- java.lang.Object
-
- com.itextpdf.pdfua.checkers.utils.LayoutCheckUtil
-
public final class LayoutCheckUtil extends java.lang.ObjectUtility class for delegating the layout checks to the correct checking logic.
-
-
Field Summary
Fields Modifier and Type Field Description private PdfUAValidationContextcontext
-
Constructor Summary
Constructors Constructor Description LayoutCheckUtil(PdfUAValidationContext context)Creates a newLayoutCheckUtilinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckRenderer(IRenderer renderer)Checks renderer for PDF UA compliance.private booleanisPartOfSignatureAppearance(IRenderer renderer)
-
-
-
Field Detail
-
context
private final PdfUAValidationContext context
-
-
Constructor Detail
-
LayoutCheckUtil
public LayoutCheckUtil(PdfUAValidationContext context)
Creates a newLayoutCheckUtilinstance.- Parameters:
context- the validation context
-
-