Package | Description |
---|---|
com.tigerknows |
Modifier and Type | Method and Description |
---|---|
Icon |
Icon.clone() |
Icon |
BubbleItem.getIcon() |
static Icon |
IconManager.getIcon(Resources resources,
Bitmap bm,
int offsetLocation)
将指定的bitmap转换成Icon类型
|
static Icon |
IconManager.getIcon(Resources resources,
int resId,
int offsetLocation)
将指定的drawableID转换成Icon类型
|
Icon |
BubbleItem.getIconFocused() |
Constructor and Description |
---|
BubbleItem(Latlon latlon,
Icon icon,
Icon iconFocused,
java.lang.String message) |