jpicedt.format.input.pstricks
Class PSTArrowExpression
java.lang.Object
jpicedt.format.input.util.AbstractRegularExpression
jpicedt.format.input.util.SequenceExpression
jpicedt.format.input.pstricks.PSTArrowExpression
public class PSTArrowExpression
- extends SequenceExpression
Parses Pstricks's arrows, as given by the PsTricks's documentation (p.29).
This is based on the following rules :
- an opening "{" ;
- "<", ">", "(",... or even "", to set the first arrow ;
- a "-" in the middle ;
- same thing on the right side to set the second arrow ;
- a closing "}".
If this expression is successfully parsed, the attribute set associated with the Pool's currentObj is modified
accordingly.
- Version:
- $Id: PSTArrowExpression.java,v 1.9 2013/03/31 06:55:44 vincentb1 Exp $
- Author:
- Sylvain Reynal
PSTArrowExpression
public PSTArrowExpression(Pool pl)
- Constructor for the PSTArrowExpression object
Submit a bug : syd@jpicedt.org