com.lowagie.text.pdf.codec.postscript
protected static class PAPencil.State extends Object implements Cloneable
| Field Summary | |
|---|---|
| AffineTransform | at |
| Shape | clipShape |
| Composite | composite |
| Font | font |
| Paint | paint |
| GeneralPath | path |
| Stroke | stroke |
| Constructor Summary | |
|---|---|
| State() | |
| State(Graphics2D g) | |
| Method Summary | |
|---|---|
| Object | clone() |
| void | recordState(Graphics2D g) |
| void | stampState(Graphics2D g, Dimension size) |