com.itextpdf.text.pdf
Class PdfContentByte.GraphicState

java.lang.Object
  extended by com.itextpdf.text.pdf.PdfContentByte.GraphicState
Enclosing class:
PdfContentByte

public static class PdfContentByte.GraphicState
extends Object

This class keeps the graphic state of the current page


Field Summary
protected  float aTLM
           
protected  float bTLM
           
protected  float charSpace
          The current character spacing
protected  BaseColor colorFill
           
protected  BaseColor colorStroke
           
protected  float cTLM
           
protected  AffineTransform CTM
           
protected  float dTLM
           
protected  PdfObject extGState
           
protected  float leading
          The current text leading.
protected  float scale
          The current horizontal scaling
protected  BaseColor textColorFill
           
protected  BaseColor textColorStroke
           
protected  int textRenderMode
           
protected  float tx
           
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.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xTLM

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


yTLM

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


aTLM

protected float aTLM

bTLM

protected float bTLM

cTLM

protected float cTLM

dTLM

protected float dTLM

tx

protected float tx

leading

protected float leading
The current text leading.


scale

protected float scale
The current horizontal scaling


charSpace

protected float charSpace
The current character spacing


wordSpace

protected float wordSpace
The current word spacing


textColorFill

protected BaseColor textColorFill

colorFill

protected BaseColor colorFill

textColorStroke

protected BaseColor textColorStroke

colorStroke

protected BaseColor colorStroke

textRenderMode

protected int textRenderMode

CTM

protected AffineTransform CTM

extGState

protected PdfObject extGState


Copyright © 2014. All Rights Reserved.