|
||||||||||
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.Wrap
public class Wrap
Wraps the value (ex 1.5 to -.5)
Constructor Summary | |
---|---|
Wrap(ExpressionTreeNode param)
|
Method Summary | |
---|---|
RGBColor |
evaluate(double x,
double y)
Evaluate this expression, given x and y |
double |
wrapperHelper(double val)
|
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 Wrap(ExpressionTreeNode param)
Method Detail |
---|
public RGBColor evaluate(double x, double y)
ExpressionTreeNode
evaluate
in interface EvaluatableExpression
evaluate
in class ExpressionTreeNode
public double wrapperHelper(double val)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |