http://www.jpicedt.org

jpicedt.format.input.latex
Class UnitLengthExpression

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

public class UnitLengthExpression
extends SequenceExpression

\\unitlength value
\\setlength{\\unitlength}{value}

where value's permitted syntaxs are : 0.11, 0.11mm, 0.11cm, 0.11pt with possible leading whitespaces before the "unit".

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

Constructor Summary
UnitLengthExpression(Pool pl)
           
 
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

UnitLengthExpression

public UnitLengthExpression(Pool pl)
Method Detail

toString

public String toString()
Overrides:
toString in class SequenceExpression

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org