Genomic Object Net Visualizer Online Samples
sample13 : How to assign each time value in a CVS data to the draw/undraw status of an object with an image?
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="img1" file="./img1.png" />
9: <imageFile id="img2" file="./dummy.png" />
10:
11: <tableFile file="sample.csv">
12: <placeName id="data1" name="data1" />
13: </tableFile>
14:
15: <animation title="Sample" backColor="0 0 0">
16: <animeSingleObject position="0 0 0">
17: <animeImage image="img1" size="50 50" />
18: <animeSingleVisibility event="data1"
19: threshold="50"
20: />
21: </animeSingleObject>
22: <animeSingleObject position="0 0 0">
23: <animeImage image="img2" size="100 100" />
24: </animeSingleObject>
25:
26: </animation>
27:
28: <plotter title="2D time-series Plot"
29: xLabel="Time"
30: yLabel="Number of Tokens"
31: legendPosition="0.7 0.8"
32: backColor="1 1 1"
33: axesColor="0 0 0"
34: lineWidth="1"
35: pointSize="3"
36: >
37: <plotSeries event="data1" label="Data1" color="1 0 0" />
38: </plotter>
39:
40: </test>
41:
42:
43:
© 2002-2004, Human Genome Center, Miyano Laboratory, All Rights Reserved.