-
public class LoadBuilder
-
-
Field Summary
Fields Modifier and Type Field Description boolean
circle
-
Method Summary
Modifier and Type Method Description LoadBuilder
setCircle(boolean circle)
LoadBuilder
placeholder(int placeholderResId)
LoadBuilder
placeholder(Drawable placeholderDrawable)
LoadBuilder
error(int errorResId)
LoadBuilder
error(Drawable errorDrawable)
LoadBuilder
roundCornerPx(int radiusPx)
LoadBuilder
roundCornerDp(float radiusDp)
LoadBuilder
scale(int width, int height, ImageView.ScaleType scaleType)
void
into(ImageView imageView)
void
into(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)
-
-
-
-