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