public class

ParallaxBackground

extends ColorBackground
java.lang.Object
   ↳ org.anddev.andengine.entity.scene.background.BaseBackground
     ↳ org.anddev.andengine.entity.scene.background.ColorBackground
       ↳ org.anddev.andengine.entity.scene.background.ParallaxBackground
Known Direct Subclasses

Class Overview

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

Summary

Nested Classes
class ParallaxBackground.ParallaxEntity  
Fields
protected float mParallaxValue
Public Constructors
ParallaxBackground(float pRed, float pGreen, float pBlue)
Public Methods
void attachParallaxEntity(ParallaxBackground.ParallaxEntity pParallaxEntity)
boolean detachParallaxEntity(ParallaxBackground.ParallaxEntity pParallaxEntity)
void onDraw(GL10 pGL, Camera pCamera)
void setParallaxValue(float pParallaxValue)
[Expand]
Inherited Methods
From class org.anddev.andengine.entity.scene.background.ColorBackground
From class org.anddev.andengine.entity.scene.background.BaseBackground
From class java.lang.Object
From interface org.anddev.andengine.engine.handler.IUpdateHandler
From interface org.anddev.andengine.entity.scene.background.IBackground
From interface org.anddev.andengine.opengl.IDrawable

Fields

protected float mParallaxValue

Public Constructors

public ParallaxBackground (float pRed, float pGreen, float pBlue)

Public Methods

public void attachParallaxEntity (ParallaxBackground.ParallaxEntity pParallaxEntity)

public boolean detachParallaxEntity (ParallaxBackground.ParallaxEntity pParallaxEntity)

public void onDraw (GL10 pGL, Camera pCamera)

public void setParallaxValue (float pParallaxValue)