File: HomeOwn.java

package info (click to toggle)
dxsamples 4.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 26,340 kB
  • sloc: ansic: 10,079; sh: 8,445; java: 1,772; makefile: 1,102
file content (73 lines) | stat: -rw-r--r-- 2,882 bytes parent folder | download | duplicates (4)
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
//
// Applet file generated automatically 
// time: Fri Dec  2 10:23:31 2005
// DX version: 3.2.0 (format), 4.3.3 (DX)
//
// Java version 1.1
//
import dx.net.*;
import dx.runtime.*;
import java.util.*;
import java.awt.*;

public class HomeOwn extends DXLinkApplication {

    public void readNetwork() {


        SequencerNode Sequencer_3 = new SequencerNode (this.network, "Sequencer", 3, "Sequencer");
        this.network.addElement((Object)Sequencer_3);
        Sequencer_3.setInputValueString(4, "0");
        Sequencer_3.setInputValueString(5, "9");
        Sequencer_3.setInputValueString(6, "1");


        DrivenNode Colormap_1 = new DrivenNode (this.network, "Colormap", 1, "Colormap");
        this.network.addElement((Object)Colormap_1);


        WebOptionsNode WebOptions_1 = new WebOptionsNode (this.network, "WebOptions", 1, "WebOptions");
        this.network.addElement((Object)WebOptions_1);
        WebOptions_1.setInputValueString(10, "own");


        ImageNode Image_1 = new ImageNode (this.network, "Image", 1, "Image");
        this.network.addElement((Object)Image_1);
        Image_1.setInputValueString(5, "[2.30354 1.37522 4.0747]");
        Image_1.setInputValueString(6, "[53.0348 -82.6115 99.2387]");
        Image_1.setInputValueString(7, "48.6809");
        Image_1.setInputValueString(10, "[0.106302 0.772951 0.625497]");
        Image_1.setInputValueString(41, "none");
        Image_1.setInputValueString(42, "Ownership");
        Image_1.addInputArc (49, WebOptions_1, 1);


        WebOptionsNode WebOptions_2 = new WebOptionsNode (this.network, "WebOptions", 2, "WebOptions");
        this.network.addElement((Object)WebOptions_2);
        WebOptions_2.setInputValueString(10, "own");


        ImageNode Image_2 = new ImageNode (this.network, "Image", 2, "Image");
        this.network.addElement((Object)Image_2);
        Image_2.setInputValueString(5, "[0.981204 1.67591 5.045]");
        Image_2.setInputValueString(6, "[51.7125 -82.3108 100.209]");
        Image_2.setInputValueString(7, "50.7831");
        Image_2.setInputValueString(10, "[0.106302 0.772951 0.625497]");
        Image_2.setInputValueString(41, "none");
        Image_2.addInputArc (49, WebOptions_2, 1);


        WebOptionsNode WebOptions_3 = new WebOptionsNode (this.network, "WebOptions", 3, "WebOptions");
        this.network.addElement((Object)WebOptions_3);


        ImageNode Image_3 = new ImageNode (this.network, "Image", 3, "Image");
        this.network.addElement((Object)Image_3);
        Image_3.setInputValueString(5, "[0.981204 1.67591 5.045]");
        Image_3.setInputValueString(6, "[51.7125 -82.3108 100.209]");
        Image_3.setInputValueString(7, "50.7831");
        Image_3.setInputValueString(10, "[0.106302 0.772951 0.625497]");
        Image_3.setInputValueString(41, "none");
        Image_3.addInputArc (49, WebOptions_3, 1);
    }
}