|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Clipper
For clipping lines and polygons.
Field Summary | |
---|---|
static Clipper |
NULL_CLIPPER
|
Method Summary | |
---|---|
void |
clipLine(MapLine line,
LineAdder adder)
Clip a line and add the resulting line or lines (if any) to the collector. |
void |
clipShape(MapShape shape,
MapCollector collector)
Clip a polygon and add the resulting shapes to the collector. |
boolean |
contains(Coord location)
'Clip' a point - return true if the point is within the clipped region. |
Field Detail |
---|
static final Clipper NULL_CLIPPER
Method Detail |
---|
void clipLine(MapLine line, LineAdder adder)
void clipShape(MapShape shape, MapCollector collector)
boolean contains(Coord location)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |