public abstract class

BaseSingleValueSpanModifier

extends Object
implements IParticleModifier
java.lang.Object
   ↳ org.anddev.andengine.entity.particle.modifier.BaseSingleValueSpanModifier
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

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

Summary

Public Constructors
BaseSingleValueSpanModifier(float pFromValue, float pToValue, float pFromTime, float pToTime)
Public Methods
void onInitializeParticle(Particle pParticle)
void onUpdateParticle(Particle pParticle)
void onUpdateParticle(Particle pParticle, float overrideToTime)
Protected Methods
final float calculateValue(float pPercent)
abstract void onSetInitialValue(Particle pParticle, float pValue)
abstract void onSetValue(Particle pParticle, float pValue)
void onSetValueInternal(Particle pParticle, float pPercent)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.anddev.andengine.entity.particle.initializer.IParticleInitializer
From interface org.anddev.andengine.entity.particle.modifier.IParticleModifier

Public Constructors

public BaseSingleValueSpanModifier (float pFromValue, float pToValue, float pFromTime, float pToTime)

Public Methods

public void onInitializeParticle (Particle pParticle)

public void onUpdateParticle (Particle pParticle)

public void onUpdateParticle (Particle pParticle, float overrideToTime)

Protected Methods

protected final float calculateValue (float pPercent)

protected abstract void onSetInitialValue (Particle pParticle, float pValue)

protected abstract void onSetValue (Particle pParticle, float pValue)

protected void onSetValueInternal (Particle pParticle, float pPercent)