MCIndexPointSnapper.HotPixelSnapAction
public class MonotoneChainSelectAction
extends java.lang.Object
Constructor | Description |
---|---|
MonotoneChainSelectAction() |
Modifier and Type | Method | Description |
---|---|---|
void |
select(LineSegment seg) |
This is a convenience method which can be overridden to obtain the actual
line segment which is selected.
|
void |
select(MonotoneChain mc,
int startIndex) |
This method is overridden
to process a segment
in the context of the parent chain.
|
public void select(MonotoneChain mc, int startIndex)
mc
- the parent chainstartIndex
- the index of the start vertex of the segment being processedpublic void select(LineSegment seg)
seg
- Copyright © 2018. All rights reserved.