public class

MoveYModifier

extends SingleValueSpanEntityModifier
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.entity.modifier.SingleValueSpanEntityModifier
           ↳ org.anddev.andengine.entity.modifier.MoveYModifier

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
MoveYModifier(float pDuration, float pFromY, float pToY)
MoveYModifier(float pDuration, float pFromY, float pToY, IEaseFunction pEaseFunction)
MoveYModifier(float pDuration, float pFromY, float pToY, IEntityModifier.IEntityModifierListener pEntityModifierListener)
MoveYModifier(float pDuration, float pFromY, float pToY, IEntityModifier.IEntityModifierListener pEntityModifierListener, IEaseFunction pEaseFunction)
Protected Constructors
MoveYModifier(MoveYModifier pMoveYModifier)
Public Methods
MoveYModifier deepCopy()
Protected Methods
void onSetInitialValue(IEntity pEntity, float pY)
void onSetValue(IEntity pEntity, float pPercentageDone, float pY)
[Expand]
Inherited Methods
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 MoveYModifier (float pDuration, float pFromY, float pToY)

public MoveYModifier (float pDuration, float pFromY, float pToY, IEaseFunction pEaseFunction)

public MoveYModifier (float pDuration, float pFromY, float pToY, IEntityModifier.IEntityModifierListener pEntityModifierListener)

public MoveYModifier (float pDuration, float pFromY, float pToY, IEntityModifier.IEntityModifierListener pEntityModifierListener, IEaseFunction pEaseFunction)

Protected Constructors

protected MoveYModifier (MoveYModifier pMoveYModifier)

Public Methods

public MoveYModifier deepCopy ()

Protected Methods

protected void onSetInitialValue (IEntity pEntity, float pY)

protected void onSetValue (IEntity pEntity, float pPercentageDone, float pY)