Handbook
Glossary
node
Graphviz
ยป
Graphviz data structures
Next:
edge
Vocabulary
graphviz
Class description
Represents a single Graphviz node. Each
node
is uniquely determined by an
id
(a
string
) and may have per-node attributes stored in its
attributes
slot (a
node-attributes
tuple).
See also
<node>
Definition
USING:
graphviz.attributes
strings
;
IN:
graphviz
TUPLE:
node
{
id
string
initial:
""
}
{
attributes
node-attributes
initial:
T{
node-attributes
}
}
;
Methods
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=URL
present
over
attributes>>
URL<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=color
present
over
attributes>>
color<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=colorscheme
present
over
attributes>>
colorscheme<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=comment
present
over
attributes>>
comment<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=distortion
present
over
attributes>>
distortion<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=fillcolor
present
over
attributes>>
fillcolor<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=fixedsize
present
over
attributes>>
fixedsize<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=fontcolor
present
over
attributes>>
fontcolor<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=fontname
present
over
attributes>>
fontname<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=fontsize
present
over
attributes>>
fontsize<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=group
present
over
attributes>>
group<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=height
present
over
attributes>>
height<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=id
present
over
attributes>>
id<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=image
present
over
attributes>>
image<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=imagescale
present
over
attributes>>
imagescale<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=label
present
over
attributes>>
label<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=labelloc
present
over
attributes>>
labelloc<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=layer
present
over
attributes>>
layer<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=margin
present
over
attributes>>
margin<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=nojustify
present
over
attributes>>
nojustify<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=orientation
present
over
attributes>>
orientation<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=penwidth
present
over
attributes>>
penwidth<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=peripheries
present
over
attributes>>
peripheries<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=pin
present
over
attributes>>
pin<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=pos
present
over
attributes>>
pos<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=rects
present
over
attributes>>
rects<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=regular
present
over
attributes>>
regular<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=root
present
over
attributes>>
root<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=samplepoints
present
over
attributes>>
samplepoints<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=shape
present
over
attributes>>
shape<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=shapefile
present
over
attributes>>
shapefile<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=showboxes
present
over
attributes>>
showboxes<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=sides
present
over
attributes>>
sides<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=skew
present
over
attributes>>
skew<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=sortv
present
over
attributes>>
sortv<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=style
present
over
attributes>>
style<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=target
present
over
attributes>>
target<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=tooltip
present
over
attributes>>
tooltip<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=vertices
present
over
attributes>>
vertices<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=width
present
over
attributes>>
width<<
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=z
present
over
attributes>>
z<<
;
USING:
accessors
graphviz
graphviz.dot.private
kernel
;
M:
node
dot.
[
id.
]
[
attributes>>
attributes.
]
bi
;