Webnote

Class SelectedObjectDrag

Object
   |
   +--SelectedObjectDrag

class SelectedObjectDrag


A class that contains information about note(s) that is being dragged.
See:

Defined in webnote.js


Field Summary
 Array notes
          The note(s) being dragged.
 
Constructor Summary
SelectedObjectDrag (<Note> note, <boolean> isGroup)
            Create a new Dragging object.
 
Method Summary
 void deselect()
           When we drop a note, we need to reset the colors of borders and add information to the undo stack.
 void update(<Mouse> md)
           Update the position of note(s) when the user moves the mouse.

Field Detail

notes

Array notes

Constructor Detail

SelectedObjectDrag

SelectedObjectDrag(<Note> note, <boolean> isGroup)

Method Detail

deselect

void deselect()

update

void update(<Mouse> md)

Webnote

Documentation generated by JSDoc on Tue May 24 23:13:22 2005