public class AvatarDrawableFactory
extends java.lang.Object
| Constructor and Description |
|---|
AvatarDrawableFactory(android.content.res.Resources resources) |
| Modifier and Type | Method and Description |
|---|---|
BorderedRoundedAvatarDrawable |
getBorderedRoundedAvatarDrawable(android.graphics.Bitmap bitmap) |
RoundedAvatarDrawable |
getRoundedAvatarDrawable(android.graphics.Bitmap bitmap) |
android.graphics.drawable.Drawable |
getSquaredAvatarDrawable(android.graphics.Bitmap bitmap) |
android.graphics.drawable.Drawable |
getSquaredAvatarDrawable(android.graphics.Bitmap leftBitmap,
android.graphics.Bitmap rightBitmap) |
android.graphics.drawable.Drawable |
getSquaredAvatarDrawable(android.graphics.Bitmap leftBitmap,
android.graphics.Bitmap rightBitmapTop,
android.graphics.Bitmap rightBitmapBottom) |
android.graphics.drawable.Drawable |
getSquaredAvatarDrawable(android.graphics.Bitmap leftBitmapTop,
android.graphics.Bitmap leftBitmapBottom,
android.graphics.Bitmap rightBitmapTop,
android.graphics.Bitmap rightBitmapBottom) |
public AvatarDrawableFactory(android.content.res.Resources resources)
public RoundedAvatarDrawable getRoundedAvatarDrawable(android.graphics.Bitmap bitmap)
public BorderedRoundedAvatarDrawable getBorderedRoundedAvatarDrawable(android.graphics.Bitmap bitmap)
public android.graphics.drawable.Drawable getSquaredAvatarDrawable(android.graphics.Bitmap bitmap)
public android.graphics.drawable.Drawable getSquaredAvatarDrawable(android.graphics.Bitmap leftBitmap,
android.graphics.Bitmap rightBitmap)
public android.graphics.drawable.Drawable getSquaredAvatarDrawable(android.graphics.Bitmap leftBitmap,
android.graphics.Bitmap rightBitmapTop,
android.graphics.Bitmap rightBitmapBottom)
public android.graphics.drawable.Drawable getSquaredAvatarDrawable(android.graphics.Bitmap leftBitmapTop,
android.graphics.Bitmap leftBitmapBottom,
android.graphics.Bitmap rightBitmapTop,
android.graphics.Bitmap rightBitmapBottom)