http://www.jpicedt.org

jpicedt.format.input.latex
Class LaTeXPutExpression

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

public class LaTeXPutExpression
extends SequenceExpression

\\put(x,y){argument}

Depending on the argument found, instanciates :

The parsing code sets the following Pool's key/value pair (as set by the enclosing XXXPutExpression beforehands):

This key/value pairs may then be used by client expression, e.g. PsBox, LaTeXCircle,...

Since:
jpicedt 1.3
Version:
$Id: LaTeXPutExpression.java,v 1.13 2013/03/31 06:57:04 vincentb1 Exp $
Author:
Sylvain Reynal

Field Summary
static Pool.Key<PicPoint> KEY_PUT_POINT
          key entry in Pool containing the (x,y) parameter
 
Constructor Summary
LaTeXPutExpression(Pool pl)
           
 
Method Summary
 void action(ParserEvent e)
          called when this SequenceExpression was successfully parsed -> reinit locals and Pool's keys for next time
 String toString()
           
 
Methods inherited from class jpicedt.format.input.util.SequenceExpression
add, interpret
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

KEY_PUT_POINT

public static final Pool.Key<PicPoint> KEY_PUT_POINT
key entry in Pool containing the (x,y) parameter

Constructor Detail

LaTeXPutExpression

public LaTeXPutExpression(Pool pl)
Method Detail

action

public void action(ParserEvent e)
called when this SequenceExpression was successfully parsed -> reinit locals and Pool's keys for next time

Overrides:
action in class AbstractRegularExpression

toString

public String toString()
Overrides:
toString in class SequenceExpression

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org