Uses of Class
org.apache.wicket.markup.html.link.ImageMap

Packages that use ImageMap
org.apache.wicket.markup.html.link Link components. 
 

Uses of ImageMap in org.apache.wicket.markup.html.link
 

Methods in org.apache.wicket.markup.html.link that return ImageMap
 ImageMap ImageMap.addCircleLink(int x1, int y1, int radius, Link<?> link)
          Deprecated. Adds a circle link.
 ImageMap ImageMap.addPolygonLink(int[] coordinates, Link<?> link)
          Deprecated. Adds a polygon link.
 ImageMap ImageMap.addRectangleLink(int x1, int y1, int x2, int y2, Link<?> link)
          Deprecated. Adds a rectangular link.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.