http://www.jpicedt.org

jpicedt.format.input.pstricks
Class PSTParametersExpression

java.lang.Object
  extended by jpicedt.format.input.util.AbstractRegularExpression
      extended by jpicedt.format.input.util.RepeatExpression
          extended by jpicedt.format.input.pstricks.PSTParametersExpression

public class PSTParametersExpression
extends RepeatExpression

PsTricks graphics parameters, e.g. "linewidth=5pt, fillcolor=blue,..." (no leading, nor trailing brackets, these should be added to an enclosing expression)

Currently supported parameters :

Depending on the value of "attributeSetKey" given to the constructor, these parameters may act on the attribute set of the current Element (in the Pool), or on another attribute set (for instance, PsTricks's registers).

Version:
$Id: PSTParametersExpression.java,v 1.9 2013/03/31 06:55:14 vincentb1 Exp $

Author:
Sylvain Reynal

Constructor Summary
PSTParametersExpression(Pool pool, Pool.Key<PicAttributeSet> attributeSetKey)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class jpicedt.format.input.util.RepeatExpression
interpret, setPattern
 
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

PSTParametersExpression

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

toString

public String toString()
Overrides:
toString in class RepeatExpression

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org