Uses of Class
org.openstreetmap.josm.gui.mappaint.MapImage

Packages that use MapImage
org.openstreetmap.josm.data.osm.visitor.paint   
org.openstreetmap.josm.gui.mappaint   
 

Uses of MapImage in org.openstreetmap.josm.data.osm.visitor.paint
 

Methods in org.openstreetmap.josm.data.osm.visitor.paint with parameters of type MapImage
protected  void MapPainter.drawArea(OsmPrimitive osm, java.awt.geom.Path2D.Double path, java.awt.Color color, MapImage fillImage, TextElement text)
           
 void MapPainter.drawArea(Relation r, java.awt.Color color, MapImage fillImage, TextElement text)
           
 void MapPainter.drawArea(Way w, java.awt.Color color, MapImage fillImage, TextElement text)
           
 void MapPainter.drawRestriction(Relation r, MapImage icon)
           
 

Uses of MapImage in org.openstreetmap.josm.gui.mappaint
 

Fields in org.openstreetmap.josm.gui.mappaint declared as MapImage
 MapImage AreaElemStyle.fillImage
           
 MapImage NodeElemStyle.mapImage
           
 MapImage LinePatternElemStyle.pattern
           
 

Methods in org.openstreetmap.josm.gui.mappaint that return MapImage
private static MapImage NodeElemStyle.createIcon(Environment env)
           
private  MapImage MapImage.MapImageBoxProvider.getParent()
           
 

Constructors in org.openstreetmap.josm.gui.mappaint with parameters of type MapImage
AreaElemStyle(Cascade c, java.awt.Color color, MapImage fillImage, TextElement text)
           
LinePatternElemStyle(Cascade c, MapImage pattern)
           
NodeElemStyle(Cascade c, MapImage mapImage, NodeElemStyle.Symbol symbol, float default_major_z_index)
           
 



JOSM