picasso.parser.language
Interface EvaluatableExpression

All Known Implementing Classes:
Abs, Atan, Ceil, Clamp, Constant, Cosine, Divide, Exp, Exponentiate, ExpressionTreeNode, Floor, Image, Log, Minus, Mod, MultiArgFunction, Multiply, Negate, PerlinBW, PerlinColor, PicassoString, Plus, RandomColor, RGBColor, RgbToYCrCb, Sine, Tan, UnaryFunction, Variable, Wrap, X, Y, YCRC2RGBR

public interface EvaluatableExpression

Classes that implement this interface can be evaluated for the image.

Author:
Sara Sprenkle

Method Summary
 RGBColor evaluate(double x, double y)
           
 

Method Detail

evaluate

RGBColor evaluate(double x,
                  double y)