http://www.jpicedt.org

jpicedt.format.input.latex
Class LaTeXBox

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

public class LaTeXBox
extends SequenceExpression

Parses LaTeX boxes, i.e. makebox, framebox, frame and dashbox. This is to be used as a child expression of either LaTeXPutExpression or jpicedt.format.input.pstricks.PsRPutExpression.

Instanciates a PicText element. Argument =

The parsing code uses several keys/values pairs stored by in the Pool:

interpret() return false if none of these have been found, and cursor position is left unchanged

Since:
jpicedt 1.4
Version:
$Id: LaTeXBox.java,v 1.12 2013/10/07 19:16:39 vincentb1 Exp $
Author:
Sylvain Reynal

Constructor Summary
LaTeXBox(Pool pl)
           
 
Method Summary
 void action(ParserEvent e)
          called when this SequenceExpression was successfully parsed -> reinit locals for next time
 
Methods inherited from class jpicedt.format.input.util.SequenceExpression
add, interpret, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LaTeXBox

public LaTeXBox(Pool pl)
Method Detail

action

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

Overrides:
action in class AbstractRegularExpression

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org