public final class PointValueFilters
extends Object
Constructor and Description |
---|
PointValueFilters() |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the filters.
|
PointValue[] |
filter(PointValue pointValue)
Filters a point value.
|
void |
filterPoints(Collection<Point> points)
Uses the specified points to get filters.
|
public void clear()
@Nonnull @CheckReturnValue public PointValue[] filter(@Nonnull PointValue pointValue)
pointValue
- The point value.public void filterPoints(@Nonnull Collection<Point> points)
points
- The points.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.