public class PicBezierExpression extends AlternateExpression implements ExpressionConstants
%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)
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 and Description |
---|
PicBezierExpression(Pool pl) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
add, getExpressionList, interpret
action
public PicBezierExpression(Pool pl)
public java.lang.String toString()
toString
in class AlternateExpression
Submit a bug : syd@jpicedt.org