public class

TickerText

extends Text
java.lang.Object
   ↳ org.andengine.entity.Entity
     ↳ org.andengine.entity.shape.Shape
       ↳ org.andengine.entity.shape.RectangularShape
         ↳ org.andengine.entity.text.Text
           ↳ org.andengine.entity.text.TickerText

Class Overview

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

Summary

Nested Classes
class TickerText.TickerTextOptions  
[Expand]
Inherited Constants
From class org.andengine.entity.text.Text
From interface org.andengine.entity.shape.IShape
[Expand]
Inherited Fields
From class org.andengine.entity.text.Text
From class org.andengine.entity.shape.RectangularShape
From class org.andengine.entity.shape.Shape
From class org.andengine.entity.Entity
Public Constructors
TickerText(float pX, float pY, IFont pFont, String pText, TickerText.TickerTextOptions pTickerTextOptions, VertexBufferObjectManager pVertexBufferObjectManager)
Public Methods
float getCharactersPerSecond()
int getCharactersVisible()
TickerText.TickerTextOptions getTextOptions()
boolean isReverse()
void reset()
void setCharactersPerSecond(float pCharactersPerSecond)
void setReverse(boolean pReverse)
void setText(CharSequence pText)
Protected Methods
void draw(GLState pGLState, Camera pCamera)
void onManagedUpdate(float pSecondsElapsed)
[Expand]
Inherited Methods
From class org.andengine.entity.text.Text
From class org.andengine.entity.shape.RectangularShape
From class org.andengine.entity.shape.Shape
From class org.andengine.entity.Entity
From class java.lang.Object
From interface org.andengine.engine.handler.IDrawHandler
From interface org.andengine.engine.handler.IUpdateHandler
From interface org.andengine.entity.IEntity
From interface org.andengine.entity.scene.Scene.ITouchArea
From interface org.andengine.entity.shape.IAreaShape
From interface org.andengine.entity.shape.IShape
From interface org.andengine.util.IDisposable

Public Constructors

public TickerText (float pX, float pY, IFont pFont, String pText, TickerText.TickerTextOptions pTickerTextOptions, VertexBufferObjectManager pVertexBufferObjectManager)

Public Methods

public float getCharactersPerSecond ()

public int getCharactersVisible ()

public TickerText.TickerTextOptions getTextOptions ()

public boolean isReverse ()

public void reset ()

public void setCharactersPerSecond (float pCharactersPerSecond)

public void setReverse (boolean pReverse)

public void setText (CharSequence pText)

Protected Methods

protected void draw (GLState pGLState, Camera pCamera)

Parameters
pGLState the currently active GLState i.e. to apply transformations to.
pCamera the currently active Camera i.e. to be used for culling.

protected void onManagedUpdate (float pSecondsElapsed)