All Packages Class Hierarchy This Package Previous Next Index
Class stiftUndCo.Anwendung
java.lang.Object
|
+----stiftUndCo.Anwendung
- public abstract class Anwendung
- extends Object
-
bildschirm
-
-
maus
-
-
offsetx
-
-
offsety
-
-
stift
-
-
tastatur
-
-
Anwendung()
-
-
Anwendung(int, int, String)
-
-
bildschirm()
-
-
führeAus()
-
-
gibFrei()
-
-
init()
-
-
maus()
-
-
stift()
-
-
tastatur()
-
bildschirm
protected Bildschirm bildschirm
maus
protected Maus maus
tastatur
protected Tastatur tastatur
stift
protected BuntStift stift
offsetx
protected int offsetx
offsety
protected int offsety
Anwendung
public Anwendung()
Anwendung
public Anwendung(int breite,
int hoehe,
String s)
init
public void init()
führeAus
public abstract void führeAus()
bildschirm
public Bildschirm bildschirm()
gibFrei
public void gibFrei()
maus
public Maus maus()
stift
public BuntStift stift()
tastatur
public Tastatur tastatur()
All Packages Class Hierarchy This Package Previous Next Index