1 // java wrapper for vtkForceDirectedLayoutStrategy object
7 public class vtkForceDirectedLayoutStrategy extends vtkGraphLayoutStrategy
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void SetRandomSeed_2(int id0);
19 public void SetRandomSeed(int id0)
20 { SetRandomSeed_2(id0); }
22 private native int GetRandomSeedMinValue_3();
23 public int GetRandomSeedMinValue()
24 { return GetRandomSeedMinValue_3(); }
26 private native int GetRandomSeedMaxValue_4();
27 public int GetRandomSeedMaxValue()
28 { return GetRandomSeedMaxValue_4(); }
30 private native int GetRandomSeed_5();
31 public int GetRandomSeed()
32 { return GetRandomSeed_5(); }
34 private native void SetGraphBounds_6(double id0,double id1,double id2,double id3,double id4,double id5);
35 public void SetGraphBounds(double id0,double id1,double id2,double id3,double id4,double id5)
36 { SetGraphBounds_6(id0,id1,id2,id3,id4,id5); }
38 private native void SetGraphBounds_7(double id0[]);
39 public void SetGraphBounds(double id0[])
40 { SetGraphBounds_7(id0); }
42 private native double[] GetGraphBounds_8();
43 public double[] GetGraphBounds()
44 { return GetGraphBounds_8(); }
46 private native void SetAutomaticBoundsComputation_9(int id0);
47 public void SetAutomaticBoundsComputation(int id0)
48 { SetAutomaticBoundsComputation_9(id0); }
50 private native int GetAutomaticBoundsComputation_10();
51 public int GetAutomaticBoundsComputation()
52 { return GetAutomaticBoundsComputation_10(); }
54 private native void AutomaticBoundsComputationOn_11();
55 public void AutomaticBoundsComputationOn()
56 { AutomaticBoundsComputationOn_11(); }
58 private native void AutomaticBoundsComputationOff_12();
59 public void AutomaticBoundsComputationOff()
60 { AutomaticBoundsComputationOff_12(); }
62 private native void SetMaxNumberOfIterations_13(int id0);
63 public void SetMaxNumberOfIterations(int id0)
64 { SetMaxNumberOfIterations_13(id0); }
66 private native int GetMaxNumberOfIterationsMinValue_14();
67 public int GetMaxNumberOfIterationsMinValue()
68 { return GetMaxNumberOfIterationsMinValue_14(); }
70 private native int GetMaxNumberOfIterationsMaxValue_15();
71 public int GetMaxNumberOfIterationsMaxValue()
72 { return GetMaxNumberOfIterationsMaxValue_15(); }
74 private native int GetMaxNumberOfIterations_16();
75 public int GetMaxNumberOfIterations()
76 { return GetMaxNumberOfIterations_16(); }
78 private native void SetIterationsPerLayout_17(int id0);
79 public void SetIterationsPerLayout(int id0)
80 { SetIterationsPerLayout_17(id0); }
82 private native int GetIterationsPerLayoutMinValue_18();
83 public int GetIterationsPerLayoutMinValue()
84 { return GetIterationsPerLayoutMinValue_18(); }
86 private native int GetIterationsPerLayoutMaxValue_19();
87 public int GetIterationsPerLayoutMaxValue()
88 { return GetIterationsPerLayoutMaxValue_19(); }
90 private native int GetIterationsPerLayout_20();
91 public int GetIterationsPerLayout()
92 { return GetIterationsPerLayout_20(); }
94 private native void SetCoolDownRate_21(double id0);
95 public void SetCoolDownRate(double id0)
96 { SetCoolDownRate_21(id0); }
98 private native double GetCoolDownRateMinValue_22();
99 public double GetCoolDownRateMinValue()
100 { return GetCoolDownRateMinValue_22(); }
102 private native double GetCoolDownRateMaxValue_23();
103 public double GetCoolDownRateMaxValue()
104 { return GetCoolDownRateMaxValue_23(); }
106 private native double GetCoolDownRate_24();
107 public double GetCoolDownRate()
108 { return GetCoolDownRate_24(); }
110 private native void SetThreeDimensionalLayout_25(int id0);
111 public void SetThreeDimensionalLayout(int id0)
112 { SetThreeDimensionalLayout_25(id0); }
114 private native int GetThreeDimensionalLayout_26();
115 public int GetThreeDimensionalLayout()
116 { return GetThreeDimensionalLayout_26(); }
118 private native void ThreeDimensionalLayoutOn_27();
119 public void ThreeDimensionalLayoutOn()
120 { ThreeDimensionalLayoutOn_27(); }
122 private native void ThreeDimensionalLayoutOff_28();
123 public void ThreeDimensionalLayoutOff()
124 { ThreeDimensionalLayoutOff_28(); }
126 private native void SetRandomInitialPoints_29(int id0);
127 public void SetRandomInitialPoints(int id0)
128 { SetRandomInitialPoints_29(id0); }
130 private native int GetRandomInitialPoints_30();
131 public int GetRandomInitialPoints()
132 { return GetRandomInitialPoints_30(); }
134 private native void RandomInitialPointsOn_31();
135 public void RandomInitialPointsOn()
136 { RandomInitialPointsOn_31(); }
138 private native void RandomInitialPointsOff_32();
139 public void RandomInitialPointsOff()
140 { RandomInitialPointsOff_32(); }
142 private native void SetInitialTemperature_33(double id0);
143 public void SetInitialTemperature(double id0)
144 { SetInitialTemperature_33(id0); }
146 private native double GetInitialTemperatureMinValue_34();
147 public double GetInitialTemperatureMinValue()
148 { return GetInitialTemperatureMinValue_34(); }
150 private native double GetInitialTemperatureMaxValue_35();
151 public double GetInitialTemperatureMaxValue()
152 { return GetInitialTemperatureMaxValue_35(); }
154 private native double GetInitialTemperature_36();
155 public double GetInitialTemperature()
156 { return GetInitialTemperature_36(); }
158 private native void Initialize_37();
159 public void Initialize()
162 private native void Layout_38();
166 private native int IsLayoutComplete_39();
167 public int IsLayoutComplete()
168 { return IsLayoutComplete_39(); }
170 public vtkForceDirectedLayoutStrategy() { super(); }
172 public vtkForceDirectedLayoutStrategy(long id) { super(id); }
173 public native long VTKInit();