-
Notifications
You must be signed in to change notification settings - Fork 2
/
test8.vas
100 lines (100 loc) · 2.47 KB
/
test8.vas
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<?xml version="1.0" encoding="UTF-8"?>
<java version="1.6.0_02" class="java.beans.XMLDecoder">
<object class="graph.Header">
<void method="put">
<string>application</string>
<string>VisualAp</string>
</void>
<void method="put">
<string>comment</string>
<string>Created on Fri Jan 11 19:09:21 CET 2008</string>
</void>
<void method="put">
<string>version</string>
<string>1.0</string>
</void>
</object>
<object class="java.util.HashMap">
<void method="put">
<string>blocksize</string>
<int>1024</int>
</void>
</object>
<object class="graph.GList">
<void method="add">
<object class="graph.NodeText">
<void property="label">
<string>text$0</string>
</void>
<void property="origin">
<object class="java.awt.Point">
<int>14</int>
<int>23</int>
</object>
</void>
<void property="text">
<string>This is an example</string>
</void>
</object>
</void>
<void method="add">
<object class="graph.NodeText">
<void property="label">
<string>text$2</string>
</void>
<void property="origin">
<object class="java.awt.Point">
<int>63</int>
<int>76</int>
</object>
</void>
<void property="text">
<string>Visualize the content of an audio file in a window</string>
</void>
</object>
</void>
<void method="add">
<object class="graph.NodeBean">
<void property="label">
<string>ToneGenerator</string>
</void>
<void property="object">
<object class="test.tonegenerator.ToneGenerator"/>
</void>
<void property="origin">
<object class="java.awt.Point">
<int>52</int>
<int>201</int>
</object>
</void>
<void property="serialUID">
<long>-8514971836215086463</long>
</void>
</object>
</void>
<void method="add">
<object class="graph.NodeBean">
<void property="label">
<string>Viewer</string>
</void>
<void property="object">
<object class="test.viewer.Viewer"/>
</void>
<void property="origin">
<object class="java.awt.Point">
<int>292</int>
<int>191</int>
</object>
</void>
<void property="serialUID">
<long>6529006835049087633</long>
</void>
</object>
</void>
</object>
<array class="java.lang.Object" length="1">
<void index="0">
<string>ToneGenerator.output0,Viewer.input0</string>
</void>
</array>
</java>