Uses of Class
com.itextpdf.kernel.pdf.canvas.CanvasGraphicsState
Packages that use CanvasGraphicsState
Package
Description
-
Uses of CanvasGraphicsState in com.itextpdf.kernel.pdf
Methods in com.itextpdf.kernel.pdf with parameters of type CanvasGraphicsStateModifier and TypeMethodDescriptionvoidPdfDocument.checkShowTextIsoConformance(CanvasGraphicsState gState, PdfResources resources) Checks whether PDF document conforms a specific standard. -
Uses of CanvasGraphicsState in com.itextpdf.kernel.pdf.canvas
Fields in com.itextpdf.kernel.pdf.canvas declared as CanvasGraphicsStateModifier and TypeFieldDescriptionprotected CanvasGraphicsStatePdfCanvas.currentGsthe current graphics state.Fields in com.itextpdf.kernel.pdf.canvas with type parameters of type CanvasGraphicsStateModifier and TypeFieldDescriptionprotected Stack<CanvasGraphicsState>PdfCanvas.gsStacka LIFO stack of graphics state saved states.Methods in com.itextpdf.kernel.pdf.canvas that return CanvasGraphicsStateConstructors in com.itextpdf.kernel.pdf.canvas with parameters of type CanvasGraphicsState -
Uses of CanvasGraphicsState in com.itextpdf.kernel.pdf.canvas.parser
Subclasses of CanvasGraphicsState in com.itextpdf.kernel.pdf.canvas.parserModifier and TypeClassDescriptionclassInternal class which is essentially aCanvasGraphicsStatewhich supports tracking of clipping path state and changes. -
Uses of CanvasGraphicsState in com.itextpdf.kernel.pdf.canvas.parser.data
Fields in com.itextpdf.kernel.pdf.canvas.parser.data declared as CanvasGraphicsStateMethods in com.itextpdf.kernel.pdf.canvas.parser.data that return CanvasGraphicsStateModifier and TypeMethodDescriptionAbstractRenderInfo.getGraphicsState()IEventData.getGraphicsState()Constructors in com.itextpdf.kernel.pdf.canvas.parser.data with parameters of type CanvasGraphicsStateModifierConstructorDescriptionClippingPathInfo(CanvasGraphicsState gs, Path path, Matrix ctm) Creates a newClippingPathInfoinstance.ImageRenderInfo(Stack<CanvasTag> canvasTagHierarchy, CanvasGraphicsState gs, Matrix ctm, PdfStream imageStream, PdfName resourceName, PdfDictionary colorSpaceDictionary, boolean isInline) Creates an ImageRenderInfo.PathRenderInfo(Stack<CanvasTag> canvasTagHierarchy, CanvasGraphicsState gs, Path path, int operation) If the operation isPathRenderInfo.NO_OPthen the rule is ignored, otherwisePdfCanvasConstants.FillingRule.NONZERO_WINDINGis used by default.PathRenderInfo(Stack<CanvasTag> canvasTagHierarchy, CanvasGraphicsState gs, Path path, int operation, int rule, boolean isClip, int clipRule) Creates the newPathRenderInfoinstance.TextRenderInfo(PdfString str, CanvasGraphicsState gs, Matrix textMatrix, Stack<CanvasTag> canvasTagHierarchy) Creates a new TextRenderInfo object -
Uses of CanvasGraphicsState in com.itextpdf.pdfa.checker
Methods in com.itextpdf.pdfa.checker with parameters of type CanvasGraphicsStateModifier and TypeMethodDescriptionvoidPdfA1Checker.checkColor(CanvasGraphicsState graphicsState, Color color, PdfDictionary currentColorSpaces, Boolean fill, PdfStream stream) This method checks compliance with the color restrictions imposed by the available color spaces in the document.voidPdfA2Checker.checkColor(CanvasGraphicsState gState, Color color, PdfDictionary currentColorSpaces, Boolean fill, PdfStream contentStream) This method checks compliance with the color restrictions imposed by the available color spaces in the document.voidPdfAChecker.checkColor(CanvasGraphicsState gState, Color color, PdfDictionary currentColorSpaces, Boolean fill, PdfStream contentStream) Deprecated.This method will be abstract in next major releasevoidPdfA1Checker.checkExtGState(CanvasGraphicsState extGState, PdfStream contentStream) voidPdfA2Checker.checkExtGState(CanvasGraphicsState extGState, PdfStream contentStream) voidPdfA4Checker.checkExtGState(CanvasGraphicsState extGState, PdfStream contentStream) abstract voidPdfAChecker.checkExtGState(CanvasGraphicsState extGState, PdfStream contentStream) Performs a number of checks on the graphics state, among others ISO 19005-1 section 6.2.8 and 6.4 and ISO 19005-2 section 6.2.5 and 6.2.10.