From: erg Date: Wed, 21 Mar 2007 18:51:11 +0000 (+0000) Subject: Update info files X-Git-Tag: LAST_LIBGRAPH~32^2~5612 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b60b198e75efc5a499fbd678ec1cad86e25c848;p=graphviz Update info files --- diff --git a/doc/info/attrs.html b/doc/info/attrs.html index b0419a9aa..728e35cad 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -81,8 +81,8 @@ This field indicates which graph component uses the attribute. K GCdouble0.30fdp only URL -ENGCescString -
string<none>svg, postscript, map only +ENGClblString +<none>svg, postscript, map only arrowhead EarrowType normal @@ -139,6 +139,18 @@ This field indicates which graph component uses the attribute. Ndouble0.0-100.0 dpi Gdouble96.0
0.0svg, bitmap output only + edgeURL +ElblString +""svg, map only + edgehref +ElblString +""svg, map only + edgetarget +EescString +<none>svg, map only + edgetooltip +EescString +""svg, cmap only epsilon Gdouble.0001 * # nodes(mode == KK)
.0001(mode == major)neato only esep @@ -163,14 +175,14 @@ This field indicates which graph component uses the attribute. group Nstring""dot only headURL -EescString -""map only +ElblString +""svg, map only headclip Ebool true headhref -EescString -""map only +ElblString +""svg, map only headlabel ElblString "" @@ -179,18 +191,21 @@ This field indicates which graph component uses the attribute. center headtarget EescString -<none>map only +<none>svg, map only headtooltip EescString -""cmap only +""svg, cmap only height Ndouble0.50.02 href -EescString +ElblString ""svg, postscript, map only label ENGClblString "N"(nodes)
"" (otherwise) + labelURL +ElblString +""svg, map only labelangle Edouble-25.0-180.0 labeldistance @@ -205,10 +220,19 @@ This field indicates which graph component uses the attribute. Estring"Times-Roman" labelfontsize Edouble14.01.0 + labelhref +ElblString +""svg, map only labeljust GCstring"c" labelloc GCstring"t"clusters)
"b"(root graphs) + labeltarget +EescString +<none>svg, map only + labeltooltip +EescString +""svg, cmap only landscape Gbool false @@ -364,14 +388,14 @@ This field indicates which graph component uses the attribute. stylesheet Gstring""svg only tailURL -EescString -""map only +ElblString +""svg, map only tailclip Ebool true tailhref -EescString -""map only +ElblString +""svg, map only taillabel ElblString "" @@ -380,16 +404,16 @@ This field indicates which graph component uses the attribute. center tailtarget EescString -<none>map only +<none>svg, map only tailtooltip EescString -""cmap only +""svg, cmap only target ENGCescString
string<none>svg, map only tooltip NECescString -""cmap only +""svg, cmap only truecolor Gbool bitmap output only @@ -443,15 +467,13 @@ This field indicates which graph component uses the attribute. 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, however, that if the edge has a headURL - attribute, it is this value that is used near the head node and on - the head label, if defined. The similar restriction holds when - tailURL is defined. +

+ 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. -

- The URL of the root graph is only treated as an - escString if the output format is cmap.

arrowhead
Style of arrowhead on the head node of an edge. @@ -604,6 +626,32 @@ 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. + +
edgetarget +
If the edge has a URL or edgeURL + attribute, this attribute determines which window of the + browser is used + for the URL attached to the non-label part of the edge. + Setting it to "_graphviz" will open a new window if it + doesn't already exist, or reuse it if it does. + If undefined, the value of the target is used. + +
edgetooltip +
Tooltip annotation attached to the non-label part of an edge. + This is used only if the edge has a URL + or edgeURL attribute. +
epsilon
Terminating condition. If the length squared of all energy gradients are < epsilon, the algorithm stops. @@ -691,8 +739,10 @@ This field indicates which graph component uses the attribute. the edges straight.
headURL -
For the output format imap or cmap, if headURL is defined, it is +
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 @@ -742,6 +792,11 @@ This field indicates which graph component uses the attribute. 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 @@ -777,6 +832,9 @@ This field indicates which graph component uses the attribute.
Font size, in points, used for headlabel and taillabel. If not set, defaults to edge's fontsize. +
labelhref +
Synonym for labelURL. +
labeljust
Justification for cluster labels. If "r", the label is right-justified within bounding rectangle; if "l", left-justified; @@ -795,6 +853,20 @@ This field indicates which graph component uses the attribute. the root graph sets labelloc to "b", the subgraph inherits this value. +
labeltarget +
If the edge has a URL or labelURL + attribute, this attribute determines which window of the + browser is used + for the URL attached to the label. + Setting it to "_graphviz" will open a new window if it + doesn't already exist, or reuse it if it does. + If undefined, the value of the target is used. + +
labeltooltip +
Tooltip annotation attached to label of an edge. + This is used only if the edge has a URL + or labelURL attribute. +
landscape
If true, the graph is rendered in landscape mode. Synonymous with rotate=90 or @@ -1281,8 +1353,10 @@ This field indicates which graph component uses the attribute.
A URL or pathname specifying an XML style sheet, used in SVG output.
tailURL -
When the output format is imap or cmap, if tailURL is defined, it is +
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