graph-attributes
Graphviz attributes
Prev:edge-attributes
Next:<node-attributes> ( -- attrs )


Vocabulary
graphviz.attributes

Class description
Represents Graphviz attributes that are valid for graphs and subgraphs (including clusters). See attributes marked G, S, and C in http://graphviz.org/content/attrs. Each slot must be a string or f.

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

Definition
IN: graphviz.attributes

TUPLE: graph-attributes
Damping K URL aspect bb bgcolor center charset clusterrank
color colorscheme comment compound concentrate defaultdist
dim dimen diredgeconstraints dpi epsilon esep fillcolor
fontcolor fontname fontnames fontpath fontsize id label
labeljust labelloc landscape layers layersep layout levels
levelsgap lheight lp lwidth margin maxiter mclimit mindist
mode model mosek nodesep nojustify normalize nslimit
nslimit1 ordering orientation outputorder overlap
overlap_scaling pack packmode pad page pagedir pencolor
penwidth peripheries quadtree quantum rank rankdir ranksep
ratio remincross repulsiveforce resolution root rotate
searchsize sep showboxes size smoothing sortv splines start
style stylesheet target tooltip truecolor viewport
voro_margin ;


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

M: graph-attributes (build-alien) build-alien-attrs ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =Damping present >>Damping ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =K present >>K ;


USING: accessors graphviz.attributes graphviz.notation present
;

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


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =aspect present >>aspect ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =bb present >>bb ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =bgcolor present >>bgcolor ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =center present >>center ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =charset present >>charset ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =clusterrank present >>clusterrank ;


USING: accessors graphviz.attributes graphviz.notation present
;

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


USING: accessors graphviz.attributes graphviz.notation present
;

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


USING: accessors graphviz.attributes graphviz.notation present
;

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


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =compound present >>compound ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =concentrate present >>concentrate ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =defaultdist present >>defaultdist ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =dim present >>dim ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =dimen present >>dimen ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =diredgeconstraints
present >>diredgeconstraints ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =dpi present >>dpi ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =epsilon present >>epsilon ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =esep present >>esep ;


USING: accessors graphviz.attributes graphviz.notation present
;

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


USING: accessors graphviz.attributes graphviz.notation present
;

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


USING: accessors graphviz.attributes graphviz.notation present
;

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


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =fontnames present >>fontnames ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =fontpath present >>fontpath ;


USING: accessors graphviz.attributes graphviz.notation present
;

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


USING: accessors graphviz.attributes graphviz.notation present
;

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


USING: accessors graphviz.attributes graphviz.notation present
;

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


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =labeljust present >>labeljust ;


USING: accessors graphviz.attributes graphviz.notation present
;

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


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =landscape present >>landscape ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =layers present >>layers ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =layersep present >>layersep ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =layout present >>layout ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =levels present >>levels ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =levelsgap present >>levelsgap ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =lheight present >>lheight ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =lp present >>lp ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =lwidth present >>lwidth ;


USING: accessors graphviz.attributes graphviz.notation present
;

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


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =maxiter present >>maxiter ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =mclimit present >>mclimit ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =mindist present >>mindist ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =mode present >>mode ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =model present >>model ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =mosek present >>mosek ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =nodesep present >>nodesep ;


USING: accessors graphviz.attributes graphviz.notation present
;

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


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =normalize present >>normalize ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =nslimit present >>nslimit ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =nslimit1 present >>nslimit1 ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =ordering present >>ordering ;


USING: accessors graphviz.attributes graphviz.notation present
;

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


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =outputorder present >>outputorder ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =overlap present >>overlap ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =overlap_scaling
present >>overlap_scaling ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =pack present >>pack ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =packmode present >>packmode ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =pad present >>pad ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =page present >>page ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =pagedir present >>pagedir ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =pencolor present >>pencolor ;


USING: accessors graphviz.attributes graphviz.notation present
;

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


USING: accessors graphviz.attributes graphviz.notation present
;

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


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =quadtree present >>quadtree ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =quantum present >>quantum ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =rank present >>rank ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =rankdir present >>rankdir ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =ranksep present >>ranksep ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =ratio present >>ratio ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =remincross present >>remincross ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =repulsiveforce present >>repulsiveforce ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =resolution present >>resolution ;


USING: accessors graphviz.attributes graphviz.notation present
;

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


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =rotate present >>rotate ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =searchsize present >>searchsize ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =sep present >>sep ;


USING: accessors graphviz.attributes graphviz.notation present
;

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


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =size present >>size ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =smoothing present >>smoothing ;


USING: accessors graphviz.attributes graphviz.notation present
;

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


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =splines present >>splines ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =start present >>start ;


USING: accessors graphviz.attributes graphviz.notation present
;

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


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =stylesheet present >>stylesheet ;


USING: accessors graphviz.attributes graphviz.notation present
;

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


USING: accessors graphviz.attributes graphviz.notation present
;

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


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =truecolor present >>truecolor ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =viewport present >>viewport ;


USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =voro_margin present >>voro_margin ;