public class

ParallelBackgroundModifier

extends ParallelModifier<T>
implements IBackgroundModifier
java.lang.Object
   ↳ org.anddev.andengine.util.modifier.BaseModifier<T>
     ↳ org.anddev.andengine.util.modifier.ParallelModifier<T>
       ↳ org.anddev.andengine.entity.scene.background.modifier.ParallelBackgroundModifier

Class Overview

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

Summary

[Expand]
Inherited Fields
From class org.anddev.andengine.util.modifier.BaseModifier
From interface org.anddev.andengine.util.modifier.IModifier
Public Constructors
ParallelBackgroundModifier(IBackgroundModifier... pBackgroundModifiers)
ParallelBackgroundModifier(IBackgroundModifier.IBackgroundModifierListener pBackgroundModifierListener, IBackgroundModifier... pBackgroundModifiers)
Protected Constructors
ParallelBackgroundModifier(ParallelBackgroundModifier pParallelBackgroundModifier)
Public Methods
ParallelBackgroundModifier deepCopy()
[Expand]
Inherited Methods
From class org.anddev.andengine.util.modifier.ParallelModifier
From class org.anddev.andengine.util.modifier.BaseModifier
From class java.lang.Object
From interface org.anddev.andengine.entity.scene.background.modifier.IBackgroundModifier
From interface org.anddev.andengine.util.modifier.IModifier
From interface org.anddev.andengine.util.modifier.IModifier.IModifierListener

Public Constructors

public ParallelBackgroundModifier (IBackgroundModifier... pBackgroundModifiers)

public ParallelBackgroundModifier (IBackgroundModifier.IBackgroundModifierListener pBackgroundModifierListener, IBackgroundModifier... pBackgroundModifiers)

Protected Constructors

protected ParallelBackgroundModifier (ParallelBackgroundModifier pParallelBackgroundModifier)

Public Methods