Class PicLineExpression

  • All Implemented Interfaces:
    ExpressionConstants

    public class PicLineExpression
    extends SequenceExpression
    implements ExpressionConstants
    PicLine :
    • %Line 0 0 (x0,y0)(x1,y1) dash=value
    • %Line 0 1 (x0,y0)(x1,y1) dash=value
    • %Line 1 0 (x0,y0)(x1,y1) dash=value
    • %Line 1 1 (x0,y0)(x1,y1) dash=value (dash is optional)
    • Any string (\multiput, etc...)
    • %End Line
    Since:
    jpicedt 1.3
    Version:
    $Id: PicLineExpression.java,v 1.7.2.1 2007/09/02 11:56:08 reynal Exp $
    Author:
    Sylvain Reynal
    • Constructor Detail

      • PicLineExpression

        public PicLineExpression​(Pool pool)