public class DivIconOptions
extends com.google.gwt.core.client.JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
DivIconOptions() |
Modifier and Type | Method and Description |
---|---|
static DivIconOptions |
create() |
java.lang.String |
getClassName() |
void |
setClassName(java.lang.String className) |
void |
setHtml(java.lang.String html) |
void |
setIconAnchor(Point point)
The coordinates of the "tip" of the icon (relative to its top left
corner).
|
void |
setIconSize(Point size) |
void |
setPopupAnchor(Point point)
The coordinates of the point from which popups will "open", relative to the icon anchor.
|
public static DivIconOptions create()
public final void setPopupAnchor(Point point)
point
- the point from which the popup openspublic final void setIconAnchor(Point point)
point
- the point from where the icon is anchoredpublic final void setIconSize(Point size)
public final void setHtml(java.lang.String html)
public final void setClassName(java.lang.String className)
public final java.lang.String getClassName()