Package | Description |
---|---|
org.openstreetmap.josm.actions.mapmode |
Provides the classes for JOSM
map modes . |
org.openstreetmap.josm.data.osm.visitor.paint |
Provides the classes for painting (rendering) OSM primitives on the map.
|
org.openstreetmap.josm.gui.draw |
Provides GUI classes for 2D drawing in the map.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ImproveWayAccuracyAction.drawIntersectingWayHelperLines(MapView mv,
MapViewPath b) |
Modifier and Type | Method and Description |
---|---|
private void |
StyledMapRenderer.displaySegments(MapViewPath path,
java.awt.geom.Path2D orientationArrows,
java.awt.geom.Path2D onewayArrows,
java.awt.geom.Path2D onewayArrowsCasing,
java.awt.Color color,
java.awt.BasicStroke line,
java.awt.BasicStroke dashes,
java.awt.Color dashedColor) |
private void |
StyledMapRenderer.drawPathHighlight(MapViewPath path,
java.awt.BasicStroke line)
highlights a given GeneralPath using the settings from BasicStroke to match the line's
style.
|
Modifier and Type | Method and Description |
---|---|
MapViewPath |
MapViewPath.append(java.lang.Iterable<Node> nodes,
boolean connect)
Append a list of nodes
|
MapViewPath |
MapViewPath.appendClosed(java.lang.Iterable<Node> nodes,
boolean connect)
Append a list of nodes as closed way.
|
MapViewPath |
MapViewPath.lineTo(EastNorth eastNorth)
Draw a line to the position.
|
MapViewPath |
MapViewPath.lineTo(MapViewState.MapViewPoint p) |
MapViewPath |
MapViewPath.lineTo(Node n)
Draw a line to the node.
|
MapViewPath |
MapViewPath.moveTo(EastNorth eastNorth)
Move the cursor to the given position.
|
MapViewPath |
MapViewPath.moveTo(MapViewState.MapViewPoint p) |
MapViewPath |
MapViewPath.moveTo(Node n)
Move the cursor to the given node.
|
MapViewPath |
MapViewPath.shapeAround(EastNorth eastNorth,
SymbolShape symbol,
double size)
Add the given shape centered around the current position.
|
MapViewPath |
MapViewPath.shapeAround(MapViewState.MapViewPoint p,
SymbolShape symbol,
double size) |
MapViewPath |
MapViewPath.shapeAround(Node p1,
SymbolShape symbol,
double size)
Add the given shape centered around the current node.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MapViewPath.ClampingPathVisitor.visit(MapViewPath mapViewPath)
Append a path to this one.
|