|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpicasso.parser.language.ExpressionTreeNode
picasso.parser.language.expressions.MultiArgFunction
picasso.parser.language.expressions.Times
public class Times
Represents the multiplication function
Constructor Summary | |
---|---|
Times(java.util.List<ExpressionTreeNode> expressions)
|
Method Summary | |
---|---|
RGBColor |
evaluate(double x,
double y)
Evaluate this expression, given x and y |
Methods inherited from class picasso.parser.language.expressions.MultiArgFunction |
---|
toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Times(java.util.List<ExpressionTreeNode> expressions)
Method Detail |
---|
public RGBColor evaluate(double x, double y)
ExpressionTreeNode
evaluate
in interface EvaluatableExpression
evaluate
in class ExpressionTreeNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |