####
View
####

The View is the base class for viewing related operations. A good example is
the ``GtkView``, which provides a GTK+ widget for viewing (and editing) the
canvas. Views are also used for rendering to images (for example SVG or PNG).

:mod: `gaphor.view`
-------------------

.. module:: gaphas.view

.. autoclass:: View
   :members:
   :undoc-members:

