module Graphlb::DOT

Defined in:

graphlb/algorithms/dot.cr

Constant Summary

EDGE_OPTS = ["arrowhead", "arrowsize", "arrowtail", "color", "comment", "constraint", "decorate", "dir", "fontcolor", "fontname", "fontsize", "headlabel", "headport", "headURL", "label", "labelangle", "labeldistance", "labelfloat", "labelfontcolor", "labelfontname", "labelfontsize", "layer", "lhead", "ltail", "minlen", "samehead", "sametail", "style", "taillabel", "tailport", "tailURL", "weight", "id"]
GRAPH_OPTS = ["bgcolor", "center", "clusterrank", "color", "comment", "compound", "concentrate", "fillcolor", "fontcolor", "fontname", "fontpath", "fontsize", "label", "labeljust", "labelloc", "layers", "margin", "mclimit", "nodesep", "nslimit", "nslimit1", "ordering", "orientation", "page", "rank", "rankdir", "ranksep", "ratio", "samplepoints", "searchsize", "size", "style", "URL", "layerseq"]
NODE_OPTS = ["color", "comment", "distortion", "fillcolor", "fixedsize", "fontcolor", "fontname", "fontsize", "group", "height", "label", "layer", "orientation", "peripheries", "regular", "shape", "shapefile", "sides", "skew", "style", "URL", "width", "z", "bottomlabel", "bgcolor", "rank", "toplabel"]