Handbook
Glossary
=labelfontcolor ( graphviz-obj val -- graphviz-obj' )
Vocabulary
graphviz
.
notation
Inputs
graphviz-obj
an
object
val
an
object
Outputs
graphviz-obj'
an
object
Definition
IN:
graphviz.notation
GENERIC#:
=labelfontcolor
1
( graphviz-obj val -- graphviz-obj' )
Methods
USING:
accessors
graphviz.attributes
graphviz.notation
present
;
M:
edge-attributes
=labelfontcolor
present
>>labelfontcolor
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
edge
=labelfontcolor
present
over
attributes>>
labelfontcolor<<
;