Class RenderingIntentValidationContext
- java.lang.Object
-
- com.itextpdf.kernel.validation.context.RenderingIntentValidationContext
-
- All Implemented Interfaces:
IValidationContext
public class RenderingIntentValidationContext extends java.lang.Object implements IValidationContext
Class for rendering intent validation context.
-
-
Constructor Summary
Constructors Constructor Description RenderingIntentValidationContext(PdfName intent)
Instantiates a newRenderingIntentValidationContext
based on pdf name.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfName
getIntent()
Gets the intent pdf name.ValidationType
getType()
Gets type of the context.
-
-
-
Field Detail
-
intent
private final PdfName intent
-
-
Constructor Detail
-
RenderingIntentValidationContext
public RenderingIntentValidationContext(PdfName intent)
Instantiates a newRenderingIntentValidationContext
based on pdf name.- Parameters:
intent
- the intent pdf name
-
-
Method Detail
-
getIntent
public PdfName getIntent()
Gets the intent pdf name.- Returns:
- the intent pdf name
-
getType
public ValidationType getType()
Description copied from interface:IValidationContext
Gets type of the context.- Specified by:
getType
in interfaceIValidationContext
- Returns:
- the type
-
-