Genomic Object Net Visualizer Online Samples
sample12 : How to assign each time value in a CVS data to the draw/undraw status of an object with a text?
Sorry. Document is not written for the sample XML file Now!
XML elements: animeSingleObject,animeSingleVisibility
XML source code
1: <?xml version="1.0" encoding="UTF-8"?>
2:
3:
4: <!DOCTYPE test SYSTEM "GonVisTool.dtd">
5:
6: <test>
7:
8: <imageFile id="img2" file="./dummy.png" />
9:
10: <tableFile file="sample.csv">
11: <placeName id="data1" name="data1" />
12: </tableFile>
13:
14: <animation title="Sample" backColor="0 0 0">
15: <animeSingleObject position="-200 0 0">
16: <animeText height="30" color="0 1 0" >
17: Hello World!
18: </animeText>
19: <animeSingleVisibility event="data1"
20: threshold="50"
21: />
22: </animeSingleObject>
23:
24: <animeSingleObject position="0 0 0">
25: <animeImage image="img2" size="200 200" />
26: </animeSingleObject>
27: </animation>
28:
29: <plotter title="2D time-series Plot"
30: xLabel="Time"
31: yLabel="Number of Tokens"
32: legendPosition="0.7 0.8"
33: backColor="1 1 1"
34: axesColor="0 0 0"
35: lineWidth="1"
36: pointSize="3"
37: >
38: <plotSeries event="data1" label="Data1" color="1 0 0" />
39: </plotter>
40:
41: </test>
42:
43:
44:
© 2002-2004, Human Genome Center, Miyano Laboratory, All Rights Reserved.