funcmp-1.1: Functional MetaPost

FMP.Tree

Documentation

data Tree' a Source

Constructors

Node' a NodeDescr [Tree' a] 

data Tree Source

Constructors

Node Picture NodeDescr [Edge] 

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

node :: IsPicture a => a -> [Edge] -> TreeSource

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

fit :: Numeric -> Extent -> Extent -> PositionSource

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

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

data NodeName Source

Constructors

Parent 
This 
Root 
Up Int 
Son Int