public class DisabledFilter extends Object implements ValueFilter
ValueFilter.Abstract
Constructor and Description |
---|
DisabledFilter() |
Modifier and Type | Method and Description |
---|---|
PointValue[] |
filter(Optional<PointValue> pointValue)
Filters a point value.
|
boolean |
isDisabled()
Gets the disabled indicator.
|
void |
reset()
Resets.
|
public PointValue[] filter(Optional<PointValue> pointValue)
When a value filter needs to return a modified point value, if the supplied one is frozen, it will return a frozen but modified clone; otherwise, it will return the original with the needed modifications but frozen.
filter
in interface ValueFilter
pointValue
- The optional point value.public boolean isDisabled()
isDisabled
in interface ValueFilter
public void reset()
reset
in interface ValueFilter
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.