public final class RoundedTransformationBuilder
extends java.lang.Object
构造器和说明 |
---|
RoundedTransformationBuilder() |
限定符和类型 | 方法和说明 |
---|---|
RoundedTransformationBuilder |
borderColor(android.content.res.ColorStateList colors) |
RoundedTransformationBuilder |
borderColor(int color)
set border color
|
RoundedTransformationBuilder |
borderWidth(float widthPx)
set border width in px
|
RoundedTransformationBuilder |
borderWidthDp(float widthDp)
set border width in dip
|
RoundedTransformationBuilder |
cornerRadius(float radiusPx)
set corner radius in px
|
RoundedTransformationBuilder |
cornerRadiusDp(float radiusDp)
set corner radius in dip
|
RoundedTransformationBuilder |
oval(boolean oval) |
RoundedTransformationBuilder |
scaleType(android.widget.ImageView.ScaleType scaleType) |
public RoundedTransformationBuilder scaleType(android.widget.ImageView.ScaleType scaleType)
public RoundedTransformationBuilder cornerRadius(float radiusPx)
public RoundedTransformationBuilder cornerRadiusDp(float radiusDp)
public RoundedTransformationBuilder borderWidth(float widthPx)
public RoundedTransformationBuilder borderWidthDp(float widthDp)
public RoundedTransformationBuilder borderColor(int color)
public RoundedTransformationBuilder borderColor(android.content.res.ColorStateList colors)
public RoundedTransformationBuilder oval(boolean oval)