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

Safe HaskellNone

Data.Geometry.Ipe.IGC

Synopsis

Documentation

data IGC a Source

an ipe geometry collection

Instances

Eq a => Eq (IGC a) 
Show a => Show (IGC a) 
Monoid (IGC a) 
IsConvertableToIpeObject (IGC a) 

class IsIpeGeometry g whereSource

Stuff that we can store in a IpGeometryCollection

Methods

insert :: g a -> IGC a -> IGC aSource

(<|) :: g a -> IGC a -> IGC aSource

shorhand for insert

insertAll :: [g a] -> IGC a -> IGC aSource

fromList :: IsIpeGeometry g => [g a] -> IGC aSource

mergeAll :: [IGC a] -> IGC aSource

updateAll :: (forall t. HasAttributes t => t -> t) -> IGC a -> IGC aSource