http://www.jpicedt.org

jpicedt.format.input.latex
Class LaTeXOval

java.lang.Object
  extended by jpicedt.format.input.util.AbstractRegularExpression
      extended by jpicedt.format.input.util.SequenceExpression
          extended by jpicedt.format.input.latex.LaTeXOval

public class LaTeXOval
extends SequenceExpression

Parses LaTeX \\oval command. This is to be used as a child expression of either LaTeXPutExpression or jpicedt.format.input.pstricks.PsRPutExpression.

\\oval(w,h) or \oval(w,h)[align] (for half- or quarter- ovals).

[pending] add "rounded corner" capacity to PicRectangle

Since:
jpicedt 1.4pre2
Version:
$Id: LaTeXOval.java,v 1.9 2013/03/31 06:57:14 vincentb1 Exp $
Author:
Sylvain Reynal

Constructor Summary
LaTeXOval(Pool pl)
           
 
Method Summary
 
Methods inherited from class jpicedt.format.input.util.SequenceExpression
add, interpret, toString
 
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

LaTeXOval

public LaTeXOval(Pool pl)

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org