public class MonotoneChainSelectAction extends Object
| Constructor and Description |
|---|
MonotoneChainSelectAction()
|
| Modifier and Type | Method and Description |
|---|---|
void |
select(LineSegment
This is a convenience method which can be overridden to obtain the actual line segment which is selected.
|
void |
select(MonotoneChain
This method is overridden to process a segment in the context of the parent chain.
|
public void select(MonotoneChainmc, int startIndex)
mc - the parent chain
startIndex - the index of the start vertex of the segment being processed
public void select(LineSegmentseg)
seg -