|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.pdf.PdfContentByte.GraphicState
static class PdfContentByte.GraphicState
This class keeps the graphic state of the current page
Field Summary | |
---|---|
protected float |
charSpace
The current character spacing |
(package private) ColorDetails |
colorDetails
This is the color in use |
(package private) FontDetails |
fontDetails
This is the font in use |
protected float |
leading
The current text leading. |
protected float |
scale
The current horizontal scaling |
(package private) float |
size
This is the font size in use |
protected float |
wordSpace
The current word spacing |
protected float |
xTLM
The x position of the text line matrix. |
protected float |
yTLM
The y position of the text line matrix. |
Constructor Summary | |
---|---|
PdfContentByte.GraphicState()
|
|
PdfContentByte.GraphicState(PdfContentByte.GraphicState cp)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
FontDetails fontDetails
ColorDetails colorDetails
float size
protected float xTLM
protected float yTLM
protected float leading
protected float scale
protected float charSpace
protected float wordSpace
Constructor Detail |
---|
PdfContentByte.GraphicState()
PdfContentByte.GraphicState(PdfContentByte.GraphicState cp)
|
Hosted by Hostbasket | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |