Package com.aowagie.text.pdf
Class PdfContentByte.GraphicState
java.lang.Object
com.aowagie.text.pdf.PdfContentByte.GraphicState
- Enclosing class:
PdfContentByte
This class keeps the graphic state of the current page
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate float
The current character spacingprivate ColorDetails
This is the color in use(package private) FontDetails
This is the font in useprivate float
The current text leading.private float
The current horizontal scaling(package private) float
This is the font size in useprivate float
The current word spacingprivate float
The x position of the text line matrix.private float
The y position of the text line matrix. -
Constructor Summary
ConstructorsModifierConstructorDescription(package private)
private
-
Method Summary
-
Field Details
-
fontDetails
FontDetails fontDetailsThis is the font in use -
colorDetails
This is the color in use -
size
float sizeThis is the font size in use -
xTLM
private float xTLMThe x position of the text line matrix. -
yTLM
private float yTLMThe y position of the text line matrix. -
leading
private float leadingThe current text leading. -
scale
private float scaleThe current horizontal scaling -
charSpace
private float charSpaceThe current character spacing -
wordSpace
private float wordSpaceThe current word spacing
-
-
Constructor Details
-
GraphicState
GraphicState() -
GraphicState
-