Package com.itextpdf.text.pdf
Class PdfContentByte.GraphicState
- java.lang.Object
-
- com.itextpdf.text.pdf.PdfContentByte.GraphicState
-
- Enclosing class:
- PdfContentByte
public static class PdfContentByte.GraphicState extends java.lang.ObjectThis class keeps the graphic state of the current page
-
-
Field Summary
Fields Modifier and Type Field Description protected floataTLMprotected floatbTLMprotected floatcharSpaceThe current character spacingprotected BaseColorcolorFillprotected BaseColorcolorStrokeprotected floatcTLMprotected AffineTransformCTMprotected floatdTLMprotected PdfObjectextGStateprotected floatleadingThe current text leading.protected floatscaleThe current horizontal scalingprotected inttextRenderModeprotected floattxprotected floatwordSpaceThe current word spacingprotected floatxTLMThe x position of the text line matrix.protected floatyTLMThe y position of the text line matrix.
-
-
-
Field Detail
-
xTLM
protected float xTLM
The x position of the text line matrix.
-
yTLM
protected float yTLM
The y position of the text line matrix.
-
aTLM
protected float aTLM
-
bTLM
protected float bTLM
-
cTLM
protected float cTLM
-
dTLM
protected float dTLM
-
tx
protected float tx
-
leading
protected float leading
The current text leading.
-
scale
protected float scale
The current horizontal scaling
-
charSpace
protected float charSpace
The current character spacing
-
wordSpace
protected float wordSpace
The current word spacing
-
colorFill
protected BaseColor colorFill
-
colorStroke
protected BaseColor colorStroke
-
textRenderMode
protected int textRenderMode
-
CTM
protected AffineTransform CTM
-
extGState
protected PdfObject extGState
-
-