public class Icon
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Icon.Factory
Factory class used to create an
Icon instance. |
| Constructor and Description |
|---|
Icon(java.lang.String name,
android.graphics.drawable.Drawable drawable)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Get icon image as byte array.
|
int |
getHeight()
Get icon image height.
|
int |
getWidth()
Get icon image width.
|