Class FillColorValidationContext
- java.lang.Object
-
- com.itextpdf.kernel.validation.context.AbstractColorValidationContext
-
- com.itextpdf.kernel.validation.context.FillColorValidationContext
-
- All Implemented Interfaces:
IContentStreamValidationParameter,IGraphicStateValidationParameter,IValidationContext
public class FillColorValidationContext extends AbstractColorValidationContext
Class for fill canvas color canvas tag validation.
-
-
Constructor Summary
Constructors Constructor Description FillColorValidationContext(CanvasGraphicsState canvasGraphicsState, PdfResources resources, PdfStream stream)Instantiates a newFillColorValidationContextbased on graphics state, resources and content stream.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidationTypegetType()Gets type of the context.-
Methods inherited from class com.itextpdf.kernel.validation.context.AbstractColorValidationContext
getContentStream, getCurrentColorSpaces, getGraphicsState
-
-
-
-
Constructor Detail
-
FillColorValidationContext
public FillColorValidationContext(CanvasGraphicsState canvasGraphicsState, PdfResources resources, PdfStream stream)
Instantiates a newFillColorValidationContextbased on graphics state, resources and content stream.- Parameters:
canvasGraphicsState- the canvas graphics stateresources- the resourcesstream- the content stream
-
-
Method Detail
-
getType
public ValidationType getType()
Description copied from interface:IValidationContextGets type of the context.- Returns:
- the type
-
-