Package com.aowagie.text.pdf
Class PdfContentByte.GraphicState
- java.lang.Object
-
- com.aowagie.text.pdf.PdfContentByte.GraphicState
-
- Enclosing class:
- PdfContentByte
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 private floatcharSpaceThe current character spacingprivate ColorDetailscolorDetailsThis is the color in use(package private) FontDetailsfontDetailsThis is the font in useprivate floatleadingThe current text leading.private floatscaleThe current horizontal scaling(package private) floatsizeThis is the font size in useprivate floatwordSpaceThe current word spacingprivate floatxTLMThe x position of the text line matrix.private floatyTLMThe y position of the text line matrix.
-
Constructor Summary
Constructors Modifier Constructor Description (package private)GraphicState()privateGraphicState(PdfContentByte.GraphicState cp)
-
-
-
Field Detail
-
fontDetails
FontDetails fontDetails
This is the font in use
-
colorDetails
private ColorDetails colorDetails
This is the color in use
-
size
float size
This is the font size in use
-
xTLM
private float xTLM
The x position of the text line matrix.
-
yTLM
private float yTLM
The y position of the text line matrix.
-
leading
private float leading
The current text leading.
-
scale
private float scale
The current horizontal scaling
-
charSpace
private float charSpace
The current character spacing
-
wordSpace
private float wordSpace
The current word spacing
-
-
Constructor Detail
-
GraphicState
GraphicState()
-
GraphicState
private GraphicState(PdfContentByte.GraphicState cp)
-
-