Package com.lowagie.text.pdf
Class PdfContentByte.GraphicState
java.lang.Object
com.lowagie.text.pdf.PdfContentByte.GraphicState
- Enclosing class:
- PdfContentByte
This class keeps the graphic state of the current page
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected floatThe current character spacing(package private) ColorDetailsThis is the color in useprotected ExtendedColorprotected ExtendedColorprotected PdfObject(package private) FontDetailsThis is the font in useprotected floatThe current text leading.protected floatThe current horizontal scaling(package private) floatThis is the font size in useprotected floatThe current word spacingprotected floatThe x position of the text line matrix.protected floatThe y position of the text line matrix. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) voidrestore(PdfContentByte.GraphicState restore)
-
Field Details
-
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. -
scale
protected float scaleThe current horizontal scaling -
charSpace
protected float charSpaceThe current character spacing -
wordSpace
protected float wordSpaceThe current word spacing -
colorFill
-
colorStroke
-
extGState
-
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
-
-
Constructor Details
-
GraphicState
GraphicState() -
GraphicState
GraphicState(PdfContentByte.GraphicState cp)
-
-
Method Details
-
copyParameters
-
restore
-