Index   <<First   <Prev   Next>   End>>
sample9 : How to assign texts to objects on a window on Visualizer?
Sorry. Document is not written for the sample XML file Now!
XML elements: animeSingleObject,animeText
Download Source:sample9.zip,sample9.tgz Download Demo:sample9.wmv

XML source code

1: <?xml version="1.0" encoding="UTF-8"?>
2:
3:
4: <!DOCTYPE test SYSTEM "GonVisTool.dtd">
5:
6: <test>
7:
8: <animation title="Sample" backColor="0 0 0">
9: <animeSingleObject position="0 0 0">
10: <animeText height="50" color="1 0 0" >
11: Hello World1!
12: </animeText>
13: </animeSingleObject>
14:
15: <animeSingleObject position="0 80 0">
16: <animeText height="40" color="0 1 0" >
17: Hello World2!
18: </animeText>
19: </animeSingleObject>
20: </animation>
21: </test>
22:
23:
24: