http://www.jpicedt.org

jpicedt.format.input.latex
Class PicRectangleExpression

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

public class PicRectangleExpression
extends SequenceExpression

%Rectangle(x0,y0)(x1,y1)
or %Rectangle(x0,y0)(x1,y1) filled|blacken|shade|whiten dash=value
Any string
%End Rectangle

Since:
jpicedt 1.3
Version:
$Id: PicRectangleExpression.java,v 1.9 2013/03/31 06:56:09 vincentb1 Exp $
Author:
Sylvain Reynal

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

PicRectangleExpression

public PicRectangleExpression(Pool pool)
Method Detail

toString

public String toString()
Overrides:
toString in class SequenceExpression

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org