Class EcDrawer

java.lang.Object
one.empty3.apps.opad.Drawer
one.empty3.apps.opad.EcDrawer
All Implemented Interfaces:
Runnable

public class EcDrawer extends Drawer implements Runnable
  • Field Details

    • component

      protected DarkFortressGUI component
    • z

      protected ZBuffer z
    • w

      protected int w
    • h

      protected int h
    • aw

      protected int aw
    • ah

      protected int ah
  • Constructor Details

  • Method Details

    • resize

      public void resize()
    • setLogic

      public void setLogic(PositionUpdate m)
      Specified by:
      setLogic in class Drawer
    • run

      public void run()
      Specified by:
      run in interface Runnable
    • dessiner

      public void dessiner()
    • isLocked

      public boolean isLocked()
    • click

      public LineSegment click(Point2D p)
      Specified by:
      click in class Drawer