********************************************************************
      *  NOTE: This file is generated automatically from the event
      *        definition file Bresenham.evt.
      ********************************************************************
<* PRAGMA LL *>
INTERFACE BresenhamViewClass ;
<*NOWARN*> IMPORT View, Thread;
TYPE
  T <: Public;
  Public = View.T OBJECT
      METHODS
      <*LL = {} *>
        oeSetup ( width, height: INTEGER; show: BOOLEAN) RAISES {Thread.Alerted};
        oeNewLine ( x0, y0, x1, y1: INTEGER) RAISES {Thread.Alerted};
        oeErrorInit ( ) RAISES {Thread.Alerted};
        oeShowPixel ( x, y, p1, p2: INTEGER) RAISES {Thread.Alerted};
        oeFindError ( p: INTEGER) RAISES {Thread.Alerted};
        oeChangeError ( p: INTEGER) RAISES {Thread.Alerted};
        oeCompareError ( p: INTEGER) RAISES {Thread.Alerted};
        oeShowNextPixel ( p: INTEGER) RAISES {Thread.Alerted};
        oeMove ( p: INTEGER) RAISES {Thread.Alerted};
      <*LL = VBT.mu *>
      END;
END BresenhamViewClass.