|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use Size | |
---|---|
org.gwtopenmaps.openlayers.client | |
org.gwtopenmaps.openlayers.client.layer | |
org.gwtopenmaps.openlayers.client.popup |
Uses of Size in org.gwtopenmaps.openlayers.client |
---|
Methods in org.gwtopenmaps.openlayers.client that return Size | |
---|---|
Size |
Map.getSize()
|
Size |
Map.getTileSize()
|
static Size |
Size.narrowToSize(JSObject size)
|
Methods in org.gwtopenmaps.openlayers.client with parameters of type Size | |
---|---|
boolean |
Size.equals(Size size)
Returns true when the size object argument has the same width and height as the size object, and false otherwise. |
void |
Icon.setSize(Size size)
|
void |
MapOptions.setTileSize(Size size)
|
Constructors in org.gwtopenmaps.openlayers.client with parameters of type Size | |
---|---|
Icon(String url,
Size size)
|
|
Icon(String url,
Size size,
Pixel offset)
|
Uses of Size in org.gwtopenmaps.openlayers.client.layer |
---|
Methods in org.gwtopenmaps.openlayers.client.layer that return Size | |
---|---|
Size |
Image.getSize()
|
Methods in org.gwtopenmaps.openlayers.client.layer with parameters of type Size | |
---|---|
void |
GridLayerOptions.setTileSize(Size size)
|
Constructors in org.gwtopenmaps.openlayers.client.layer with parameters of type Size | |
---|---|
Image(String name,
String url,
Bounds extent,
Size size,
ImageOptions options)
|
Uses of Size in org.gwtopenmaps.openlayers.client.popup |
---|
Constructors in org.gwtopenmaps.openlayers.client.popup with parameters of type Size | |
---|---|
Anchored(String id,
LonLat lonlat,
Size size,
String html,
OpenLayersObjectWrapper anchor,
boolean closeBox)
|
|
Anchored(String id,
LonLat lonlat,
Size size,
String html,
OpenLayersObjectWrapper anchor,
boolean closeBox,
Popup.CloseListener closeBoxCallback)
|
|
AnchoredBubble(String id,
LonLat lonlat,
Size size,
String html,
OpenLayersObjectWrapper anchor,
boolean closeBox)
Use addCloseListener to respond to popup close event. |
|
AnchoredBubble(String id,
LonLat lonlat,
Size size,
String html,
OpenLayersObjectWrapper anchor,
boolean closeBox,
Popup.CloseListener closeBoxCallback)
Constructor also taking a CloseListener callback as suggested by the original OpenLayers JavaScript constructor. |
|
Framed(String id,
LonLat lonlat,
Size size,
String html,
boolean closeBox)
|
|
Framed(String id,
LonLat lonlat,
Size size,
String html,
OpenLayersObjectWrapper anchor,
boolean closeBox)
Use addCloseListener to respond to popup close event. |
|
Framed(String id,
LonLat lonlat,
Size size,
String html,
OpenLayersObjectWrapper anchor,
boolean closeBox,
Popup.CloseListener closeBoxCallback)
|
|
FramedCloud(String id,
LonLat lonlat,
Size size,
String html,
OpenLayersObjectWrapper anchor,
boolean closeBox)
Use addCloseListener to respond to popup close event. |
|
FramedCloud(String id,
LonLat lonlat,
Size size,
String html,
OpenLayersObjectWrapper anchor,
boolean closeBox,
Popup.CloseListener closeBoxCallback)
Constructor also taking a CloseListener callback as suggested by the original OpenLayers JavaScript constructor. |
|
Popup(String id,
LonLat lonlat,
Size size,
String html,
boolean closeBox)
Use addCloseListener to respond to popup close event. |
|
Popup(String id,
LonLat lonlat,
Size size,
String html,
boolean closeBox,
Popup.CloseListener closeBoxCallback)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |