Webnote

Class SelectedObjectResize

Object
   |
   +--SelectedObjectResize

class SelectedObjectResize


A class that contains information about a note being resized.
See:

Defined in webnote.js


Field Summary
 dictionary edges
          The edges being moved.
 Note note
          The note being resized
 Point pos
          The original position of the note
 Point size
          The original size of the note
 
Constructor Summary
SelectedObjectResize (<Note> note, <dictionary> pnotePosRel)
            Create a new Resizing object.
 
Method Summary
 void deselect()
           Add information to the undo stack when the user stops resizing.
 void update(<Mouse> md)
           Update the size of the note when the user moves the mouse.

Field Detail

edges

dictionary edges

note

Note note

pos

Point pos

size

Point size

Constructor Detail

SelectedObjectResize

SelectedObjectResize(<Note> note, <dictionary> pnotePosRel)

Method Detail

deselect

void deselect()

update

void update(<Mouse> md)

Webnote

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