| ZVON > Graphotron > Graphotron daVinci |
| Intro / Search / ZVON |
| | graphotron | >> daVinci << | vcg | dot | tutorial | download | about | |
| Namespace: | http://zvon.org/graphotron/daVinci |
| Element: | EDGEPATTERN |
| Description: | pattern style of an edge |
| Values: |
solid
dotted
dashed
thick
double
|

|
XML Source
<source> <START1/> <END1/> <START2/> <END2/> <START3/> <END3/> <START4/> <END4/> <START5/> <END5/> </source> |
Graphotron Source
<graphotron xmlns:daVinci="http://zvon.org/graphotron/daVinci" xmlns="http://zvon.org/graphotron" > <vertex match="/*/*"> <name select="name()"/> </vertex> <edge match="/*/START1" select="/*/END1"> <daVinci:EDGEPATTERN>solid</daVinci:EDGEPATTERN> </edge> <edge match="/*/START2" select="/*/END2"> <daVinci:EDGEPATTERN>dotted</daVinci:EDGEPATTERN> </edge> <edge match="/*/START3" select="/*/END3"> <daVinci:EDGEPATTERN>dashed</daVinci:EDGEPATTERN> </edge> <edge match="/*/START4" select="/*/END4"> <daVinci:EDGEPATTERN>thick</daVinci:EDGEPATTERN> </edge> <edge match="/*/START5" select="/*/END5"> <daVinci:EDGEPATTERN>double</daVinci:EDGEPATTERN> </edge> </graphotron> |