Method Summary |
|
public boolean | checkTransform(AffineTransform tf) Check the current transform.
The transform for the current state is the combination of all
transforms in the current state. |
public void | concatMatrix(AffineTransform transform) Concats the given transformation matrix with the current one. |
public AffineTransform | getTransform() Returns the transform. |
public void | reestablish(PSGenerator gen) Reestablishes the graphics state represented by this instance by issueing the
necessary commands. |
public boolean | useColor(Color value) Establishes the specified color (RGB). |
public boolean | useDash(String pattern) Establishes the specified dash. |
public boolean | useFont(String name, float size) Establishes the specified font and size. |
public boolean | useLineCap(int value) Establishes the specified line cap. |
public boolean | useLineWidth(double value) Establishes the specified line width. |