]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkInteractorStyleUser.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkInteractorStyleUser.java
1 // java wrapper for vtkInteractorStyleUser object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkInteractorStyleUser extends vtkInteractorStyle
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 int[]  GetLastPos_2();
19   public int[]  GetLastPos()
20     { return GetLastPos_2(); }
21
22   private native int[]  GetOldPos_3();
23   public int[]  GetOldPos()
24     { return GetOldPos_3(); }
25
26   private native int GetShiftKey_4();
27   public int GetShiftKey()
28     { return GetShiftKey_4(); }
29
30   private native int GetCtrlKey_5();
31   public int GetCtrlKey()
32     { return GetCtrlKey_5(); }
33
34   private native int GetChar_6();
35   public int GetChar()
36     { return GetChar_6(); }
37
38   private native String GetKeySym_7();
39   public String GetKeySym()
40     { return GetKeySym_7(); }
41
42   private native int GetButton_8();
43   public int GetButton()
44     { return GetButton_8(); }
45
46   private native void OnMouseMove_9();
47   public void OnMouseMove()
48     { OnMouseMove_9(); }
49
50   private native void OnLeftButtonDown_10();
51   public void OnLeftButtonDown()
52     { OnLeftButtonDown_10(); }
53
54   private native void OnLeftButtonUp_11();
55   public void OnLeftButtonUp()
56     { OnLeftButtonUp_11(); }
57
58   private native void OnMiddleButtonDown_12();
59   public void OnMiddleButtonDown()
60     { OnMiddleButtonDown_12(); }
61
62   private native void OnMiddleButtonUp_13();
63   public void OnMiddleButtonUp()
64     { OnMiddleButtonUp_13(); }
65
66   private native void OnRightButtonDown_14();
67   public void OnRightButtonDown()
68     { OnRightButtonDown_14(); }
69
70   private native void OnRightButtonUp_15();
71   public void OnRightButtonUp()
72     { OnRightButtonUp_15(); }
73
74   private native void OnMouseWheelForward_16();
75   public void OnMouseWheelForward()
76     { OnMouseWheelForward_16(); }
77
78   private native void OnMouseWheelBackward_17();
79   public void OnMouseWheelBackward()
80     { OnMouseWheelBackward_17(); }
81
82   private native void OnChar_18();
83   public void OnChar()
84     { OnChar_18(); }
85
86   private native void OnKeyPress_19();
87   public void OnKeyPress()
88     { OnKeyPress_19(); }
89
90   private native void OnKeyRelease_20();
91   public void OnKeyRelease()
92     { OnKeyRelease_20(); }
93
94   private native void OnExpose_21();
95   public void OnExpose()
96     { OnExpose_21(); }
97
98   private native void OnConfigure_22();
99   public void OnConfigure()
100     { OnConfigure_22(); }
101
102   private native void OnEnter_23();
103   public void OnEnter()
104     { OnEnter_23(); }
105
106   private native void OnLeave_24();
107   public void OnLeave()
108     { OnLeave_24(); }
109
110   private native void OnTimer_25();
111   public void OnTimer()
112     { OnTimer_25(); }
113
114   public vtkInteractorStyleUser() { super(); }
115
116   public vtkInteractorStyleUser(long id) { super(id); }
117   public native long   VTKInit();
118
119 }