funcmp-1.8: Functional MetaPost

Copyright(c) 2003-2010 Peter Simons (c) 2002-2003 Ferenc Wágner (c) 2002-2003 Meik Hellmund (c) 1998-2002 Ralf Hinze (c) 1998-2002 Joachim Korittky (c) 1998-2002 Marco Kuhlmann
LicenseGPLv3
Maintainersimons@cryp.to
Stabilityprovisional
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell98

FMP.Tree

Description

 

Documentation

data Tree' a Source

Constructors

Node' a NodeDescr [Tree' a] 

data Tree Source

Constructors

Node Picture NodeDescr [Edge] 

enode :: IsPicture a => a -> [Edge] -> Edge Source

node :: IsPicture a => a -> [Edge] -> Tree Source

alignFunction :: (NodeDescr -> [Extent] -> Int -> [Numeric]) -> AlignSons Source

fit :: Numeric -> Extent -> Extent -> Position Source

fitLeft :: Numeric -> [Extent] -> [Position] Source

fitRight :: Numeric -> [Extent] -> [Position] Source

data NodeName Source

Constructors

Parent 
This 
Root 
Up Int 
Son Int