]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkTDxInteractorStyle.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkTDxInteractorStyle.java
1 // java wrapper for vtkTDxInteractorStyle object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkTDxInteractorStyle 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 OnButtonPressedEvent_2(int id0);
19   public void OnButtonPressedEvent(int id0)
20     { OnButtonPressedEvent_2(id0); }
21
22   private native void OnButtonReleasedEvent_3(int id0);
23   public void OnButtonReleasedEvent(int id0)
24     { OnButtonReleasedEvent_3(id0); }
25
26   private native long GetSettings_4();
27   public vtkTDxInteractorStyleSettings GetSettings() {
28     long temp = GetSettings_4();
29
30     if (temp == 0) return null;
31     return (vtkTDxInteractorStyleSettings)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native void SetSettings_5(vtkTDxInteractorStyleSettings id0);
35   public void SetSettings(vtkTDxInteractorStyleSettings id0)
36     { SetSettings_5(id0); }
37
38   public vtkTDxInteractorStyle() { super(); }
39
40   public vtkTDxInteractorStyle(long id) { super(id); }
41
42 }