|
||||||||||
| 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.Sine
public class Sine
Represents the Sine function
| Constructor Summary | |
|---|---|
Sine(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 Sine(ExpressionTreeNode param)
| Method Detail |
|---|
public RGBColor evaluate(double x,
double y)
ExpressionTreeNode
evaluate in interface EvaluatableExpressionevaluate in class ExpressionTreeNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||