| ZVON > Graphotron > Graphotron VCG |
| Intro / Search / ZVON |
| | graphotron | daVinci | >> vcg << | dot | tutorial | download | about | |
| Namespace: | http://zvon.org/graphotron/vcg |
| Element: | height |
| Description: | width, height is the width and height of a node including the border. If no value (in pixels) is given then width and height are calculated from the size of the label. |
| Values: | integer |

|
XML Source
<source> <eighty>80</eighty> <ten>10</ten> <forty>40</forty> </source> |
Graphotron Source
<graphotron xmlns:vcg="http://zvon.org/graphotron/vcg" xmlns="http://zvon.org/graphotron" > <vertex match="/*/eighty"> <name select="."/> <vcg:height>80</vcg:height> </vertex> <vertex match="/*/ten"> <name select="."/> <vcg:height>10</vcg:height> </vertex> <vertex match="/*/forty"> <name select="."/> <vcg:height>40</vcg:height> </vertex> </graphotron> |