public class LineSegmentIntersectingFilter extends Object implements Filter<LineSegment>
| Constructor and Description |
|---|
LineSegmentIntersectingFilter(LineSegment line) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(LineSegment line)
Check that the object matches the filter, returning true if matched, false
otherwise.
|
public LineSegmentIntersectingFilter(LineSegment line)
public boolean accept(LineSegment line)
Filteraccept in interface Filter<LineSegment>line - The object to check.Copyright © 2015 Revolution Systems Inc.. All rights reserved.