| ZVON > Graphotron > Graphotron VCG |
| Intro / Search / ZVON |
| | graphotron | daVinci | >> vcg << | dot | tutorial | download | about | |
| Namespace: | http://zvon.org/graphotron/vcg |
| Element: | textcolor |
| Description: | the color for the label text |
| 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> <AAA>red</AAA> <BBB>blue</BBB> <CCC>orchid</CCC> </source> |
Graphotron Source
<graphotron xmlns:vcg="http://zvon.org/graphotron/vcg" xmlns="http://zvon.org/graphotron" > <vertex match="/*/AAA"> <name select="."/> <vcg:textcolor>red</vcg:textcolor> </vertex> <vertex match="/*/BBB"> <name select="."/> <vcg:textcolor>blue</vcg:textcolor> </vertex> <vertex match="/*/CCC"> <name select="."/> <vcg:textcolor>orchid</vcg:textcolor> </vertex> </graphotron> |