Class LaTeXLine

  • All Implemented Interfaces:
    ExpressionConstants, PicObjectConstants

    public class LaTeXLine
    extends SequenceExpression
    implements PicObjectConstants, ExpressionConstants
    Parses LaTeX lines, with or without arrows, i.e. \\line or \\vector. This is to be used as a child expression of either LaTeXPutExpression or {@link #jpicedt.format.input.pstricks.PsRPutExpression jpicedt.format.input.pstricks.PsRPutExpression}.
    • \\line(x,y){hor-len} -> line starting at (x,y), and having hor-len as its horizonal extent (except for vertical lines, where hor-len specifies the vertical extent.
    • \\vector(x,y){hor-len} -> same thing, yet with an arrow
    Since:
    jpicedt 1.4pre2
    Version:
    $Id: LaTeXLine.java,v 1.3.2.1 2007/09/02 11:56:01 reynal Exp $
    Author:
    Sylvain Reynal
    • Constructor Detail

      • LaTeXLine

        public LaTeXLine​(Pool pl)