node-attributes
Graphviz attributes
Next:edge-attributes


Vocabulary
graphviz.attributes

Class description
Represents Graphviz attributes that are valid for nodes. See attributes marked N in http://graphviz.org/content/attrs. Each slot must be a string or f.

See also
edge-attributes, graph-attributes, <node-attributes>, <edge-attributes>, <graph-attributes>

Definition
IN: graphviz.attributes

TUPLE: node-attributes
URL color colorscheme comment distortion fillcolor
fixedsize fontcolor fontname fontsize group height id image
imagescale label labelloc layer margin nojustify
orientation penwidth peripheries pin pos rects regular root
samplepoints shape shapefile showboxes sides skew sortv
style target tooltip vertices width z ;


Methods
USING: graphviz.attributes graphviz.builder.private
graphviz.ffi kernel ;

M: node-attributes (build-alien)
[ agprotonode ] dip build-alien-attrs ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =URL present >>URL ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =color present >>color ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =colorscheme present >>colorscheme ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =comment present >>comment ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =distortion present >>distortion ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =fillcolor present >>fillcolor ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =fixedsize present >>fixedsize ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =fontcolor present >>fontcolor ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =fontname present >>fontname ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =fontsize present >>fontsize ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =group present >>group ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =height present >>height ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =id present >>id ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =image present >>image ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =imagescale present >>imagescale ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =label present >>label ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =labelloc present >>labelloc ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =layer present >>layer ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =margin present >>margin ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =nojustify present >>nojustify ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =orientation present >>orientation ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =penwidth present >>penwidth ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =peripheries present >>peripheries ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =pin present >>pin ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =pos present >>pos ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =rects present >>rects ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =regular present >>regular ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =root present >>root ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =samplepoints present >>samplepoints ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =shape present >>shape ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =shapefile present >>shapefile ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =showboxes present >>showboxes ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =sides present >>sides ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =skew present >>skew ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =sortv present >>sortv ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =style present >>style ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =target present >>target ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =tooltip present >>tooltip ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =vertices present >>vertices ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =width present >>width ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: node-attributes =z present >>z ;