All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class stiftUndCo.Blatt

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

public class Blatt
extends Object
implements Malflaeche

Constructor Index

 o Blatt()
Blatt demonstriert die Möglichkeit einen Drucker anzusprechen.

Method Index

 o aktuellerGrafikkontext()
 o breite()
 o drucke()
 o gibFrei()
 o hintergrundFarbe()
 o hoehe()
 o loescheAlles()
 o setzeHintergrundFarbe(Color)

Constructors

 o Blatt
 public Blatt()
Blatt demonstriert die Möglichkeit einen Drucker anzusprechen. Es kann wie ein Bildschirm benutzt werden. Stift können auf Blättern zeichnen, wenn das Blatt dem Stift bei der Initialisierung übergeben wird.

Methods

 o aktuellerGrafikkontext
 public Graphics aktuellerGrafikkontext()
 o breite
 public int breite()
 o gibFrei
 public void gibFrei()
 o hintergrundFarbe
 public Color hintergrundFarbe()
 o hoehe
 public int hoehe()
 o loescheAlles
 public void loescheAlles()
 o setzeHintergrundFarbe
 public void setzeHintergrundFarbe(Color c)
 o drucke
 public void drucke()

All Packages  Class Hierarchy  This Package  Previous  Next  Index