com.lowagie.text.pdf.codec.postscript

Class PAPencil.State

protected static class PAPencil.State extends Object implements Cloneable

Field Summary
AffineTransformat
ShapeclipShape
Compositecomposite
Fontfont
Paintpaint
GeneralPathpath
Strokestroke
Constructor Summary
State()
State(Graphics2D g)
Method Summary
Objectclone()
voidrecordState(Graphics2D g)
voidstampState(Graphics2D g, Dimension size)

Field Detail

at

public AffineTransform at

clipShape

public Shape clipShape

composite

public Composite composite

font

public Font font

paint

public Paint paint

path

public GeneralPath path

stroke

public Stroke stroke

Constructor Detail

State

public State()

State

public State(Graphics2D g)

Method Detail

clone

public Object clone()

recordState

public void recordState(Graphics2D g)

stampState

public void stampState(Graphics2D g, Dimension size)