Class PdfContentByte.GraphicState
java.lang.Object
com.itextpdf.text.pdf.PdfContentByte.GraphicState
- Enclosing class:
PdfContentByte
This class keeps the graphic state of the current page
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected floatprotected floatprotected floatThe current character spacingprotected BaseColorprotected BaseColorprotected floatprotected AffineTransformprotected floatprotected PdfObjectprotected floatThe current text leading.protected floatThe current horizontal scalingprotected intprotected floatprotected floatThe current word spacingprotected floatThe x position of the text line matrix.protected floatThe y position of the text line matrix. -
Method Summary
-
Field Details
-
xTLM
protected float xTLMThe x position of the text line matrix. -
yTLM
protected float yTLMThe 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 leadingThe current text leading. -
scale
protected float scaleThe current horizontal scaling -
charSpace
protected float charSpaceThe current character spacing -
wordSpace
protected float wordSpaceThe current word spacing -
colorFill
-
colorStroke
-
textRenderMode
protected int textRenderMode -
CTM
-
extGState
-