Uses of Package
org.openstreetmap.josm.data.osm.visitor.paint
-
Packages that use org.openstreetmap.josm.data.osm.visitor.paint Package Description org.openstreetmap.josm.actions.mapmode Provides the classes for JOSMmap modes
.org.openstreetmap.josm.data.osm.visitor.paint Provides the classes for painting (rendering) OSM primitives on the map.org.openstreetmap.josm.gui.mappaint.styleelement Style elements defining how a map paint style is rendered. -
Classes in org.openstreetmap.josm.data.osm.visitor.paint used by org.openstreetmap.josm.actions.mapmode Class Description ArrowPaintHelper This class helps with painting arrows with fixed length along a path. -
Classes in org.openstreetmap.josm.data.osm.visitor.paint used by org.openstreetmap.josm.data.osm.visitor.paint Class Description AbstractMapRenderer Abstract common superclass forRendering
implementations.ArrowPaintHelper This class helps with painting arrows with fixed length along a path.MapPaintSettings Global mappaint settings.MapRendererFactory MapRendererFactory manages a list of map renderer classes and associated meta data (display name, description).MapRendererFactory.Descriptor A description of a possible renderer for the mapPaintColors The colors used to paint the map, especially with the wireframe rendererRenderBenchmarkCollector This class is notified of the various stages of a render pass.RenderBenchmarkCollector.CapturingBenchmark A benchmark implementation that captures the timesRendering An object which can render data provided by aOsmData
.StyledMapRenderer A map renderer which renders a map according to style rules in a set of style sheets.StyledMapRenderer.StyleRecord This stores a style and a primitive that should be painted with that style. -
Classes in org.openstreetmap.josm.data.osm.visitor.paint used by org.openstreetmap.josm.gui.mappaint.styleelement Class Description MapPaintSettings Global mappaint settings.StyledMapRenderer A map renderer which renders a map according to style rules in a set of style sheets.