public abstract class SpriteContainer extends Sprite
ALPHA, drawBounds, ROTATE, ROTATE_X, ROTATE_Y, SCALE, SCALE_X, SCALE_Y, TRANSLATE_X, TRANSLATE_X_PERCENTAGE, TRANSLATE_Y, TRANSLATE_Y_PERCENTAGE| 构造器和说明 |
|---|
SpriteContainer() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
draw(android.graphics.Canvas canvas) |
void |
drawChild(android.graphics.Canvas canvas) |
protected void |
drawSelf(android.graphics.Canvas canvas) |
Sprite |
getChildAt(int index) |
int |
getChildCount() |
int |
getColor() |
boolean |
isRunning() |
protected void |
onBoundsChange(android.graphics.Rect bounds) |
void |
onChildCreated(Sprite... sprites) |
android.animation.ValueAnimator |
onCreateAnimation() |
abstract Sprite[] |
onCreateChild() |
void |
setColor(int color) |
void |
start() |
void |
stop() |
clipSquare, getAlpha, getAnimationDelay, getDrawBounds, getOpacity, getPivotX, getPivotY, getRotate, getRotateX, getRotateY, getScale, getScaleX, getScaleY, getTranslateX, getTranslateXPercentage, getTranslateY, getTranslateYPercentage, invalidateDrawable, obtainAnimation, onAnimationUpdate, reset, scheduleDrawable, setAlpha, setAnimationDelay, setColorFilter, setDrawBounds, setDrawBounds, setPivotX, setPivotY, setRotate, setRotateX, setRotateY, setScale, setScaleX, setScaleY, setTranslateX, setTranslateXPercentage, setTranslateY, setTranslateYPercentage, unscheduleDrawableapplyTheme, 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 onChildCreated(Sprite... sprites)
public int getChildCount()
public Sprite getChildAt(int index)
public void drawChild(android.graphics.Canvas canvas)
protected void onBoundsChange(android.graphics.Rect bounds)
onBoundsChange 在类中 Spritepublic boolean isRunning()
public abstract Sprite[] onCreateChild()
public android.animation.ValueAnimator onCreateAnimation()
onCreateAnimation 在类中 Sprite