|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.lowagie.text.pdf.PdfContentByte.GraphicState
This class keeps the graphic state of the current page
Field Summary | |
(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. |
(package private) float |
size
This is the font size in use |
protected float |
xTLM
The x position of the text line matrix. |
protected float |
yTLM
The y position of the text line matrix. |
Constructor Summary | |
(package private) |
PdfContentByte.GraphicState()
|
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
Constructor Detail |
PdfContentByte.GraphicState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |