Package com.lowagie.text.pdf
Class PdfContentByte.GraphicState
- java.lang.Object
-
- com.lowagie.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 protected floatcharSpaceThe current character spacing(package private) ColorDetailscolorDetailsThis is the color in use(package private) FontDetailsfontDetailsThis is the font in useprotected floatleadingThe current text leading.protected floatscaleThe current horizontal scaling(package private) floatsizeThis is the font size in useprotected floatwordSpaceThe current word spacingprotected floatxTLMThe x position of the text line matrix.protected floatyTLMThe y position of the text line matrix.
-
Constructor Summary
Constructors Constructor Description GraphicState()GraphicState(PdfContentByte.GraphicState cp)
-
-
-
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.
-
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
-
-
Constructor Detail
-
GraphicState
GraphicState()
-
GraphicState
GraphicState(PdfContentByte.GraphicState cp)
-
-