public class RipDrawable extends Drawable
Drawable.Callback, Drawable.ConstantState| 构造器和说明 |
|---|
RipDrawable() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
draw(Canvas canvas) |
protected void |
draw(Canvas canvas,
Path path,
Paint paint) |
int |
getAlpha() |
int |
getColor() |
int |
getOpacity() |
Paint |
getPaint() |
protected void |
initPath(int left,
int top,
int right,
int bottom) |
protected void |
initPath(Rect bounds) |
protected void |
initPathSmooth(int left,
int top,
int right,
int bottom) |
boolean |
isRandom() |
boolean |
isSmooth() |
protected void |
onBoundsChange(Rect bounds) |
void |
setAlpha(int alpha) |
void |
setColor(int color) |
void |
setColorFilter(ColorFilter cf) |
void |
setColorUnInvalidate(int color) |
void |
setDeepness(int min,
int max) |
void |
setFluCount(int left,
int top,
int right,
int bottom) |
void |
setIsRandom(boolean random) |
void |
setRandom(boolean isRandom) |
void |
setSmooth(boolean smooth) |
applyTheme, canApplyTheme, clearColorFilter, copyBounds, copyBounds, createFromPath, createFromResourceStream, createFromResourceStream, createFromStream, createFromXml, createFromXml, createFromXmlInner, createFromXmlInner, getBounds, getCallback, getChangingConfigurations, getColorFilter, getConstantState, getCurrent, getDirtyBounds, getHotspotBounds, getIntrinsicHeight, getIntrinsicWidth, getLayoutDirection, getLevel, getMinimumHeight, getMinimumWidth, getOutline, getPadding, getState, getTransparentRegion, inflate, inflate, invalidateSelf, isAutoMirrored, isFilterBitmap, isStateful, isVisible, jumpToCurrentState, mutate, onLayoutDirectionChanged, onLevelChange, onStateChange, resolveOpacity, scheduleSelf, setAutoMirrored, setBounds, setBounds, setCallback, setChangingConfigurations, setColorFilter, setDither, setFilterBitmap, setHotspot, setHotspotBounds, setLayoutDirection, setLevel, setState, setTint, setTintList, setTintMode, setVisible, unscheduleSelfpublic void setFluCount(int left,
int top,
int right,
int bottom)
public void setDeepness(int min,
int max)
public void setIsRandom(boolean random)
public int getColor()
public void setColor(int color)
public void setColorUnInvalidate(int color)
public Paint getPaint()
public void setSmooth(boolean smooth)
public boolean isSmooth()
public void setRandom(boolean isRandom)
public boolean isRandom()
public void setColorFilter(ColorFilter cf)
setColorFilter 在类中 Drawablepublic int getOpacity()
getOpacity 在类中 Drawableprotected void onBoundsChange(Rect bounds)
onBoundsChange 在类中 Drawableprotected void initPath(Rect bounds)
protected void initPath(int left,
int top,
int right,
int bottom)
protected void initPathSmooth(int left,
int top,
int right,
int bottom)