Class LaTeXPutExpression

  • All Implemented Interfaces:
    ExpressionConstants, PicObjectConstants

    public class LaTeXPutExpression
    extends SequenceExpression
    implements ExpressionConstants, PicObjectConstants
    \\put(x,y){argument}

    Depending on the argument found, instanciates :

    • a PicText : \\makebox, \\framebox, \\dashbox or LR-argument
    • a PicMultiCurve : \\line, \\vector.
    • a PicEllipse : \\circle

    The parsing code sets the following Pool's key/value pair (as set by the enclosing XXXPutExpression beforehands):

    • KEY_PUT_POINT: \\put's (x,y) parameter
    This key/value pairs may then be used by client expression, e.g. PsBox, LaTeXCircle,...
    Since:
    jpicedt 1.3
    Version:
    $Id: LaTeXPutExpression.java,v 1.8.2.1 2007/09/02 11:56:02 reynal Exp $
    Author:
    Sylvain Reynal
    • Field Detail

      • KEY_PUT_POINT

        public static final Pool.Key KEY_PUT_POINT
        key entry in Pool containing the (x,y) parameter
    • Constructor Detail

      • LaTeXPutExpression

        public LaTeXPutExpression​(Pool pl)