public static class IteratorITracePoint2DUtil.SkipResult extends Object
ITracePoint2D
along with
the skip count.
Modifier and Type | Method and Description |
---|---|
ITracePoint2D |
getFirstVisible()
As there is no "peek-method" in iterator when searching for the first
visible point we will already have consumed it.
|
ITracePoint2D |
getLastInvisible()
Returns the last invisible trace point seen.
|
int |
getSkipCount()
Returns the amount of points skipped.
|
public ITracePoint2D getFirstVisible()
public int getSkipCount()
public ITracePoint2D getLastInvisible()
Copyright © 2019. All rights reserved.