Uses of Class
org.wicketstuff.gmap.api.GPoint

Packages that use GPoint
org.wicketstuff.gmap.api   
 

Uses of GPoint in org.wicketstuff.gmap.api
 

Methods in org.wicketstuff.gmap.api that return GPoint
 GPoint GIcon.getAnchor()
           
 GPoint GIcon.getOrigin()
           
 

Methods in org.wicketstuff.gmap.api with parameters of type GPoint
 GIcon GIcon.setAnchor(GPoint anchor)
          The position at which to anchor an image in correspondance to the location of the marker on the map.
 GIcon GIcon.setOrigin(GPoint origin)
          The position of the image within a sprite, if any.
 

Constructors in org.wicketstuff.gmap.api with parameters of type GPoint
GIcon(String image, GSize iconSize, GPoint iconAnchor)
           
GIcon(String image, GSize iconSize, GPoint iconAnchor, GPoint origin, GSize scaledSize)
           
 



Copyright © 2014. All rights reserved.