Package picasso.view.commands
Class Evaluator
java.lang.Object
picasso.view.commands.Evaluator
Evaluate an expression for each pixel in a image.
- Author:
- Robert C Duvall, Sara Sprenkle
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate ExpressionTreeNode
A place holder for a more interesting way to build the expression.void
Evaluate an expression for each point in the image.protected double
imageToDomainScale
(int value, int bounds) Convert from image space to domain space.
-
Field Details
-
DOMAIN_MIN
public static final double DOMAIN_MIN- See Also:
-
DOMAIN_MAX
public static final double DOMAIN_MAX- See Also:
-
-
Constructor Details
-
Evaluator
public Evaluator()
-
-
Method Details
-
execute
Evaluate an expression for each point in the image. -
imageToDomainScale
protected double imageToDomainScale(int value, int bounds) Convert from image space to domain space. -
createExpression
A place holder for a more interesting way to build the expression.
-