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