|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bumptech.glide.request.target.BaseTarget<Z> com.bumptech.glide.request.target.ViewTarget<ImageView,Z> com.bumptech.glide.request.target.ImageViewTarget<Drawable> com.bumptech.glide.request.target.DrawableImageViewTarget
public class DrawableImageViewTarget
A target for display Drawable
objects in ImageView
s.
Field Summary |
---|
Fields inherited from class com.bumptech.glide.request.target.ViewTarget |
---|
view |
Fields inherited from interface com.bumptech.glide.request.target.Target |
---|
SIZE_ORIGINAL |
Constructor Summary | |
---|---|
DrawableImageViewTarget(ImageView view)
|
Method Summary | |
---|---|
protected void |
setResource(Drawable resource)
|
Methods inherited from class com.bumptech.glide.request.target.ImageViewTarget |
---|
getCurrentDrawable, onLoadCleared, onLoadFailed, onLoadStarted, onResourceReady, setDrawable |
Methods inherited from class com.bumptech.glide.request.target.ViewTarget |
---|
getRequest, getSize, getView, setRequest, setTagId, toString |
Methods inherited from class com.bumptech.glide.request.target.BaseTarget |
---|
onDestroy, onStart, onStop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.bumptech.glide.request.animation.GlideAnimation.ViewAdapter |
---|
getView |
Constructor Detail |
---|
public DrawableImageViewTarget(ImageView view)
Method Detail |
---|
protected void setResource(Drawable resource)
setResource
in class ImageViewTarget<Drawable>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |