Package jpicedt.format.input.latex
Class PicBezierExpression
- java.lang.Object
-
- jpicedt.format.input.util.AbstractRegularExpression
-
- jpicedt.format.input.util.AlternateExpression
-
- jpicedt.format.input.latex.PicBezierExpression
-
- All Implemented Interfaces:
ExpressionConstants
public class PicBezierExpression extends AlternateExpression implements ExpressionConstants
Parser expression for :%Bezier 0|1 0|1 (x1,y1)(xC,yC)(x2,y2) dash=value
Any string
%End Bezier
where dash is optional. The whole expression MUST hold on a single line (as opposed to LaTeX or eepic commands)
Or :
\\qbezier(x1,y1)(xc,yc)(x2,y2)
\\bezier{n}(x1,y1)(xc,yc)(x2,y2)- Since:
- jpicedt 1.3
- Version:
- $Id: PicBezierExpression.java,v 1.6.2.1 2007/09/02 11:56:02 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 PicBezierExpression(Pool pl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()-
Methods inherited from class jpicedt.format.input.util.AlternateExpression
add, getExpressionList, interpret
-
Methods inherited from class jpicedt.format.input.util.AbstractRegularExpression
action
-
-
-
-
Constructor Detail
-
PicBezierExpression
public PicBezierExpression(Pool pl)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAlternateExpression
-
-