breakout
Class Highscore

java.lang.Object
  extended by breakout.Highscore

public class Highscore
extends java.lang.Object


Constructor Summary
Highscore()
           
 
Method Summary
 java.lang.String getHighscore()
           
 void readAdress(org.jdom.Element element, int i)
           
 void schreibeSpielerListe(java.util.Vector<Spieler> spielerVectorListe)
           
 int ueberpruefeName(org.jdom.Element element, java.lang.String s)
           
 void writeHighscore(int score)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Highscore

public Highscore()
Method Detail

readAdress

public void readAdress(org.jdom.Element element,
                       int i)

ueberpruefeName

public int ueberpruefeName(org.jdom.Element element,
                           java.lang.String s)

schreibeSpielerListe

public void schreibeSpielerListe(java.util.Vector<Spieler> spielerVectorListe)
                          throws java.io.IOException,
                                 org.jdom.JDOMException
Throws:
java.io.IOException
org.jdom.JDOMException

writeHighscore

public void writeHighscore(int score)
                    throws java.io.IOException,
                           org.jdom.JDOMException
Throws:
java.io.IOException
org.jdom.JDOMException

getHighscore

public java.lang.String getHighscore()