Class PSTArrowExpression

  • All Implemented Interfaces:
    ExpressionConstants, PicObjectConstants

    public class PSTArrowExpression
    extends SequenceExpression
    implements PicObjectConstants
    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.4.2.1 2007/09/02 11:56:11 reynal Exp $
    Author:
    Sylvain Reynal
    • Constructor Detail

      • PSTArrowExpression

        public PSTArrowExpression​(Pool pl)
        Constructor for the PSTArrowExpression object