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

Packages that use GSize
org.wicketstuff.gmap.api   
 

Uses of GSize in org.wicketstuff.gmap.api
 

Methods in org.wicketstuff.gmap.api that return GSize
 GSize GIcon.getScaledSize()
           
 GSize GIcon.getSize()
           
 

Methods in org.wicketstuff.gmap.api with parameters of type GSize
 GIcon GIcon.setScaledSize(GSize scaledSize)
          The size of the entire image after scaling, if any.
 GIcon GIcon.setSize(GSize size)
          The display size of the sprite or image.
 

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



Copyright © 2014. All rights reserved.