Class Interaktionsbrett.Linie

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

class Interaktionsbrett.Linie
extends Interaktionsbrett.Geo
  • Field Summary

    Fields inherited from class Interaktionsbrett.Geo

    x, y
  • Constructor Summary

    Constructors 
    Constructor Description
    Linie​(int x, int y, int x2, int y2)  
  • Method Summary

    Modifier and Type Method Description
    boolean istEnthalten​(int x1, int y1)  
    void verschieben​(int dx, int dy)  
    void zeichnen​(java.awt.Graphics2D g)  

    Methods inherited from class Interaktionsbrett.Geo

    getX, getY, setX, setY

    Methods inherited from class java.lang.Object

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