public class

TickerText

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

Class Overview

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

Summary

[Expand]
Inherited Constants
From class org.anddev.andengine.entity.shape.Shape
[Expand]
Inherited Fields
From class org.anddev.andengine.entity.text.Text
From class org.anddev.andengine.entity.shape.RectangularShape
From class org.anddev.andengine.entity.shape.Shape
From class org.anddev.andengine.entity.Entity
Public Constructors
TickerText(float pX, float pY, Font pFont, String pText, HorizontalAlign pHorizontalAlign, float pCharactersPerSecond)
Public Methods
float getCharactersPerSecond()
int getCharactersVisible()
boolean isReverse()
void reset()
void setCharactersPerSecond(float pCharactersPerSecond)
void setReverse(boolean pReverse)
Protected Methods
void drawVertices(GL10 pGL, Camera pCamera)
void onManagedUpdate(float pSecondsElapsed)
[Expand]
Inherited Methods
From class org.anddev.andengine.entity.text.Text
From class org.anddev.andengine.entity.shape.RectangularShape
From class org.anddev.andengine.entity.shape.Shape
From class org.anddev.andengine.entity.Entity
From class java.lang.Object
From interface org.anddev.andengine.engine.handler.IUpdateHandler
From interface org.anddev.andengine.entity.IEntity
From interface org.anddev.andengine.entity.scene.Scene.ITouchArea
From interface org.anddev.andengine.entity.shape.IShape
From interface org.anddev.andengine.opengl.IDrawable

Public Constructors

public TickerText (float pX, float pY, Font pFont, String pText, HorizontalAlign pHorizontalAlign, float pCharactersPerSecond)

Public Methods

public float getCharactersPerSecond ()

public int getCharactersVisible ()

public boolean isReverse ()

public void reset ()

public void setCharactersPerSecond (float pCharactersPerSecond)

public void setReverse (boolean pReverse)

Protected Methods

protected void drawVertices (GL10 pGL, Camera pCamera)

protected void onManagedUpdate (float pSecondsElapsed)