public class RoundedCornersTransformation
extends java.lang.Object
implements com.squareup.picasso.Transformation
| 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() |
android.graphics.Bitmap |
transform(android.graphics.Bitmap source) |
public RoundedCornersTransformation(int radius,
int margin)
public RoundedCornersTransformation(int radius,
int margin,
RoundedCornersTransformation.CornerType cornerType)