From ee085112f3b91e25c34a9f5d8a2b481033171e4e Mon Sep 17 00:00:00 2001 From: erg Date: Sat, 27 Sep 2008 22:44:51 +0000 Subject: [PATCH] Update on-line info --- doc/info/attrs.html | 180 ++++++++++++++++++++++---------------------- 1 file changed, 90 insertions(+), 90 deletions(-) diff --git a/doc/info/attrs.html b/doc/info/attrs.html index e1143c2fc..39d9ab991 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -76,6 +76,13 @@ This field indicates which graph component uses the attribute.
+ + + @@ -115,8 +122,6 @@ This field indicates which graph component uses the attribute. - @@ -136,6 +141,9 @@ This field indicates which graph component uses the attribute. + @@ -145,9 +153,6 @@ This field indicates which graph component uses the attribute. - + @@ -190,9 +198,6 @@ This field indicates which graph component uses the attribute. - - + - @@ -412,6 +415,9 @@ This field indicates which graph component uses the attribute. + @@ -430,9 +436,6 @@ This field indicates which graph component uses the attribute. - @@ -442,9 +445,6 @@ This field indicates which graph component uses the attribute. - @@ -463,6 +463,46 @@ This field indicates which graph component uses the attribute.

Attribute Descriptions

+
Damping +
Factor damping force motions. On each iteration, a nodes movement + is limited to this factor of its potential motion. By being less than + 1.0, the system tends to ``cool'', thereby preventing cycling. + +
K +
Spring constant used in virtual physical model. It roughly corresponds + to an ideal edge length (in inches), in that increasing K tends to + increase the distance between nodes. + Note that the edge attribute len can be used to + override this value for adjacent nodes. + +
URL +
Hyperlinks incorporated into device-dependent output. + At present, used in ps2, cmap, i*map and svg formats. + For all these formats, URLs can be attached to nodes, edges and + clusters. URL attributes can also be attached to the root graph in ps2, + cmap and i*map formats. This serves as the base URL for relative URLs in the + former, and as the default image map file in the latter. +

+ For svg, cmapx and imap output, the active area for a node is its + visible image. + For example, an unfilled + node with no drawn boundary will only be active on its label. + For other output, the active area is its bounding box. + The active area for a cluster is its bounding box. + For edges, the active areas are small circles where the edge contacts its head + and tail nodes. In addition, for svg, cmapx and imap, the active area + includes a thin polygon approximating the edge. The circles may + overlap the related node, and the edge URL dominates. + If the edge has a label, this will also be active. + Finally, if the edge has a head or tail label, this will also be active. +

+ Note that, for edges, the attributes headURL, + tailURL, labelURL and + edgeURL allow control of various parts of an + edge. + Also note that, if active areas of two edges overlap, it is unspecified + which area dominates. +

arrowhead
Style of arrowhead on the head node of an edge. See also the dir attribute, @@ -574,11 +614,6 @@ This field indicates which graph component uses the attribute. yielding the graph:
-
Damping -
Factor damping force motions. On each iteration, a nodes movement - is limited to this factor of its potential motion. By being less than - 1.0, the system tends to ``cool'', thereby preventing cycling. -
decorate
If true, attach edge label to edge by a 2-segment polyline, underlining the label, then going to the closest point of spline. @@ -627,6 +662,15 @@ This field indicates which graph component uses the attribute. it is used to guarantee that the dimensions in the output correspond to the correct number of points or inches. +
edgeURL +
If edgeURL is defined, this is the link used for the non-label + parts of an edge. This value overrides any URL + defined for the edge. + Also, this value is used near the head or tail node unless overridden + by a headURL or tailURL value, + respectively. + See limitation. +
edgehref
Synonym for edgeURL. @@ -644,15 +688,6 @@ This field indicates which graph component uses the attribute. This is used only if the edge has a URL or edgeURL attribute. -
edgeURL -
If edgeURL is defined, this is the link used for the non-label - parts of an edge. This value overrides any URL - defined for the edge. - Also, this value is used near the head or tail node unless overridden - by a headURL or tailURL value, - respectively. - See limitation. -
epsilon
Terminating condition. If the length squared of all energy gradients are < epsilon, the algorithm stops. @@ -738,6 +773,13 @@ This field indicates which graph component uses the attribute. same group attribute, parameters are set to avoid crossings and keep the edges straight. +
headURL +
If headURL is defined, it is + output as part of the head label of the edge. + Also, this value is used near the head node, overriding any + URL value. + See limitation. +
headclip
If true, the head of an edge is clipped to the boundary of the head node; otherwise, the end of the edge goes to the center of the node, or the @@ -768,13 +810,6 @@ This field indicates which graph component uses the attribute.
Tooltip annotation attached to the head of an edge. This is used only if the edge has a headURL attribute. -
headURL -
If headURL is defined, it is - output as part of the head label of the edge. - Also, this value is used near the head node, overriding any - URL value. - See limitation. -
height
Height of node, in inches. This is taken as the initial, minimum height of the node. If fixedsize is true, this @@ -836,19 +871,17 @@ This field indicates which graph component uses the attribute. expansion, if imagescale=true, width and height are scaled uniformly. -
K -
Spring constant used in virtual physical model. It roughly corresponds - to an ideal edge length (in inches), in that increasing K tends to - increase the distance between nodes. - Note that the edge attribute len can be used to - override this value for adjacent nodes. -
label
Text label attached to objects. If a node's shape is record, then the label can have a special format which describes the record layout. +
labelURL +
If labelURL is defined, this is the link used for the label + of an edge. This value overrides any URL + defined for the edge. +
labelangle
This, along with labeldistance, determine where the @@ -925,11 +958,6 @@ This field indicates which graph component uses the attribute. This is used only if the edge has a URL or labelURL attribute. -
labelURL -
If labelURL is defined, this is the link used for the label - of an edge. This value overrides any URL - defined for the edge. -
landscape
If true, the graph is rendered in landscape mode. Synonymous with rotate=90 or @@ -1488,6 +1516,13 @@ This field indicates which graph component uses the attribute.
stylesheet
A URL or pathname specifying an XML style sheet, used in SVG output. +
tailURL +
If tailURL is defined, it is + output as part of the tail label of the edge. + Also, this value is used near the tail node, overriding any + URL value. + See limitation. +
tailclip
If true, the tail of an edge is clipped to the boundary of the tail node; otherwise, the end of the edge goes to the center of the node, or the @@ -1516,13 +1551,6 @@ This field indicates which graph component uses the attribute.
Tooltip annotation attached to the tail of an edge. This is used only if the edge has a tailURL attribute. -
tailURL -
If tailURL is defined, it is - output as part of the tail label of the edge. - Also, this value is used near the tail node, overriding any - URL value. - See limitation. -
target
If the object has a URL, this attribute determines which window of the browser is used for the URL. @@ -1555,34 +1583,6 @@ This field indicates which graph component uses the attribute. antialiasing can show up as a fuzzy white area around characters. Using truecolor=true avoids this problem. -
URL -
Hyperlinks incorporated into device-dependent output. - At present, used in ps2, cmap, i*map and svg formats. - For all these formats, URLs can be attached to nodes, edges and - clusters. URL attributes can also be attached to the root graph in ps2, - cmap and i*map formats. This serves as the base URL for relative URLs in the - former, and as the default image map file in the latter. -

