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

Safe HaskellNone

Data.Geometry.Ipe.ReadIpeGeometry

Synopsis

Documentation

class IsConvertableToIGC t whereSource

Typeclass expressing which ipetypes we can convert into a IGC

minimal implementation: toIGC

Methods

toIGC :: t a -> IGC aSource

listToIGC :: [t a] -> IGC aSource

perEntry :: [t a] -> [(t a, IGC a)]Source

perPage :: IpeDrawing a -> [(Page a, IGC a)]Source

Get the IGC's with objects stored per page

perView :: IpeDrawing a -> [(ViewInstance a, IGC a)]Source

Get the IGC's with objects stored per view (for all views in the drawing)

perView' :: Page a -> [(ViewInstance a, IGC a)]Source

Get the IGC's with objects stored per view (for all views in the page)