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

Safe HaskellNone

Data.Geometry.Ipe.InternalTypes

Synopsis

Documentation

data IpeFile a Source

A complete ipe file

Constructors

IpeFile 

Instances

data IpeStyle Source

the maybe string is the styles name

Constructors

IpeStyle (Maybe String) [XmlTree] 

Instances

data IpePreamble Source

The maybe string is the encoding

data IpePage a Source

Represents the page tag

Instances

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

type AMap = Map String StringSource

Attribute Map

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)