Package | Description |
---|---|
org.openstreetmap.josm.data.osm.visitor.paint |
Provides the classes for painting (rendering) OSM primitives on the map.
|
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
org.openstreetmap.josm.gui.draw |
Provides GUI classes for 2D drawing in the map.
|
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
Modifier and Type | Field and Description |
---|---|
private MapViewState.MapViewRectangle |
WireframeMapRenderer.viewClip |
Modifier and Type | Method and Description |
---|---|
MapViewState.MapViewRectangle |
MapViewState.getViewArea()
Gets a rectangle representing the whole view area.
|
MapViewState.MapViewRectangle |
MapViewState.getViewArea(java.awt.geom.Rectangle2D rectangle)
Gets a rectangle of the view as map view area.
|
MapViewState.MapViewRectangle |
MapViewState.getViewClipRectangle()
Gets a rectangle that is several pixel bigger than the view.
|
MapViewState.MapViewRectangle |
MapViewState.MapViewPoint.rectTo(MapViewState.MapViewPoint other)
Create a rectangle from this to the other point.
|
Modifier and Type | Method and Description |
---|---|
int |
MapViewState.MapViewPoint.getOutsideRectangleFlags(MapViewState.MapViewRectangle rect)
Gets the direction in which this point is outside of the given view rectangle.
|
Modifier and Type | Field and Description |
---|---|
private MapViewState.MapViewRectangle |
MapViewPath.ClampingPathVisitor.clip |
Constructor and Description |
---|
ClampingPathVisitor(MapViewState.MapViewRectangle clip,
double strokeLength,
MapViewPath.PathSegmentConsumer consumer)
Create a new
MapViewPath.ClampingPathVisitor |
Modifier and Type | Field and Description |
---|---|
private MapViewState.MapViewRectangle |
MapViewGraphics.clipBounds |
Modifier and Type | Method and Description |
---|---|
MapViewState.MapViewRectangle |
MapViewGraphics.getClipBounds()
Gets the clip bounds for this graphics instance.
|
Constructor and Description |
---|
MapViewGraphics(MapView mapView,
java.awt.Graphics2D graphics,
MapViewState.MapViewRectangle clipBounds)
Constructs a new
MapViewGraphics . |