package pomap

  1. Overview
  2. Docs

Module Display_hasse_impl.DefaultSpecSource

Default specification than can be used by the pretty-printer for Hasse-diagrams. Just include it into some module and override the defaults as required.

include Display_hasse_intf.DEFAULT_SPEC
Sourceval name : string
Sourceval label : string
Sourceval size_x : float
Sourceval size_y : float
Sourceval ratio : float
Sourceval rotation : float
Sourceval center : bool
Sourceval top_attr : string

Node attribute string for top nodes, e.g. "shape = box"

Sourceval bot_attr : string

Node attribute string for bottom nodes

Sourceval top_bot_attr : string

Node attribute string for top/bottom nodes

Sourceval edge_attr : string

Edge attribute string, e.g. "color = blue"

Sourceval pp_node_attr : Format.formatter -> 'a -> unit