|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgraphics.FallingText
public class FallingText
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 |
---|
public String text
public float x
public float y
public float alpha
Constructor Detail |
---|
public FallingText(String text, float x, float y)
Method Detail |
---|
public void updateState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |