Classes

Module Marquee

Classes

class   BoxDollyMarquee
  Marquee for the box dolly feature. More...
class   Marquee
  To use the Marquee class: 1) Set the draw root using setDrawRoot() 2) Call start() with the starting pixel co-ordinates 3) Call update() with the ending pixel co-ordinates 4) Call stop() to end the drawing This default behavior is to start the marquee at the co-ordinates given to start(), and to stop the marquee at the co-ordinates given to update(). More...