Class PdfContentByte.GraphicState
java.lang.Object
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfContentByte.GraphicState
- Enclosing class:
PdfContentByte
This class keeps the graphic state of the current page
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) ColorDetails
This is the color in use(package private) FontDetails
This is the font in useprotected float
The current text leading.(package private) float
This is the font size in useprotected float
The x position of the text line matrix.protected float
The y position of the text line matrix. -
Constructor Summary
Constructors -
Method Summary
-
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. -
leading
protected float leadingThe current text leading.
-
-
Constructor Details
-
GraphicState
GraphicState()
-