Uses of Class
org.openstreetmap.josm.tools.ImageProvider.OverlayPosition

Packages that use ImageProvider.OverlayPosition
org.openstreetmap.josm.tools   
 

Uses of ImageProvider.OverlayPosition in org.openstreetmap.josm.tools
 

Methods in org.openstreetmap.josm.tools that return ImageProvider.OverlayPosition
static ImageProvider.OverlayPosition ImageProvider.OverlayPosition.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ImageProvider.OverlayPosition[] ImageProvider.OverlayPosition.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.openstreetmap.josm.tools with parameters of type ImageProvider.OverlayPosition
static javax.swing.ImageIcon ImageProvider.overlay(javax.swing.Icon ground, javax.swing.Icon overlay, ImageProvider.OverlayPosition pos)
          Decorate one icon with an overlay icon.
static javax.swing.ImageIcon ImageProvider.overlay(javax.swing.Icon ground, java.lang.String overlayImage, ImageProvider.OverlayPosition pos)
          Deprecated. 
 



JOSM