Data Windows and Views

GwyDataWindow — Data display window
GwyDataView — Data field displaying area
GwyDataViewLayer — Layer GwyDataView is composed of
GwyPixmapLayer — Base class for GwyDataView pixmap layers
GwyVectorLayer — Base class for GwyDataView vector (interactive) layers
GwyLayerBasic — Display data colored with a gradient
GwyLayerMask — Display data as color mask
GwyColorAxis — Simple axis with a false color scale
Standard Vector Layers — Vector layers that are distributed with Gwyddion

GwyDataView is the basic twodimensional data display widget used in Gwyddion. It contains pixmap layers displaying some data fields, and may contain a vector layer allowing user to `draw' on the view. It is often packed together with GwyColorAxis and other widgets to a GwyDataWindow.