edge-attributes
Graphviz attributes
Prev:node-attributes
Next:graph-attributes


Vocabulary
graphviz.attributes

Class description
Represents Graphviz attributes that are valid for edges. See attributes marked E in http://graphviz.org/content/attrs. Each slot must be a string or f.

See also
node-attributes, graph-attributes, <node-attributes>, <edge-attributes>, <graph-attributes>

Definition
IN: graphviz.attributes

TUPLE: edge-attributes
URL arrowhead arrowsize arrowtail color colorscheme comment
constraint decorate dir edgeURL edgehref edgetarget
edgetooltip fontcolor fontname fontsize headURL headclip
headhref headlabel headport headtarget headtooltip href id
label labelURL labelangle labeldistance labelfloat
labelfontcolor labelfontname labelfontsize labelhref
labeltarget labeltooltip layer len lhead lp ltail minlen
nojustify penwidth pos samehead sametail showboxes style
tailURL tailclip tailhref taillabel tailport tailtarget
tailtooltip target tooltip weight ;


Methods
USING: graphviz.attributes graphviz.builder.private
graphviz.ffi kernel ;

M: edge-attributes (build-alien)
[ agprotoedge ] dip build-alien-attrs ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =URL present >>URL ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =arrowhead present >>arrowhead ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =arrowsize present >>arrowsize ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =arrowtail present >>arrowtail ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =color present >>color ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =colorscheme present >>colorscheme ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =comment present >>comment ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =constraint present >>constraint ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =decorate present >>decorate ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =dir present >>dir ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =edgeURL present >>edgeURL ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =edgehref present >>edgehref ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =edgetarget present >>edgetarget ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =edgetooltip present >>edgetooltip ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =fontcolor present >>fontcolor ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =fontname present >>fontname ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =fontsize present >>fontsize ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =headURL present >>headURL ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =headclip present >>headclip ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =headhref present >>headhref ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =headlabel present >>headlabel ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =headport present >>headport ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =headtarget present >>headtarget ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =headtooltip present >>headtooltip ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =href present >>href ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =id present >>id ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =label present >>label ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =labelURL present >>labelURL ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =labelangle present >>labelangle ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =labeldistance present >>labeldistance ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =labelfloat present >>labelfloat ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =labelfontcolor present >>labelfontcolor ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =labelfontname present >>labelfontname ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =labelfontsize present >>labelfontsize ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =labelhref present >>labelhref ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =labeltarget present >>labeltarget ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =labeltooltip present >>labeltooltip ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =layer present >>layer ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =len present >>len ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =lhead present >>lhead ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =lp present >>lp ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =ltail present >>ltail ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =minlen present >>minlen ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =nojustify present >>nojustify ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =penwidth present >>penwidth ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =pos present >>pos ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =samehead present >>samehead ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =sametail present >>sametail ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =showboxes present >>showboxes ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =style present >>style ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =tailURL present >>tailURL ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =tailclip present >>tailclip ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =tailhref present >>tailhref ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =taillabel present >>taillabel ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =tailport present >>tailport ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =tailtarget present >>tailtarget ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =tailtooltip present >>tailtooltip ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =target present >>target ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =tooltip present >>tooltip ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: edge-attributes =weight present >>weight ;