| Package | Description |
|---|---|
| org.openstreetmap.josm.gui.draw |
Provides GUI classes for 2D drawing in the map.
|
| Modifier and Type | Field and Description |
|---|---|
private MapViewPath.PathSegmentConsumer |
MapViewPath.ClampingPathVisitor.consumer |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MapViewPath.visitClippedLine(double strokeOffset,
double strokeLength,
MapViewPath.PathSegmentConsumer consumer)
Visits all straight segments of this path.
|
boolean |
MapViewPath.visitClippedLine(java.awt.Stroke stroke,
MapViewPath.PathSegmentConsumer consumer)
Visits all straight segments of this path.
|
| Constructor and Description |
|---|
ClampingPathVisitor(MapViewState.MapViewRectangle clip,
double strokeOffset,
double strokeLength,
MapViewPath.PathSegmentConsumer consumer)
Create a new
MapViewPath.ClampingPathVisitor |