public static class ObjectdrawFilter.ClientImports extends Object
public static final ObjectdrawFilter.WhereOperator where =
new ObjectdrawFilter.WhereOperator();
| Modifier and Type | Field and Description |
|---|---|
static ObjectdrawFilter.Operator |
where
This object represents the "where" operator that is used to begin
a filter expression.
|
| Constructor and Description |
|---|
ClientImports() |
| Modifier and Type | Method and Description |
|---|---|
static ObjectdrawFilter |
not(ObjectdrawFilter otherFilter)
The "not" operator for negating an existing filter, when the not
operation is at the very beginning of the expression.
|
public static final ObjectdrawFilter.Operator where
public static ObjectdrawFilter not(ObjectdrawFilter otherFilter)
not(where.enabledIs(true).or.hasFocusIs(true)).otherFilter - The filter to negate