All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class stiftUndCo.BuntStift

java.lang.Object
   |
   +----stiftUndCo.Stift
           |
           +----stiftUndCo.BuntStift

public class BuntStift
extends Stift

Constructor Index

 o BuntStift()
 o BuntStift(Malflaeche)

Method Index

 o farbe()
 o gibFrei()
 o setzeFarbe(Color)
 o setzeFuellMuster(int)
 o setzeLinienBreite(int)
 o setzeSchrift(String, int, int)
 o setzeSchriftArt(String)
 o setzeSchriftGroesse(int)
 o setzeSchriftStil(int)
 o setzeStandard()
 o setzeZustand(Graphics)
 o zeichneKreis(double)
 o zeichneRechteck(double, double)

Constructors

 o BuntStift
 public BuntStift()
 o BuntStift
 public BuntStift(Malflaeche b)

Methods

 o gibFrei
 public void gibFrei()
Overrides:
gibFrei in class Stift
 o setzeFarbe
 public void setzeFarbe(Color farbe)
 o farbe
 public Color farbe()
 o setzeLinienBreite
 public void setzeLinienBreite(int pb)
 o setzeFuellMuster
 public void setzeFuellMuster(int muster)
 o setzeSchrift
 public void setzeSchrift(String art,
                          int stil,
                          int groesse)
 o setzeSchriftArt
 public void setzeSchriftArt(String schriftart)
 o setzeSchriftGroesse
 public void setzeSchriftGroesse(int schriftgroesse)
 o setzeSchriftStil
 public void setzeSchriftStil(int schriftstil)
 o setzeStandard
 public void setzeStandard()
Overrides:
setzeStandard in class Stift
 o setzeZustand
 protected void setzeZustand(Graphics g)
Overrides:
setzeZustand in class Stift
 o zeichneKreis
 public void zeichneKreis(double pradius)
Overrides:
zeichneKreis in class Stift
 o zeichneRechteck
 public void zeichneRechteck(double pbreite,
                             double phoehe)
Overrides:
zeichneRechteck in class Stift

All Packages  Class Hierarchy  This Package  Previous  Next  Index