Uses of Interface
org.openstreetmap.josm.data.osm.visitor.paint.Rendering
-
Packages that use Rendering Package Description org.openstreetmap.josm.data.osm.visitor.paint Provides the classes for painting (rendering) OSM primitives on the map. -
-
Uses of Rendering in org.openstreetmap.josm.data.osm.visitor.paint
Classes in org.openstreetmap.josm.data.osm.visitor.paint that implement Rendering Modifier and Type Class Description class
AbstractMapRenderer
Abstract common superclass forRendering
implementations.class
StyledMapRenderer
A map renderer which renders a map according to style rules in a set of style sheets.class
StyledTiledMapRenderer
A styled render that does the rendering on a tile basis.class
WireframeMapRenderer
A map renderer that paints a simple scheme of every primitive it visits to a previous set graphic environment.
-