public class

ScaleAtModifier

extends ScaleModifier
java.lang.Object
   ↳ org.anddev.andengine.util.modifier.BaseModifier<T>
     ↳ org.anddev.andengine.util.modifier.BaseDurationModifier<T>
       ↳ org.anddev.andengine.util.modifier.BaseSingleValueSpanModifier<T>
         ↳ org.anddev.andengine.util.modifier.BaseDoubleValueSpanModifier<T>
           ↳ org.anddev.andengine.entity.modifier.DoubleValueSpanEntityModifier
             ↳ org.anddev.andengine.entity.modifier.ScaleModifier
               ↳ org.anddev.andengine.entity.modifier.ScaleAtModifier

Class Overview

(c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.

Summary

[Expand]
Inherited Fields
From class org.anddev.andengine.util.modifier.BaseSingleValueSpanModifier
From class org.anddev.andengine.util.modifier.BaseDurationModifier
From class org.anddev.andengine.util.modifier.BaseModifier
From interface org.anddev.andengine.util.modifier.IModifier
Public Constructors
ScaleAtModifier(float pDuration, float pFromScale, float pToScale, float pScaleCenterX, float pScaleCenterY)
ScaleAtModifier(float pDuration, float pFromScale, float pToScale, float pScaleCenterX, float pScaleCenterY, IEaseFunction pEaseFunction)
ScaleAtModifier(float pDuration, float pFromScale, float pToScale, float pScaleCenterX, float pScaleCenterY, IEntityModifier.IEntityModifierListener pEntityModifierListener)
ScaleAtModifier(float pDuration, float pFromScale, float pToScale, float pScaleCenterX, float pScaleCenterY, IEntityModifier.IEntityModifierListener pEntityModifierListener, IEaseFunction pEaseFunction)
ScaleAtModifier(float pDuration, float pFromScaleX, float pToScaleX, float pFromScaleY, float pToScaleY, float pScaleCenterX, float pScaleCenterY)
ScaleAtModifier(float pDuration, float pFromScaleX, float pToScaleX, float pFromScaleY, float pToScaleY, float pScaleCenterX, float pScaleCenterY, IEaseFunction pEaseFunction)
ScaleAtModifier(float pDuration, float pFromScaleX, float pToScaleX, float pFromScaleY, float pToScaleY, float pScaleCenterX, float pScaleCenterY, IEntityModifier.IEntityModifierListener pEntityModifierListener)
ScaleAtModifier(float pDuration, float pFromScaleX, float pToScaleX, float pFromScaleY, float pToScaleY, float pScaleCenterX, float pScaleCenterY, IEntityModifier.IEntityModifierListener pEntityModifierListener, IEaseFunction pEaseFunction)
Protected Constructors
ScaleAtModifier(ScaleAtModifier pScaleAtModifier)
Public Methods
ScaleAtModifier deepCopy()
Protected Methods
void onManagedInitialize(IEntity pEntity)
[Expand]
Inherited Methods
From class org.anddev.andengine.entity.modifier.ScaleModifier
From class org.anddev.andengine.util.modifier.BaseDoubleValueSpanModifier
From class org.anddev.andengine.util.modifier.BaseSingleValueSpanModifier
From class org.anddev.andengine.util.modifier.BaseDurationModifier
From class org.anddev.andengine.util.modifier.BaseModifier
From class java.lang.Object
From interface org.anddev.andengine.entity.modifier.IEntityModifier
From interface org.anddev.andengine.util.modifier.IModifier

Public Constructors

public ScaleAtModifier (float pDuration, float pFromScale, float pToScale, float pScaleCenterX, float pScaleCenterY)

public ScaleAtModifier (float pDuration, float pFromScale, float pToScale, float pScaleCenterX, float pScaleCenterY, IEaseFunction pEaseFunction)

public ScaleAtModifier (float pDuration, float pFromScale, float pToScale, float pScaleCenterX, float pScaleCenterY, IEntityModifier.IEntityModifierListener pEntityModifierListener)

public ScaleAtModifier (float pDuration, float pFromScale, float pToScale, float pScaleCenterX, float pScaleCenterY, IEntityModifier.IEntityModifierListener pEntityModifierListener, IEaseFunction pEaseFunction)

public ScaleAtModifier (float pDuration, float pFromScaleX, float pToScaleX, float pFromScaleY, float pToScaleY, float pScaleCenterX, float pScaleCenterY)

public ScaleAtModifier (float pDuration, float pFromScaleX, float pToScaleX, float pFromScaleY, float pToScaleY, float pScaleCenterX, float pScaleCenterY, IEaseFunction pEaseFunction)

public ScaleAtModifier (float pDuration, float pFromScaleX, float pToScaleX, float pFromScaleY, float pToScaleY, float pScaleCenterX, float pScaleCenterY, IEntityModifier.IEntityModifierListener pEntityModifierListener)

public ScaleAtModifier (float pDuration, float pFromScaleX, float pToScaleX, float pFromScaleY, float pToScaleY, float pScaleCenterX, float pScaleCenterY, IEntityModifier.IEntityModifierListener pEntityModifierListener, IEaseFunction pEaseFunction)

Protected Constructors

protected ScaleAtModifier (ScaleAtModifier pScaleAtModifier)

Public Methods

public ScaleAtModifier deepCopy ()

Protected Methods

protected void onManagedInitialize (IEntity pEntity)