Uses of Class
org.openstreetmap.josm.gui.MapViewState.MapViewRectangle
-
Packages that use MapViewState.MapViewRectangle 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. -
-
Uses of MapViewState.MapViewRectangle in org.openstreetmap.josm.data.osm.visitor.paint
Fields in org.openstreetmap.josm.data.osm.visitor.paint declared as MapViewState.MapViewRectangle Modifier and Type Field Description private MapViewState.MapViewRectangleWireframeMapRenderer. viewClipMethods in org.openstreetmap.josm.data.osm.visitor.paint with parameters of type MapViewState.MapViewRectangle Modifier and Type Method Description protected booleanAbstractMapRenderer. isSegmentVisible(MapViewState.MapViewPoint p1, MapViewState.MapViewPoint p2, MapViewState.MapViewRectangle view)Checks if segment is visible in display. -
Uses of MapViewState.MapViewRectangle in org.openstreetmap.josm.gui
Methods in org.openstreetmap.josm.gui that return MapViewState.MapViewRectangle Modifier and Type Method Description MapViewState.MapViewRectangleMapViewState. getViewArea()Gets a rectangle representing the whole view area.MapViewState.MapViewRectangleMapViewState. getViewArea(java.awt.geom.Rectangle2D rectangle)Gets a rectangle of the view as map view area.MapViewState.MapViewRectangleMapViewState. getViewClipRectangle()Gets a rectangle that is several pixel bigger than the view.MapViewState.MapViewRectangleMapViewState.MapViewPoint. rectTo(MapViewState.MapViewPoint other)Create a rectangle from this to the other point.Methods in org.openstreetmap.josm.gui with parameters of type MapViewState.MapViewRectangle Modifier and Type Method Description intMapViewState.MapViewPoint. getOutsideRectangleFlags(MapViewState.MapViewRectangle rect)Gets the direction in which this point is outside of the given view rectangle. -
Uses of MapViewState.MapViewRectangle in org.openstreetmap.josm.gui.draw
Fields in org.openstreetmap.josm.gui.draw declared as MapViewState.MapViewRectangle Modifier and Type Field Description private MapViewState.MapViewRectangleMapViewPath.ClampingPathVisitor. clipConstructors in org.openstreetmap.josm.gui.draw with parameters of type MapViewState.MapViewRectangle Constructor Description ClampingPathVisitor(MapViewState.MapViewRectangle clip, double strokeLength, MapViewPath.PathSegmentConsumer consumer)Create a newMapViewPath.ClampingPathVisitor -
Uses of MapViewState.MapViewRectangle in org.openstreetmap.josm.gui.layer
Fields in org.openstreetmap.josm.gui.layer declared as MapViewState.MapViewRectangle Modifier and Type Field Description private MapViewState.MapViewRectangleMapViewGraphics. clipBoundsMethods in org.openstreetmap.josm.gui.layer that return MapViewState.MapViewRectangle Modifier and Type Method Description MapViewState.MapViewRectangleMapViewGraphics. getClipBounds()Gets the clip bounds for this graphics instance.Constructors in org.openstreetmap.josm.gui.layer with parameters of type MapViewState.MapViewRectangle Constructor Description MapViewGraphics(MapView mapView, java.awt.Graphics2D graphics, MapViewState.MapViewRectangle clipBounds)Constructs a newMapViewGraphics.
-