|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EvaluatableExpression | |
---|---|
picasso.parser.language | |
picasso.parser.language.expressions |
Uses of EvaluatableExpression in picasso.parser.language |
---|
Classes in picasso.parser.language that implement EvaluatableExpression | |
---|---|
class |
ExpressionTreeNode
All elements of the language (e.g., that make up ExpressionTree) should extend ExpressionTreeNode. |
Uses of EvaluatableExpression in picasso.parser.language.expressions |
---|
Classes in picasso.parser.language.expressions that implement EvaluatableExpression | |
---|---|
class |
Abs
Represents the absolute value function |
class |
Atan
Represents the atan function |
class |
Ceil
Represents the ceiling function |
class |
Clamp
Represents the value restricting function clamp |
class |
Constant
Represents a constant in the Picasso language. |
class |
Cosine
Represents the cosine function |
class |
Divide
Represents the divide function |
class |
Exp
Represents the Exp function |
class |
Exponentiate
Represents the exponential function |
class |
Floor
Represents the floor function |
class |
Image
Represents a String (filename) in the Picasso language. |
class |
Log
Represents the log function |
class |
Minus
Represents the subtraction function |
class |
Mod
Represents the mod function |
class |
MultiArgFunction
Represents a function that takes many arguments. |
class |
Multiply
Represents the multiplication function |
class |
Negate
Represents the negation function |
class |
PerlinBW
Represents the perlinBWfunction |
class |
PerlinColor
Represents the perlincolor function |
class |
PicassoString
Represents a String (filename) in the Picasso language. |
class |
Plus
Represents the addition function |
class |
RandomColor
generates random color |
class |
RGBColor
Special color class for Picasso |
class |
RgbToYCrCb
Represents the RgbToYCrCb function |
class |
Sine
Represents the Sine function |
class |
Tan
Represents the tan function |
class |
UnaryFunction
Represents a function that takes one argument. |
class |
Variable
Represents a variable |
class |
Wrap
Wraps the value (ex 1.5 to -.5) |
class |
X
Represents x |
class |
Y
Represents y |
class |
YCRC2RGBR
Represents the YCRC2RGBR function |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |