http://www.jpicedt.org

jpicedt.format.input.pstricks
Class PSTLineStyleExpression

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

public class PSTLineStyleExpression
extends SequenceExpression

Parses statements similar to "linestyle=style" where style is one of PicObjectConstants predefined line styles.

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

Constructor Summary
PSTLineStyleExpression(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

PSTLineStyleExpression

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

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org