|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--superwaba.ext.xplat.game.HighScoreEntry
A highscore entry.
This class represents one entry in the game highscores database. A highscore entry
has a given rank and is composed by a score and a performer name.
HighScores| Field Summary | |
java.lang.String |
name
The performer's name. |
int |
score
The performer's score. |
| Constructor Summary | |
protected |
HighScoreEntry(HighScores parent)
|
| Method Summary | |
int |
getRank()
Get the rank of this Entry in the HighScores table. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public java.lang.String name
public int score
| Constructor Detail |
protected HighScoreEntry(HighScores parent)
| Method Detail |
public int getRank()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||