http://www.jpicedt.org

jpicedt.format.input.pstricks
Class PSTDashExpression

java.lang.Object
  extended by jpicedt.format.input.util.AbstractRegularExpression
      extended by jpicedt.format.input.util.SequenceExpression
          extended by jpicedt.format.input.pstricks.PSTDashExpression

public class PSTDashExpression
extends SequenceExpression

Parses statements similar to "dash=1pt 3mm" (first opaque, then transparent).

Version:
$Id: PSTDashExpression.java,v 1.8 2013/03/31 06:54:44 vincentb1 Exp $
Author:
Sylvain Reynal

Constructor Summary
PSTDashExpression(Pool pl, Pool.Key<PicAttributeSet> attributeSetKey)
           
 
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

PSTDashExpression

public PSTDashExpression(Pool pl,
                         Pool.Key<PicAttributeSet> attributeSetKey)
Parameters:
pl - parser's pool
attributeSetKey - used to fetch the attribute set in which parsed parameters are stored.

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org