Package jpicedt.format.input.latex
Class PicLineExpression
- java.lang.Object
-
- jpicedt.format.input.util.AbstractRegularExpression
-
- jpicedt.format.input.util.SequenceExpression
-
- jpicedt.format.input.latex.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
-
-
Field Summary
-
Fields inherited from interface jpicedt.format.input.util.ExpressionConstants
ANY_CHAR, ANY_CHAR_EOL, ANY_SIGN, AT_LEAST, AT_MOST, DEBUG, DOUBLE, EOL, EXACTLY, INTEGER, NEGATIVE, NON_NULL, POSITIVE, STRICTLY_NEGATIVE, STRICTLY_POSITIVE, WHITE_SPACES, WHITE_SPACES_OR_EOL
-
-
Constructor Summary
Constructors Constructor Description PicLineExpression(Pool pool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()-
Methods inherited from class jpicedt.format.input.util.SequenceExpression
add, interpret
-
Methods inherited from class jpicedt.format.input.util.AbstractRegularExpression
action
-
-
-
-
Constructor Detail
-
PicLineExpression
public PicLineExpression(Pool pool)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classSequenceExpression
-
-