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 floatThe current character spacingprivate ColorDetailsThis is the color in use(package private) FontDetailsThis is the font in useprivate floatThe current text leading.private floatThe current horizontal scaling(package private) floatThis is the font size in useprivate floatThe current word spacingprivate floatThe x position of the text line matrix.private floatThe 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
-