package ocamlgraph

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type graph = [
  1. | `Center of bool
  2. | `Fontcolor of color
  3. | `Fontname of string
  4. | `Fontsize of int
  5. | `Label of string
  6. | `OrderingOut
  7. | `Orientation of [ `Landscape | `Portrait ]
  8. | `Page of float * float
  9. | `Pagedir of [ `LeftToRight | `TopToBottom ]
  10. | `Size of float * float
]
type vertex = [
  1. | `Color of color
  2. | `ColorWithTransparency of color_with_transparency
  3. | `Fontcolor of color
  4. | `Fontname of string
  5. | `Fontsize of int
  6. | `Height of float
  7. | `Label of string
  8. | `Orientation of float
  9. | `Peripheries of int
  10. | `Regular of bool
  11. | `Shape of [ `Box | `Circle | `Diamond | `Doublecircle | `Ellipse | `Plaintext | `Polygon of int * float | `Record ]
  12. | `Style of [ `Bold | `Dashed | `Dotted | `Filled | `Invis | `Solid ]
  13. | `Width of float
]
type edge = [
  1. | `Color of color
  2. | `ColorWithTransparency of color_with_transparency
  3. | `Decorate of bool
  4. | `Dir of [ `Back | `Both | `Forward | `None ]
  5. | `Fontcolor of color
  6. | `Fontname of string
  7. | `Fontsize of int
  8. | `Label of string
  9. | `Labelfontcolor of color
  10. | `Labelfontname of string
  11. | `Labelfontsize of int
  12. | `Style of [ `Bold | `Dashed | `Dotted | `Invis | `Solid ]
]
OCaml

Innovation. Community. Security.