|
||||||||||
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.UnaryFunction
picasso.parser.language.expressions.Cosine
public class Cosine
Represents the cosine function
Constructor Summary | |
---|---|
Cosine(ExpressionTreeNode param)
|
Method Summary | |
---|---|
RGBColor |
evaluate(double x,
double y)
Evaluate this expression, given x and y |
Methods inherited from class picasso.parser.language.expressions.UnaryFunction |
---|
toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Cosine(ExpressionTreeNode param)
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 |