| ZVON > Graphotron > Graphotron VCG |
| Intro / Search / ZVON |
| | graphotron | daVinci | >> vcg << | dot | tutorial | download | about | |
| Namespace: | http://zvon.org/graphotron/vcg |
| Element: | arrowcolor |
| Description: | arrowcolor, backarrowcolor is the color of the arrow head and of the backarrow head |
| Values: | aquamarine, black, blue, cyan, darkblue, darkcyan, darkgreen, darkgrey, darkmagenta, darkred, darkyellow, gold, green, khaki, lightblue, lightcyan, lightgreen, lightgrey, lightmagenta, lightred, lightyellow, lilac, magenta, orange, orchid, pink, purple, red, turquoise, white, yellow, yellowgreen, 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> <edge match="/*/START1" select="/*/END1"> <vcg:arrowcolor>red</vcg:arrowcolor> </edge> <edge match="/*/START2" select="/*/END2"> <vcg:arrowcolor>green</vcg:arrowcolor> </edge> <edge match="/*/START3" select="/*/END3"> <vcg:arrowcolor>blue</vcg:arrowcolor> </edge> <edge match="/*/START4" select="/*/END4"> <vcg:arrowcolor>magenta</vcg:arrowcolor> </edge> </graphotron> |