]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkCompassWidget.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkCompassWidget.java
1 // java wrapper for vtkCompassWidget object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkCompassWidget extends vtkAbstractWidget
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 SetRepresentation_2(vtkCompassRepresentation id0);
19   public void SetRepresentation(vtkCompassRepresentation id0)
20     { SetRepresentation_2(id0); }
21
22   private native void CreateDefaultRepresentation_3();
23   public void CreateDefaultRepresentation()
24     { CreateDefaultRepresentation_3(); }
25
26   private native double GetHeading_4();
27   public double GetHeading()
28     { return GetHeading_4(); }
29
30   private native void SetHeading_5(double id0);
31   public void SetHeading(double id0)
32     { SetHeading_5(id0); }
33
34   private native double GetTilt_6();
35   public double GetTilt()
36     { return GetTilt_6(); }
37
38   private native void SetTilt_7(double id0);
39   public void SetTilt(double id0)
40     { SetTilt_7(id0); }
41
42   private native double GetDistance_8();
43   public double GetDistance()
44     { return GetDistance_8(); }
45
46   private native void SetDistance_9(double id0);
47   public void SetDistance(double id0)
48     { SetDistance_9(id0); }
49
50   public vtkCompassWidget() { super(); }
51
52   public vtkCompassWidget(long id) { super(id); }
53   public native long   VTKInit();
54
55 }