Handbook
Glossary
=colorscheme ( 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#:
=colorscheme
1
( graphviz-obj val -- graphviz-obj' )
Methods
USING:
accessors
graphviz.attributes
graphviz.notation
present
;
M:
edge-attributes
=colorscheme
present
>>colorscheme
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
edge
=colorscheme
present
over
attributes>>
colorscheme<<
;
USING:
accessors
graphviz.attributes
graphviz.notation
present
;
M:
graph-attributes
=colorscheme
present
>>colorscheme
;
USING:
accessors
graphviz
graphviz.attributes
graphviz.notation
kernel
present
;
M:
graph
=colorscheme
<graph-attributes>
swap
present
>>colorscheme
add
;
USING:
accessors
graphviz.attributes
graphviz.notation
present
;
M:
node-attributes
=colorscheme
present
>>colorscheme
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=colorscheme
present
over
attributes>>
colorscheme<<
;
USING:
accessors
graphviz
graphviz.attributes
graphviz.notation
kernel
present
;
M:
subgraph
=colorscheme
<graph-attributes>
swap
present
>>colorscheme
add
;