public class Icon
extends java.lang.Object
Marker| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object)
|
android.graphics.Bitmap |
getBitmap()
Get the
Bitmap being used for this Icon. |
java.lang.String |
getId()
String identifier for this Icon. |
int |
hashCode()
Gives an integer which can be used as the bucket number for storing elements of the set/map.
|
public java.lang.String getId()
String identifier for this Icon.String identifier for this Icon.public android.graphics.Bitmap getBitmap()
Bitmap being used for this Icon.Bitmap being used for the Icon.public boolean equals(java.lang.Object object)
public int hashCode()
hashCode in class java.lang.Object