http://www.jpicedt.org

jpicedt.format.input.latex
Class LaTeXCircle

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

public class LaTeXCircle
extends SequenceExpression

Parses LaTeX circles, i.e. \\circle or \\circle*. This is to be used as a child expression of either LaTeXPutExpression or jpicedt.format.input.pstricks.PsRPutExpression.

The parsing code uses either PsRPutExpression.KEY_RPUT_POINT or LaTeXPutExpression.KEY_PUT_POINT, depending on the first non-null value found.


Constructor Summary
LaTeXCircle(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

LaTeXCircle

public LaTeXCircle(Pool pl)

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org