jpicedt.format.input.pstricks
Class PSTBooleanExpression
java.lang.Object
jpicedt.format.input.util.AbstractRegularExpression
jpicedt.format.input.util.SequenceExpression
jpicedt.format.input.pstricks.PSTBooleanExpression
public class PSTBooleanExpression
- extends SequenceExpression
Used by PSTParametersExpression to parse statements involving true/false parameters values, for instance
"shadow=true" or "shadow=false" ...
- Version:
- $Id: PSTBooleanExpression.java,v 1.9 2013/03/31 06:55:39 vincentb1 Exp $
- Author:
- Sylvain Reynal
PSTBooleanExpression
public PSTBooleanExpression(Pool pl,
String tag,
PicAttributeName<Boolean> attributeName,
Pool.Key<PicAttributeSet> attributeSetKey)
- Parameters:
pl
- parser's pooltag
- LHS tag (e.g. "shadow" or "doubleline") for the StatementExpression ;attributeName
- name of attribute to modify (must be a predefined PicAttributeName of type "Double" or at least "Number")attributeSetKey
- used to fetch the attribute set in which parsed parameters are stored.
Submit a bug : syd@jpicedt.org