Uses of Class
com.itextpdf.text.pdf.parser.GraphicsState
Packages that use GraphicsState
-
Uses of GraphicsState in com.itextpdf.text.pdf.parser
Fields in com.itextpdf.text.pdf.parser declared as GraphicsStateModifier and TypeFieldDescriptionprivate final GraphicsStateImageRenderInfo.gsThe graphics state that was in effect when the image was renderedprivate GraphicsStatePathPaintingRenderInfo.gsprivate final GraphicsStateTextRenderInfo.gsFields in com.itextpdf.text.pdf.parser with type parameters of type GraphicsStateModifier and TypeFieldDescriptionprivate final Stack<GraphicsState> PdfContentStreamProcessor.gsStackStack keeping track of the graphics state.Methods in com.itextpdf.text.pdf.parser that return GraphicsStateModifier and TypeMethodDescriptionPdfContentStreamProcessor.gs()Returns the current graphics state.Methods in com.itextpdf.text.pdf.parser with parameters of type GraphicsStateModifier and TypeMethodDescriptionprotected static ImageRenderInfoImageRenderInfo.createForEmbeddedImage(GraphicsState gs, InlineImageInfo inlineImageInfo, PdfDictionary colorSpaceDictionary, Collection<MarkedContentInfo> markedContentInfo) Create an ImageRenderInfo object based on inline image data.static ImageRenderInfoImageRenderInfo.createForXObject(GraphicsState gs, PdfIndirectReference ref, PdfDictionary colorSpaceDictionary) Create an ImageRenderInfo object based on an XObject (this is the most common way of including an image in PDF)static ImageRenderInfoImageRenderInfo.createForXObject(GraphicsState gs, PdfIndirectReference ref, PdfDictionary colorSpaceDictionary, Collection<MarkedContentInfo> markedContentInfo) Create an ImageRenderInfo object based on an XObject (this is the most common way of including an image in PDF)Constructors in com.itextpdf.text.pdf.parser with parameters of type GraphicsStateModifierConstructorDescriptionGraphicsState(GraphicsState source) Copy constructor.privateImageRenderInfo(GraphicsState gs, InlineImageInfo inlineImageInfo, PdfDictionary colorSpaceDictionary, Collection<MarkedContentInfo> markedContentInfo) privateImageRenderInfo(GraphicsState gs, PdfIndirectReference ref, PdfDictionary colorSpaceDictionary, Collection<MarkedContentInfo> markedContentInfo) PathPaintingRenderInfo(int operation, int rule, GraphicsState gs) PathPaintingRenderInfo(int operation, GraphicsState gs) If the operation isPathPaintingRenderInfo.NO_OPthen the rule is ignored, otherwisePathPaintingRenderInfo.NONZERO_WINDING_RULEis used by default.(package private)TextRenderInfo(PdfString string, GraphicsState gs, Matrix textMatrix, Collection<MarkedContentInfo> markedContentInfo) Creates a new TextRenderInfo object