Uses of Class
javoids.ScoreEntry

Uses of ScoreEntry in javoids
 

Fields in javoids with type parameters of type ScoreEntry
private  java.util.ArrayList<ScoreEntry> HighScorePanel.highScores
          a list of high score information
 

Methods in javoids with parameters of type ScoreEntry
 int ScoreEntry.compareTo(ScoreEntry scoreEntry)
          Compare one score entry to another.
 

Constructor parameters in javoids with type arguments of type ScoreEntry
HighScorePanel(java.util.ArrayList<ScoreEntry> scores)
          Contructor In this constructor a high score list is passed for display.