Class Interaktionsbrett.Kreis

java.lang.Object
Interaktionsbrett.Geo
Interaktionsbrett.Kreis
Enclosing class:
Interaktionsbrett

class Interaktionsbrett.Kreis
extends Interaktionsbrett.Geo
  • Field Summary

    Fields inherited from class Interaktionsbrett.Geo

    x, y
  • Constructor Summary

    Constructors 
    Constructor Description
    Kreis​(int x, int y, int radius)  
  • Method Summary

    Modifier and Type Method Description
    int getRadius()  
    boolean istEnthalten​(int x1, int y1)  
    void setRadius​(int radius)  
    void zeichnen​(java.awt.Graphics2D g)  

    Methods inherited from class Interaktionsbrett.Geo

    getX, getY, setX, setY, verschieben

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait