]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkIncrementalForceLayout.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkIncrementalForceLayout.java
1 // java wrapper for vtkIncrementalForceLayout object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkIncrementalForceLayout extends vtkObject
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void SetGraph_2(vtkGraph id0);
19   public void SetGraph(vtkGraph id0)
20     { SetGraph_2(id0); }
21
22   private native long GetGraph_3();
23   public vtkGraph GetGraph() {
24     long temp = GetGraph_3();
25
26     if (temp == 0) return null;
27     return (vtkGraph)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetFixed_4(int id0);
31   public void SetFixed(int id0)
32     { SetFixed_4(id0); }
33
34   private native int GetFixed_5();
35   public int GetFixed()
36     { return GetFixed_5(); }
37
38   private native void SetAlpha_6(double id0);
39   public void SetAlpha(double id0)
40     { SetAlpha_6(id0); }
41
42   private native double GetAlpha_7();
43   public double GetAlpha()
44     { return GetAlpha_7(); }
45
46   private native void SetTheta_8(double id0);
47   public void SetTheta(double id0)
48     { SetTheta_8(id0); }
49
50   private native double GetTheta_9();
51   public double GetTheta()
52     { return GetTheta_9(); }
53
54   private native void SetCharge_10(double id0);
55   public void SetCharge(double id0)
56     { SetCharge_10(id0); }
57
58   private native double GetCharge_11();
59   public double GetCharge()
60     { return GetCharge_11(); }
61
62   private native void SetStrength_12(double id0);
63   public void SetStrength(double id0)
64     { SetStrength_12(id0); }
65
66   private native double GetStrength_13();
67   public double GetStrength()
68     { return GetStrength_13(); }
69
70   private native void SetDistance_14(double id0);
71   public void SetDistance(double id0)
72     { SetDistance_14(id0); }
73
74   private native double GetDistance_15();
75   public double GetDistance()
76     { return GetDistance_15(); }
77
78   private native void SetGravity_16(double id0);
79   public void SetGravity(double id0)
80     { SetGravity_16(id0); }
81
82   private native double GetGravity_17();
83   public double GetGravity()
84     { return GetGravity_17(); }
85
86   private native void SetFriction_18(double id0);
87   public void SetFriction(double id0)
88     { SetFriction_18(id0); }
89
90   private native double GetFriction_19();
91   public double GetFriction()
92     { return GetFriction_19(); }
93
94   private native void UpdatePositions_20();
95   public void UpdatePositions()
96     { UpdatePositions_20(); }
97
98   public vtkIncrementalForceLayout() { super(); }
99
100   public vtkIncrementalForceLayout(long id) { super(id); }
101   public native long   VTKInit();
102
103 }