public class ExpressionMask2D extends AbstractMask2D
| Constructor and Description |
|---|
ExpressionMask2D(Expression expression)
Create a new instance.
|
ExpressionMask2D(String expression)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(Vector2D vector)
Returns true if the criteria is met.
|
public ExpressionMask2D(String expression) throws ExpressionException
expression - the expressionExpressionException - thrown if there is an error with the expressionpublic ExpressionMask2D(Expression expression)
expression - the expressionCopyright © 2010-2014. All Rights Reserved.