Package com.itextpdf.text.pdf
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 float
protected float
protected float
The current character spacing(package private) ColorDetails
This is the color in useprotected BaseColor
protected BaseColor
protected float
protected AffineTransform
protected float
protected PdfObject
(package private) FontDetails
This is the font in useprotected float
The current text leading.protected float
The current horizontal scaling(package private) float
This is the font size in useprotected int
protected float
protected float
The current word spacingprotected float
The x position of the text line matrix.protected float
The y position of the text line matrix. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
restore
(PdfContentByte.GraphicState restore)
-
Field Details
-
fontDetails
FontDetails fontDetailsThis is the font in use -
colorDetails
ColorDetails colorDetailsThis is the color in use -
size
float sizeThis is the font size in use -
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
-
-
Constructor Details
-
GraphicState
GraphicState() -
GraphicState
GraphicState(PdfContentByte.GraphicState cp)
-
-
Method Details
-
copyParameters
-
restore
-