@Deprecated
public class Icon
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object)
Deprecated.
Compares this icon object with another icon and determines if they match.
|
android.graphics.Bitmap |
getBitmap()
Deprecated.
Get the bitmap being used for this icon.
|
java.lang.String |
getId()
Deprecated.
String identifier for this icon.
|
float |
getScale()
Deprecated.
Get the icon bitmap scale.
|
int |
hashCode()
Deprecated.
Gives an integer which can be used as the bucket number for storing elements of the set/map.
|
byte[] |
toBytes()
Deprecated.
Get the icon bitmap bytes.
|
public java.lang.String getId()
public android.graphics.Bitmap getBitmap()
public float getScale()
Requires the bitmap to be set before calling this method.
@NonNull public byte[] toBytes()
Requires the bitmap to be set before calling this method.
public boolean equals(@Nullable java.lang.Object object)
equals
in class java.lang.Object
object
- Another iconi to compare with this object.public int hashCode()
hashCode
in class java.lang.Object