This namespace contains handle nodes that modify some aspect of Piccolo when they are dragged.
| Class | Description |
|---|---|
| PBoundsHandle | PBoundsHandle is a handle for resizing the bounds of another node. |
| PHandle | PHandle is used to modify some aspect of Piccolo when it is dragged. |
| PStickyHandleManager | PStickHandleManager is used to add "sticky" handles to a node. |
| Delegate | Description |
|---|---|
| EndHandleDragDelegate | A delegate used to notify classes of the end of a handle drag sequence. |
| HandleDragDelegate | A delegate used to notify classes of drag events in a handle drag sequence. |
| StartHandleDragDelegate | A delegate used to notify classes of the start of a new handle drag sequence. |