public class FloatEffect extends Effect
| 构造器和说明 |
|---|
FloatEffect() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
animationEnter(float factor) |
void |
animationExit(float factor) |
void |
draw(Canvas canvas,
Paint paint)
Draw this shape into the provided Canvas, with the provided Paint.
|
protected void |
onResize(float width,
float height)
Callback method called when
Effect.resize(float, float) is executed. |
void |
touchDown(float x,
float y) |
clone, getHeight, getOutline, getWidth, hasAlpha, resize, setPaintAlpha, touchMove, touchReleasedpublic void draw(Canvas canvas, Paint paint)
EffectEffect.resize(float, float).public void animationEnter(float factor)
animationEnter 在类中 Effectpublic void animationExit(float factor)
animationExit 在类中 Effectprotected void onResize(float width,
float height)
EffectEffect.resize(float, float) is executed.