-
public class LoadBuilder
-
-
Field Summary
Fields Modifier and Type Field Description booleancircle
-
Method Summary
Modifier and Type Method Description LoadBuildersetCircle(boolean circle)LoadBuilderplaceholder(int placeholderResId)LoadBuilderplaceholder(Drawable placeholderDrawable)LoadBuildererror(int errorResId)LoadBuildererror(Drawable errorDrawable)LoadBuilderroundCornerPx(int radiusPx)LoadBuilderroundCornerDp(float radiusDp)LoadBuilderscale(int width, int height, ImageView.ScaleType scaleType)voidinto(ImageView imageView)voidinto(ImageTarget imageTarget)-
-
Method Detail
-
setCircle
LoadBuilder setCircle(boolean circle)
-
placeholder
LoadBuilder placeholder(int placeholderResId)
-
placeholder
LoadBuilder placeholder(Drawable placeholderDrawable)
-
error
LoadBuilder error(int errorResId)
-
error
LoadBuilder error(Drawable errorDrawable)
-
roundCornerPx
LoadBuilder roundCornerPx(int radiusPx)
-
roundCornerDp
LoadBuilder roundCornerDp(float radiusDp)
-
scale
LoadBuilder scale(int width, int height, ImageView.ScaleType scaleType)
-
into
void into(ImageTarget imageTarget)
-
-
-
-