public abstract class

BaseSingleValueSpanParticleModifier

extends Object
implements IParticleModifier<T extends IEntity>
java.lang.Object
   ↳ org.andengine.entity.particle.modifier.BaseSingleValueSpanParticleModifier<T extends org.andengine.entity.IEntity>
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

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

Summary

Public Constructors
BaseSingleValueSpanParticleModifier(float pFromTime, float pToTime, float pFromValue, float pToValue)
BaseSingleValueSpanParticleModifier(float pFromTime, float pToTime, float pFromValue, float pToValue, IEaseFunction pEaseFunction)
Public Methods
void onInitializeParticle(Particle<T> pParticle)
void onUpdateParticle(Particle<T> pParticle)
void reset(float pFromValue, float pToValue, float pFromTime, float pToTime)
Protected Methods
abstract void onSetInitialValue(Particle<T> pParticle, float pValue)
abstract void onSetValue(Particle<T> pParticle, float pPercentageDone, float pValue)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.andengine.entity.particle.initializer.IParticleInitializer
From interface org.andengine.entity.particle.modifier.IParticleModifier

Public Constructors

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

public BaseSingleValueSpanParticleModifier (float pFromTime, float pToTime, float pFromValue, float pToValue, IEaseFunction pEaseFunction)

Public Methods

public void onInitializeParticle (Particle<T> pParticle)

public void onUpdateParticle (Particle<T> pParticle)

public void reset (float pFromValue, float pToValue, float pFromTime, float pToTime)

Protected Methods

protected abstract void onSetInitialValue (Particle<T> pParticle, float pValue)

protected abstract void onSetValue (Particle<T> pParticle, float pPercentageDone, float pValue)