Function Namespace vonline.Selection
Defined in: selection.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
vonline.Selection(canvas)
|
| Method Attributes | Method Name and Description |
|---|---|
|
add(object)
|
|
|
clear()
|
|
| <inner> |
deleteObjFunc(event)
|
|
remove(object)
|
|
|
setConnectionMode(active)
hides the resize/rotation handles and handles clicks
|
|
|
setSelectionMode(active)
hides the resize box and resize handles
|
|
|
toggle(object)
|
|
|
creates the resize-box and handles resizing
Needs refactoring! |
Method Detail
add(object)
- Parameters:
- {vonline.Base} object
clear()
<inner>
deleteObjFunc(event)
- Parameters:
- event
remove(object)
- Parameters:
- {vonline.Base} object
setConnectionMode(active)
hides the resize/rotation handles and handles clicks
- Parameters:
- {boolean} active
setSelectionMode(active)
hides the resize box and resize handles
- Parameters:
- {boolean} active
toggle(object)
- Parameters:
- {vonline.Base} object
updateResizeBox()
creates the resize-box and handles resizing
Needs refactoring!
Needs refactoring!