http://www.jpicedt.org

jpicedt.format.input.latex
Class PicBezierExpression

java.lang.Object
  extended by jpicedt.format.input.util.AbstractRegularExpression
      extended by jpicedt.format.input.util.AlternateExpression
          extended by 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
PicBezierExpression(Pool pl)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class jpicedt.format.input.util.AlternateExpression
add, getExpressionList, interpret
 
Methods inherited from class jpicedt.format.input.util.AbstractRegularExpression
action
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PicBezierExpression

public PicBezierExpression(Pool pl)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class AlternateExpression

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org