| ZVON > Graphotron > Graphotron VCG |
| Intro / Search / ZVON |
| | graphotron | daVinci | >> vcg << | dot | tutorial | download | about | |
| Namespace: | http://zvon.org/graphotron/vcg |
| Element: | arrowsize |
| Description: | arrowsize, backarrowsize - The arrow head is a right-angled, isosceles triangle and the cathetuses have length arrowsize. |
| Values: | integer |

|
XML Source
<source> <START1/> <END1/> <START2/> <END2/> <START3/> <END3/> <START4/> <END4/> </source> |
Graphotron Source
<graphotron xmlns:vcg="http://zvon.org/graphotron/vcg" xmlns="http://zvon.org/graphotron" > <vertex match="/*/*"> <name select="name()"/> </vertex> <params> <vcg:display_edge_labels>yes</vcg:display_edge_labels> </params> <edge match="/*/START1" select="/*/END1"> <vcg:label>default</vcg:label> </edge> <edge match="/*/START2" select="/*/END2"> <vcg:arrowsize>7</vcg:arrowsize> <vcg:label>7</vcg:label> </edge> <edge match="/*/START3" select="/*/END3"> <vcg:arrowsize>10</vcg:arrowsize> <vcg:label>10</vcg:label> </edge> <edge match="/*/START4" select="/*/END4"> <vcg:arrowsize>20</vcg:arrowsize> <vcg:label>20</vcg:label> </edge> </graphotron> |