All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class stiftUndCo.Anwendung

java.lang.Object
   |
   +----stiftUndCo.Anwendung

public abstract class Anwendung
extends Object

Variable Index

 o bildschirm
 o maus
 o offsetx
 o offsety
 o stift
 o tastatur

Constructor Index

 o Anwendung()
 o Anwendung(int, int, String)

Method Index

 o bildschirm()
 o führeAus()
 o gibFrei()
 o init()
 o maus()
 o stift()
 o tastatur()

Variables

 o bildschirm
 protected Bildschirm bildschirm
 o maus
 protected Maus maus
 o tastatur
 protected Tastatur tastatur
 o stift
 protected BuntStift stift
 o offsetx
 protected int offsetx
 o offsety
 protected int offsety

Constructors

 o Anwendung
 public Anwendung()
 o Anwendung
 public Anwendung(int breite,
                  int hoehe,
                  String s)

Methods

 o init
 public void init()
 o führeAus
 public abstract void führeAus()
 o bildschirm
 public Bildschirm bildschirm()
 o gibFrei
 public void gibFrei()
 o maus
 public Maus maus()
 o stift
 public BuntStift stift()
 o tastatur
 public Tastatur tastatur()

All Packages  Class Hierarchy  This Package  Previous  Next  Index