com.lowagie.text.pdf

Class PdfContentByte.GraphicState

static class PdfContentByte.GraphicState extends Object

This class keeps the graphic state of the current page
Field Summary
protected floatcharSpace
The current character spacing
ColorDetailscolorDetails
This is the color in use
FontDetailsfontDetails
This is the font in use
protected floatleading
The current text leading.
protected floatscale
The current horizontal scaling
floatsize
This is the font size in use
protected floatwordSpace
The current word spacing
protected floatxTLM
The x position of the text line matrix.
protected floatyTLM
The y position of the text line matrix.
Constructor Summary
GraphicState()
GraphicState(PdfContentByte.GraphicState cp)

Field Detail

charSpace

protected float charSpace
The current character spacing

colorDetails

ColorDetails colorDetails
This is the color in use

fontDetails

FontDetails fontDetails
This is the font in use

leading

protected float leading
The current text leading.

scale

protected float scale
The current horizontal scaling

size

float size
This is the font size in use

wordSpace

protected float wordSpace
The current word spacing

xTLM

protected float xTLM
The x position of the text line matrix.

yTLM

protected float yTLM
The y position of the text line matrix.

Constructor Detail

GraphicState

GraphicState()

GraphicState

GraphicState(PdfContentByte.GraphicState cp)