elan.expression
Class SetPenSize

java.lang.Object
  |
  +--elan.GrammarElement
        |
        +--elan.expression.Expression
              |
              +--elan.expression.SetPenSize

public class SetPenSize
extends Expression


Field Summary
protected  Expression myExpression
           
 
Fields inherited from class elan.GrammarElement
ourMap
 
Constructor Summary
SetPenSize(Expression e)
           
 
Method Summary
 java.lang.String toString()
           
 double value(Context c)
           
 
Methods inherited from class elan.expression.Expression
evaluate, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

myExpression

protected Expression myExpression
Constructor Detail

SetPenSize

public SetPenSize(Expression e)
Method Detail

value

public double value(Context c)
Specified by:
value in class Expression

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object