public class RoundedCornersTransformation extends BitmapTransformation
| Modifier and Type | Class and Description |
|---|---|
static class |
RoundedCornersTransformation.CornerType |
| Constructor and Description |
|---|
RoundedCornersTransformation(int radius,
int margin) |
RoundedCornersTransformation(int radius,
int margin,
RoundedCornersTransformation.CornerType cornerType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
protected android.graphics.Bitmap |
transform(android.content.Context context,
BitmapPool pool,
android.graphics.Bitmap toTransform,
int outWidth,
int outHeight) |
void |
updateDiskCacheKey(java.security.MessageDigest messageDigest) |
transformpublic RoundedCornersTransformation(int radius,
int margin)
public RoundedCornersTransformation(int radius,
int margin,
RoundedCornersTransformation.CornerType cornerType)
protected android.graphics.Bitmap transform(android.content.Context context,
BitmapPool pool,
android.graphics.Bitmap toTransform,
int outWidth,
int outHeight)
transform in class BitmapTransformationpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class BitmapTransformationpublic int hashCode()
hashCode in class BitmapTransformationpublic void updateDiskCacheKey(java.security.MessageDigest messageDigest)
updateDiskCacheKey in class BitmapTransformation