- For svg, cmapx and imap output, the active area for a node is its - visible image. - For example, an unfilled - node with no drawn boundary will only be active on its label. - For other output, the active area is its bounding box. - The active area for a cluster is its bounding box. - For edges, the active areas are small circles where the edge contacts its head - and tail nodes. In addition, for svg, cmapx and imap, the active area - includes a thin polygon approximating the edge. The circles may - overlap the related node, and the edge URL dominates. - If the edge has a label, this will also be active. - Finally, if the edge has a head or tail label, this will also be active. -

- Note that, for edges, the attributes headURL, - tailURL, labelURL and - edgeURL allow control of various parts of an - edge. - Also note that, if active areas of two edges overlap, it is unspecified - which area dominates. -

vertices
If the input graph defines this attribute, the node is polygonal, and output is dot or xdot, this attribute provides the @@ -1876,14 +1876,14 @@ the given types. Using "fast" gives about a 2-4 times overall speedup compared with "normal", though layout quality can suffer a little. +
rankType +
"same", "min", "source", "max", "sink" +
rankdir
"TB", "LR", "BT", "RL", corresponding to directed graphs drawn from top to bottom, from left to right, from bottom to top, and from right to left, respectively. -
rankType -
"same", "min", "source", "max", "sink" -
rect
"%d,%d,%d,%d" The rect llx,lly,urx,ury gives the coordinates, in points, of the lower-left corner (llx,lly) and the upper-right corner -- 2.40.0
NameUsed ByTypeDefaultMinimumNotes
Damping +Gdouble0.990.0neato only
K +GCdouble0.30sfdp, fdp only
URL +ENGClblString +<none>svg, postscript, map only
arrowhead EarrowType normal
constraint Ebool truedot only
Damping -Gdouble0.990.0neato only
decorate Ebool false
Ndouble0.0-100.0
dpi Gdouble96.0
0.0
svg, bitmap output only
edgeURL +ElblString +""svg, map only
edgehref ElblString ""svg, map only
edgetooltip EescString ""svg, cmap only
edgeURL -ElblString -""svg, map only
epsilon Gdouble.0001 * # nodes(mode == KK)
.0001(mode == major)
neato only
esep @@ -172,6 +177,9 @@ This field indicates which graph component uses the attribute. ENGCdouble14.01.0
group Nstring""dot only
headURL +ElblString +""svg, map only
headclip Ebool true
headtooltip EescString ""svg, cmap only
headURL -ElblString -""svg, map only
height Ndouble0.50.02
href @@ -206,11 +211,12 @@ This field indicates which graph component uses the attribute.
imagescale Nbool
string
false
K -GCdouble0.30sfdp, fdp only
label ENGClblString "\N" (nodes)
"" (otherwise)
labelURL +ElblString +""svg, map only
labelangle Edouble-25.0-180.0
labeldistance @@ -240,9 +246,6 @@ This field indicates which graph component uses the attribute.
labeltooltip EescString ""svg, cmap only
labelURL -ElblString -""svg, map only
landscape Gbool false
stylesheet Gstring""svg only
tailURL +ElblString +""svg, map only
tailclip Ebool true
tailtooltip EescString ""svg, cmap only
tailURL -ElblString -""svg, map only
target ENGCescString
string
<none>svg, map only
truecolor Gbool bitmap output only
URL -ENGClblString -<none>svg, postscript, map only
vertices NpointfList write only