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.Object
This class keeps the graphic state of the current page
-
-
Field Summary
Fields Modifier and Type Field Description protected float
aTLM
protected float
bTLM
protected float
charSpace
The current character spacing(package private) ColorDetails
colorDetails
This is the color in useprotected BaseColor
colorFill
protected BaseColor
colorStroke
protected float
cTLM
protected AffineTransform
CTM
protected float
dTLM
protected PdfObject
extGState
(package private) FontDetails
fontDetails
This is the font in useprotected float
leading
The current text leading.protected float
scale
The current horizontal scaling(package private) float
size
This is the font size in useprotected int
textRenderMode
protected float
tx
protected float
wordSpace
The current word spacingprotected float
xTLM
The x position of the text line matrix.protected float
yTLM
The y position of the text line matrix.
-
Constructor Summary
Constructors Constructor Description GraphicState()
GraphicState(PdfContentByte.GraphicState cp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
copyParameters(PdfContentByte.GraphicState cp)
(package private) void
restore(PdfContentByte.GraphicState restore)
-
-
-
Field Detail
-
fontDetails
FontDetails fontDetails
This is the font in use
-
colorDetails
ColorDetails colorDetails
This is the color in use
-
size
float size
This is the font size in use
-
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
-
-
Constructor Detail
-
GraphicState
GraphicState()
-
GraphicState
GraphicState(PdfContentByte.GraphicState cp)
-
-
Method Detail
-
copyParameters
void copyParameters(PdfContentByte.GraphicState cp)
-
restore
void restore(PdfContentByte.GraphicState restore)
-
-