public class

LoopBackgroundModifier

extends LoopModifier<T>
implements IBackgroundModifier
java.lang.Object
   ↳ org.andengine.util.modifier.BaseModifier<T>
     ↳ org.andengine.util.modifier.LoopModifier<T>
       ↳ org.andengine.entity.scene.background.modifier.LoopBackgroundModifier

Class Overview

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

Summary

Nested Classes
interface LoopBackgroundModifier.ILoopBackgroundModifierListener  
[Expand]
Inherited Constants
From class org.andengine.util.modifier.LoopModifier
[Expand]
Inherited Fields
From class org.andengine.util.modifier.BaseModifier
From interface org.andengine.util.modifier.IModifier
Public Constructors
LoopBackgroundModifier(IBackgroundModifier pBackgroundModifier)
LoopBackgroundModifier(IBackgroundModifier pBackgroundModifier, int pLoopCount)
LoopBackgroundModifier(IBackgroundModifier pBackgroundModifier, int pLoopCount, LoopBackgroundModifier.ILoopBackgroundModifierListener pLoopModifierListener)
LoopBackgroundModifier(IBackgroundModifier pBackgroundModifier, int pLoopCount, IBackgroundModifier.IBackgroundModifierListener pBackgroundModifierListener)
LoopBackgroundModifier(IBackgroundModifier pBackgroundModifier, int pLoopCount, LoopBackgroundModifier.ILoopBackgroundModifierListener pLoopModifierListener, IBackgroundModifier.IBackgroundModifierListener pBackgroundModifierListener)
Protected Constructors
LoopBackgroundModifier(LoopBackgroundModifier pLoopBackgroundModifier)
Public Methods
LoopBackgroundModifier deepCopy()
[Expand]
Inherited Methods
From class org.andengine.util.modifier.LoopModifier
From class org.andengine.util.modifier.BaseModifier
From class java.lang.Object
From interface org.andengine.entity.scene.background.modifier.IBackgroundModifier
From interface org.andengine.util.modifier.IModifier
From interface org.andengine.util.modifier.IModifier.IModifierListener

Public Constructors

public LoopBackgroundModifier (IBackgroundModifier pBackgroundModifier)

public LoopBackgroundModifier (IBackgroundModifier pBackgroundModifier, int pLoopCount)

public LoopBackgroundModifier (IBackgroundModifier pBackgroundModifier, int pLoopCount, LoopBackgroundModifier.ILoopBackgroundModifierListener pLoopModifierListener)

public LoopBackgroundModifier (IBackgroundModifier pBackgroundModifier, int pLoopCount, IBackgroundModifier.IBackgroundModifierListener pBackgroundModifierListener)

public LoopBackgroundModifier (IBackgroundModifier pBackgroundModifier, int pLoopCount, LoopBackgroundModifier.ILoopBackgroundModifierListener pLoopModifierListener, IBackgroundModifier.IBackgroundModifierListener pBackgroundModifierListener)

Protected Constructors

protected LoopBackgroundModifier (LoopBackgroundModifier pLoopBackgroundModifier)

Public Methods