|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wicketstuff.gmap.api.GIcon
public class GIcon
http://code.google.com/apis/maps/documentation/javascript/reference.html# MarkerImage
| Constructor Summary | |
|---|---|
GIcon()
|
|
GIcon(char character)
|
|
GIcon(String image)
|
|
GIcon(String image,
GSize iconSize,
GPoint iconAnchor)
|
|
GIcon(String image,
GSize iconSize,
GPoint iconAnchor,
GPoint origin,
GSize scaledSize)
|
|
| Method Summary | |
|---|---|
GIcon |
clone()
|
GPoint |
getAnchor()
|
String |
getId()
|
String |
getJSconstructor()
|
GPoint |
getOrigin()
|
GSize |
getScaledSize()
|
GSize |
getSize()
|
String |
getUrl()
|
GIcon |
setAnchor(GPoint anchor)
The position at which to anchor an image in correspondance to the location of the marker on the map. |
GIcon |
setOrigin(GPoint origin)
The position of the image within a sprite, if any. |
GIcon |
setScaledSize(GSize scaledSize)
The size of the entire image after scaling, if any. |
GIcon |
setSchema(String schema)
|
GIcon |
setSize(GSize size)
The display size of the sprite or image. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GIcon()
public GIcon(String image)
public GIcon(char character)
public GIcon(String image,
GSize iconSize,
GPoint iconAnchor,
GPoint origin,
GSize scaledSize)
public GIcon(String image,
GSize iconSize,
GPoint iconAnchor)
| Method Detail |
|---|
public GIcon clone()
clone in class ObjectObject.clone()public String getId()
public String getJSconstructor()
getJSconstructor in interface GValuewicket.contrib.gmap.api.GValue#getJSconstructor()public GIcon setSchema(String schema)
public GSize getSize()
public GIcon setSize(GSize size)
public GPoint getOrigin()
public GIcon setOrigin(GPoint origin)
public GSize getScaledSize()
public GIcon setScaledSize(GSize scaledSize)
public GPoint getAnchor()
public GIcon setAnchor(GPoint anchor)
public String getUrl()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||