Uses of Class
wicket.contrib.gmap.api.GPoint

Packages that use GPoint
wicket.contrib.gmap.api   
 

Uses of GPoint in wicket.contrib.gmap.api
 

Methods in wicket.contrib.gmap.api that return GPoint
 GPoint GIcon.getIconAnchor()
           
 GPoint GIcon.getInfoShadowAnchor()
           
 GPoint GIcon.getInfoWindowAnchor()
           
 

Methods in wicket.contrib.gmap.api with parameters of type GPoint
 GIcon GIcon.iconAnchor(GPoint iconAnchor)
           
 GIcon GIcon.infoShadowAnchor(GPoint infoShadowAnchor)
           
 GIcon GIcon.infoWindowAnchor(GPoint infoWindowAnchor)
           
 void GIcon.setIconAnchor(GPoint iconAnchor)
           
 void GIcon.setInfoShadowAnchor(GPoint infoShadowAnchor)
           
 void GIcon.setInfoWindowAnchor(GPoint infoWindowAnchor)
           
 

Constructors in wicket.contrib.gmap.api with parameters of type GPoint
GIcon(String image, String shadow, GSize iconSize, GSize shadowSize, GPoint iconAnchor, GPoint infoWindowAnchor, GPoint infoShadowAnchor)
           
 



Copyright © 2012. All Rights Reserved.