public class PlaceholderParameter
extends java.lang.Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PlaceholderParameter.Builder |
| 限定符和类型 | 方法和说明 |
|---|---|
android.view.animation.Animation |
getAnimation() |
int |
getColor() |
int |
getColorRes() |
android.graphics.drawable.Drawable |
getDrawable() |
int |
getDrawableRes() |
protected me.samlss.broccoli.PlaceholderPreStateSaver |
getPlaceholderPreStateSaver() |
android.view.View |
getView() |
void |
setAnimation(android.view.animation.Animation animation) |
void |
setColor(int color) |
void |
setColorRes(int colorRes) |
void |
setDrawable(android.graphics.drawable.Drawable drawable) |
void |
setDrawableRes(int drawableRes) |
protected void |
setPlaceholderPreStateSaver(me.samlss.broccoli.PlaceholderPreStateSaver placeholderPreStateSaver) |
void |
setView(android.view.View view) |
public int getColor()
public void setColor(int color)
public int getColorRes()
public void setColorRes(int colorRes)
public android.graphics.drawable.Drawable getDrawable()
public void setDrawable(android.graphics.drawable.Drawable drawable)
public int getDrawableRes()
public void setDrawableRes(int drawableRes)
public android.view.animation.Animation getAnimation()
public void setAnimation(android.view.animation.Animation animation)
public android.view.View getView()
public void setView(android.view.View view)
protected void setPlaceholderPreStateSaver(me.samlss.broccoli.PlaceholderPreStateSaver placeholderPreStateSaver)
protected me.samlss.broccoli.PlaceholderPreStateSaver getPlaceholderPreStateSaver()