| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
getIconAnchor() |
List<Integer> |
getIconSize() |
String |
getIconUrl() |
List<Integer> |
getPopupAnchor() |
List<Integer> |
getShadowAnchor() |
List<Integer> |
getShadowSize() |
String |
getShadowUrl() |
String |
getType() |
void |
setIconAnchor(int x,
int y)
Anchor point of the icon in x, y px.
|
void |
setIconSize(int x,
int y)
Icon size with x, y in px
|
void |
setIconUrl(String iconUrl)
Sets a icon url.
|
void |
setPopupAnchor(int x,
int y)
Anchor point of the Pop-up message in x,y px.
|
void |
setShadowAnchor(int x,
int y) |
void |
setShadowSize(int x,
int y) |
void |
setShadowUrl(String shadowUrl) |
void |
setType(String type) |
public LIcon()
public LIcon(String url)
public String getType()
public void setType(String type)
public String getIconUrl()
public void setIconUrl(String iconUrl)
iconUrl - public void setIconSize(int x,
int y)
x - y - public void setIconAnchor(int x,
int y)
x - y - public void setPopupAnchor(int x,
int y)
x - y - public String getShadowUrl()
public void setShadowUrl(String shadowUrl)
public void setShadowSize(int x,
int y)
public void setShadowAnchor(int x,
int y)
Copyright © 2019–2021 XDEV Software. All rights reserved.