- All Implemented Interfaces:
- ExpressionConstants
public class BeginPsPictureExpression
extends SequenceExpression
implements ExpressionConstants
\begin{pspicture}(x0,y0)(x1,y1) -> defines a box with BL=(x0,y0) and TR=(x1,y1)
\begin{pspicture}*(x0,y0)(x1,y1) -> clipped
\begin{pspicture}[baseline](x0,y0)(x1,y1) -> changes baseline (see pstricks's doc p.41)
\begin{pspicture}[](x0,y0)(x1,y1) -> baseline passes across the origine
And the same commands with \pspicture (that is, TeX-like).
- Version:
- $Id: BeginPsPictureExpression.java,v 1.4.2.1 2007/09/02 11:56:09 reynal Exp $
- Author:
- Sylvain Reynal