Class LayoutCheckUtil
- java.lang.Object
-
- com.itextpdf.pdfua.checkers.utils.LayoutCheckUtil
-
public final class LayoutCheckUtil extends java.lang.Object
Utility class for delegating the layout checks to the correct checking logic.
-
-
Field Summary
Fields Modifier and Type Field Description private PdfUAValidationContext
context
-
Constructor Summary
Constructors Constructor Description LayoutCheckUtil(PdfUAValidationContext context)
Creates a newLayoutCheckUtil
instance.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
checkLayoutElements(java.lang.Object rendererObj)
Deprecated.void
checkRenderer(java.lang.Object rendererObj)
Checks renderer for PDF UA compliance.
-
-
-
Field Detail
-
context
private final PdfUAValidationContext context
-
-
Constructor Detail
-
LayoutCheckUtil
public LayoutCheckUtil(PdfUAValidationContext context)
Creates a newLayoutCheckUtil
instance.- Parameters:
context
- The validation context.
-
-
Method Detail
-
checkLayoutElements
@Deprecated public static void checkLayoutElements(java.lang.Object rendererObj)
Deprecated.WARNING! This method is an artifact and currently does nothing. It is kept to ensure backward binary compatibility- Parameters:
rendererObj
- layout element to check
-
checkRenderer
public void checkRenderer(java.lang.Object rendererObj)
Checks renderer for PDF UA compliance.- Parameters:
rendererObj
- The renderer to check.
-
-