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

Safe HaskellNone

Data.Geometry.Ipe.IpeTypes

Synopsis

Documentation

type AMap = Map String StringSource

Attribute Map

data IpeDrawing a Source

Representing an ipe file

A complete ipe file

Constructors

Ipe 

Fields

preamble :: Maybe Preamble
 
styles :: [IpeStyle]
 
pages :: [Page a]
 

emptyDrawing :: IpeDrawing aSource

A new blank ipe drawing

data Page a Source

A single page in an ipe drawing

emptyPage :: Page aSource

A new empty page

data ViewDefinition Source

The definition of a view make active layer into an index ?

Constructors

ViewDefinition 

data IpeObject a Source

An ipe-object. The main `thing' that defines the drawings

data Operation a Source

type that represents a path in ipe.

Instances

IsPoint2Functor Operation 
IsIpeWriteable Operation 
Eq a => Eq (Operation a) 
Show a => Show (Operation a)