hipe-0.1.1.0: Support for reading and writing ipe7 files (http://ipe7.sourceforge.net)

Safe HaskellNone

Data.Geometry.Ipe.IpeView

Synopsis

Documentation

data Layer a Source

Constructors

Layer 

Instances

viewInstance :: [Layer a] -> ViewInstance aSource

Given a set of layers construct a view instance. The first layer is used as active layer.

layer :: String -> IGC a -> Layer aSource

Make a new layer, and add the elements in the given collection to this layer