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