]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAreaLayout.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkAreaLayout.java
1 // java wrapper for vtkAreaLayout object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkAreaLayout extends vtkTreeAlgorithm
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 SetSizeArrayName_2(String id0);
19   public void SetSizeArrayName(String id0)
20     { SetSizeArrayName_2(id0); }
21
22   private native String GetAreaArrayName_3();
23   public String GetAreaArrayName()
24     { return GetAreaArrayName_3(); }
25
26   private native void SetAreaArrayName_4(String id0);
27   public void SetAreaArrayName(String id0)
28     { SetAreaArrayName_4(id0); }
29
30   private native boolean GetEdgeRoutingPoints_5();
31   public boolean GetEdgeRoutingPoints()
32     { return GetEdgeRoutingPoints_5(); }
33
34   private native void SetEdgeRoutingPoints_6(boolean id0);
35   public void SetEdgeRoutingPoints(boolean id0)
36     { SetEdgeRoutingPoints_6(id0); }
37
38   private native void EdgeRoutingPointsOn_7();
39   public void EdgeRoutingPointsOn()
40     { EdgeRoutingPointsOn_7(); }
41
42   private native void EdgeRoutingPointsOff_8();
43   public void EdgeRoutingPointsOff()
44     { EdgeRoutingPointsOff_8(); }
45
46   private native long GetLayoutStrategy_9();
47   public vtkAreaLayoutStrategy GetLayoutStrategy() {
48     long temp = GetLayoutStrategy_9();
49
50     if (temp == 0) return null;
51     return (vtkAreaLayoutStrategy)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
52 }
53
54   private native void SetLayoutStrategy_10(vtkAreaLayoutStrategy id0);
55   public void SetLayoutStrategy(vtkAreaLayoutStrategy id0)
56     { SetLayoutStrategy_10(id0); }
57
58   private native int GetMTime_11();
59   public int GetMTime()
60     { return GetMTime_11(); }
61
62   private native int FindVertex_12(double id0[]);
63   public int FindVertex(double id0[])
64     { return FindVertex_12(id0); }
65
66   public vtkAreaLayout() { super(); }
67
68   public vtkAreaLayout(long id) { super(id); }
69   public native long   VTKInit();
70
71 }