graphics
Class FallingText

java.lang.Object
  extended by graphics.FallingText

public class FallingText
extends Object


Field Summary
 float alpha
           
 String text
           
 float x
           
 float y
           
 
Constructor Summary
FallingText(String text, float x, float y)
           
 
Method Summary
 void updateState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

public String text

x

public float x

y

public float y

alpha

public float alpha
Constructor Detail

FallingText

public FallingText(String text,
                   float x,
                   float y)
Method Detail

updateState

public void updateState()