|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Size in jp.sf.mapswidgets |
---|
Methods in jp.sf.mapswidgets that return Size | |
---|---|
Size |
Size.clone()
|
Size |
Icon.getImageSize()
Get the image size. |
Size |
GoogleMaps.getMapSpan()
Returns the width and height of the map viewport in latitude/longitude ticks. |
Size |
Icon.getShadowImageSize()
Get the shadow image size. |
Methods in jp.sf.mapswidgets with parameters of type Size | |
---|---|
void |
Icon.setImageSize(Size imageSize)
Set the image size. |
void |
Icon.setShadowImageSize(Size shadowImageSize)
Set the shadow image size. |
void |
GoogleMaps.showInfoWindow(Point point,
java.lang.String html,
Size offset)
Displays the info window with the given HTML content at the given point. |
void |
GoogleMaps.showMapWindow(Point point,
int zoomLevel,
MapType type,
Size offset)
Shows a blowup of the map at the given point. |
Constructors in jp.sf.mapswidgets with parameters of type Size | |
---|---|
Icon(java.lang.String imageURL,
Size imageSize,
java.lang.String shadowImageURL,
Size shadowImageSize,
Point offsetOfMarker)
Construct a new instance of this class given the mandatory values. |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |