Uses of Class
com.itextpdf.text.pdf.PdfContentByte.GraphicState
-
Packages that use PdfContentByte.GraphicState Package Description com.itextpdf.text.pdf -
-
Uses of PdfContentByte.GraphicState in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfContentByte.GraphicState Modifier and Type Field Description protected PdfContentByte.GraphicStatePdfContentByte. stateThis is the GraphicState in useFields in com.itextpdf.text.pdf with type parameters of type PdfContentByte.GraphicState Modifier and Type Field Description protected java.util.ArrayList<PdfContentByte.GraphicState>PdfContentByte. stateListThe list were we save/restore the stateMethods in com.itextpdf.text.pdf with parameters of type PdfContentByte.GraphicState Modifier and Type Method Description (package private) voidPdfContentByte.GraphicState. copyParameters(PdfContentByte.GraphicState cp)(package private) voidPdfContentByte.GraphicState. restore(PdfContentByte.GraphicState restore)Constructors in com.itextpdf.text.pdf with parameters of type PdfContentByte.GraphicState Constructor Description GraphicState(PdfContentByte.GraphicState cp)
-