http://www.jpicedt.org

jpicedt.format.input.pstricks
Class PSTArrowExpression

java.lang.Object
  extended by jpicedt.format.input.util.AbstractRegularExpression
      extended by jpicedt.format.input.util.SequenceExpression
          extended by 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 :

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

Constructor Summary
PSTArrowExpression(Pool pl)
          Constructor for the PSTArrowExpression object
 
Method Summary
 
Methods inherited from class jpicedt.format.input.util.SequenceExpression
add, interpret, toString
 
Methods inherited from class jpicedt.format.input.util.AbstractRegularExpression
action
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PSTArrowExpression

public PSTArrowExpression(Pool pl)
Constructor for the PSTArrowExpression object


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org