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 |
|---|---|
java.lang.String |
key() |
protected android.graphics.Bitmap |
transform(android.content.Context context,
com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool pool,
android.graphics.Bitmap toTransform,
int outWidth,
int outHeight) |
transform, updateDiskCacheKeypublic RoundedCornersTransformation(int radius,
int margin)
public RoundedCornersTransformation(int radius,
int margin,
RoundedCornersTransformation.CornerType cornerType)
protected android.graphics.Bitmap transform(@NonNull
android.content.Context context,
@NonNull
com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool pool,
@NonNull
android.graphics.Bitmap toTransform,
int outWidth,
int outHeight)
transform in class BitmapTransformationpublic java.lang.String key()
key in class BitmapTransformation