Genomic Object Net Visualizer Online Samples
sample6 : How to load an image and assign the image to an object on a window on Visualizer?
Sorry. Document is not written for the sample XML file Now!
XML elements: animeSingleObject,imageFile,animeImage
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:
10: <animation title="Sample" backColor="0 0 0">
11: <animeSingleObject position="0 0 0">
12: <animeImage image="img1" size="100 100" />
13: </animeSingleObject>
14: </animation>
15: </test>
16:
17:
18:
© 2002-2004, Human Genome Center, Miyano Laboratory, All Rights Reserved.