#######
Aspects
#######

TODO: Explain aspects

:mod: `gaphor.aspect`
---------------------

.. module:: gaphas.aspect

.. autoclass:: Finder

Find elements on a canvas

.. autoclass:: Selection

Perform selection of elements

.. autoclass:: InMotion

Move items around

.. autoclass:: HandleSelection

Select a handle

.. autoclass:: HandleInMotion

Perform handle motion

.. autoclass:: Connector

Connect and disconnect a handle

.. autoclass:: ConnectionSink

Perform behaviour for elements a handle is connected to.

... autoclass:: PaintFocused

Special aspect that can perform paint behaviour for the `FocusedItemPainter`.

