]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkInteractorStyle.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkInteractorStyle.java
1 // java wrapper for vtkInteractorStyle object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkInteractorStyle extends vtkInteractorObserver
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 SetInteractor_2(vtkRenderWindowInteractor id0);
19   public void SetInteractor(vtkRenderWindowInteractor id0)
20     { SetInteractor_2(id0); }
21
22   private native void SetEnabled_3(int id0);
23   public void SetEnabled(int id0)
24     { SetEnabled_3(id0); }
25
26   private native void SetAutoAdjustCameraClippingRange_4(int id0);
27   public void SetAutoAdjustCameraClippingRange(int id0)
28     { SetAutoAdjustCameraClippingRange_4(id0); }
29
30   private native int GetAutoAdjustCameraClippingRangeMinValue_5();
31   public int GetAutoAdjustCameraClippingRangeMinValue()
32     { return GetAutoAdjustCameraClippingRangeMinValue_5(); }
33
34   private native int GetAutoAdjustCameraClippingRangeMaxValue_6();
35   public int GetAutoAdjustCameraClippingRangeMaxValue()
36     { return GetAutoAdjustCameraClippingRangeMaxValue_6(); }
37
38   private native int GetAutoAdjustCameraClippingRange_7();
39   public int GetAutoAdjustCameraClippingRange()
40     { return GetAutoAdjustCameraClippingRange_7(); }
41
42   private native void AutoAdjustCameraClippingRangeOn_8();
43   public void AutoAdjustCameraClippingRangeOn()
44     { AutoAdjustCameraClippingRangeOn_8(); }
45
46   private native void AutoAdjustCameraClippingRangeOff_9();
47   public void AutoAdjustCameraClippingRangeOff()
48     { AutoAdjustCameraClippingRangeOff_9(); }
49
50   private native void FindPokedRenderer_10(int id0,int id1);
51   public void FindPokedRenderer(int id0,int id1)
52     { FindPokedRenderer_10(id0,id1); }
53
54   private native int GetState_11();
55   public int GetState()
56     { return GetState_11(); }
57
58   private native int GetUseTimers_12();
59   public int GetUseTimers()
60     { return GetUseTimers_12(); }
61
62   private native void SetUseTimers_13(int id0);
63   public void SetUseTimers(int id0)
64     { SetUseTimers_13(id0); }
65
66   private native void UseTimersOn_14();
67   public void UseTimersOn()
68     { UseTimersOn_14(); }
69
70   private native void UseTimersOff_15();
71   public void UseTimersOff()
72     { UseTimersOff_15(); }
73
74   private native void SetTimerDuration_16(int id0);
75   public void SetTimerDuration(int id0)
76     { SetTimerDuration_16(id0); }
77
78   private native int GetTimerDurationMinValue_17();
79   public int GetTimerDurationMinValue()
80     { return GetTimerDurationMinValue_17(); }
81
82   private native int GetTimerDurationMaxValue_18();
83   public int GetTimerDurationMaxValue()
84     { return GetTimerDurationMaxValue_18(); }
85
86   private native int GetTimerDuration_19();
87   public int GetTimerDuration()
88     { return GetTimerDuration_19(); }
89
90   private native void SetHandleObservers_20(int id0);
91   public void SetHandleObservers(int id0)
92     { SetHandleObservers_20(id0); }
93
94   private native int GetHandleObservers_21();
95   public int GetHandleObservers()
96     { return GetHandleObservers_21(); }
97
98   private native void HandleObserversOn_22();
99   public void HandleObserversOn()
100     { HandleObserversOn_22(); }
101
102   private native void HandleObserversOff_23();
103   public void HandleObserversOff()
104     { HandleObserversOff_23(); }
105
106   private native void OnMouseMove_24();
107   public void OnMouseMove()
108     { OnMouseMove_24(); }
109
110   private native void OnLeftButtonDown_25();
111   public void OnLeftButtonDown()
112     { OnLeftButtonDown_25(); }
113
114   private native void OnLeftButtonUp_26();
115   public void OnLeftButtonUp()
116     { OnLeftButtonUp_26(); }
117
118   private native void OnMiddleButtonDown_27();
119   public void OnMiddleButtonDown()
120     { OnMiddleButtonDown_27(); }
121
122   private native void OnMiddleButtonUp_28();
123   public void OnMiddleButtonUp()
124     { OnMiddleButtonUp_28(); }
125
126   private native void OnRightButtonDown_29();
127   public void OnRightButtonDown()
128     { OnRightButtonDown_29(); }
129
130   private native void OnRightButtonUp_30();
131   public void OnRightButtonUp()
132     { OnRightButtonUp_30(); }
133
134   private native void OnMouseWheelForward_31();
135   public void OnMouseWheelForward()
136     { OnMouseWheelForward_31(); }
137
138   private native void OnMouseWheelBackward_32();
139   public void OnMouseWheelBackward()
140     { OnMouseWheelBackward_32(); }
141
142   private native void OnFourthButtonDown_33();
143   public void OnFourthButtonDown()
144     { OnFourthButtonDown_33(); }
145
146   private native void OnFourthButtonUp_34();
147   public void OnFourthButtonUp()
148     { OnFourthButtonUp_34(); }
149
150   private native void OnFifthButtonDown_35();
151   public void OnFifthButtonDown()
152     { OnFifthButtonDown_35(); }
153
154   private native void OnFifthButtonUp_36();
155   public void OnFifthButtonUp()
156     { OnFifthButtonUp_36(); }
157
158   private native void OnChar_37();
159   public void OnChar()
160     { OnChar_37(); }
161
162   private native void OnKeyDown_38();
163   public void OnKeyDown()
164     { OnKeyDown_38(); }
165
166   private native void OnKeyUp_39();
167   public void OnKeyUp()
168     { OnKeyUp_39(); }
169
170   private native void OnKeyPress_40();
171   public void OnKeyPress()
172     { OnKeyPress_40(); }
173
174   private native void OnKeyRelease_41();
175   public void OnKeyRelease()
176     { OnKeyRelease_41(); }
177
178   private native void OnExpose_42();
179   public void OnExpose()
180     { OnExpose_42(); }
181
182   private native void OnConfigure_43();
183   public void OnConfigure()
184     { OnConfigure_43(); }
185
186   private native void OnEnter_44();
187   public void OnEnter()
188     { OnEnter_44(); }
189
190   private native void OnLeave_45();
191   public void OnLeave()
192     { OnLeave_45(); }
193
194   private native void OnTimer_46();
195   public void OnTimer()
196     { OnTimer_46(); }
197
198   private native void Rotate_47();
199   public void Rotate()
200     { Rotate_47(); }
201
202   private native void Spin_48();
203   public void Spin()
204     { Spin_48(); }
205
206   private native void Pan_49();
207   public void Pan()
208     { Pan_49(); }
209
210   private native void Dolly_50();
211   public void Dolly()
212     { Dolly_50(); }
213
214   private native void Zoom_51();
215   public void Zoom()
216     { Zoom_51(); }
217
218   private native void UniformScale_52();
219   public void UniformScale()
220     { UniformScale_52(); }
221
222   private native void OnPinch_53();
223   public void OnPinch()
224     { OnPinch_53(); }
225
226   private native void OnRotate_54();
227   public void OnRotate()
228     { OnRotate_54(); }
229
230   private native void OnPan_55();
231   public void OnPan()
232     { OnPan_55(); }
233
234   private native void OnTap_56();
235   public void OnTap()
236     { OnTap_56(); }
237
238   private native void OnLongTap_57();
239   public void OnLongTap()
240     { OnLongTap_57(); }
241
242   private native void OnSwipe_58();
243   public void OnSwipe()
244     { OnSwipe_58(); }
245
246   private native void StartState_59(int id0);
247   public void StartState(int id0)
248     { StartState_59(id0); }
249
250   private native void StopState_60();
251   public void StopState()
252     { StopState_60(); }
253
254   private native void StartAnimate_61();
255   public void StartAnimate()
256     { StartAnimate_61(); }
257
258   private native void StopAnimate_62();
259   public void StopAnimate()
260     { StopAnimate_62(); }
261
262   private native void StartRotate_63();
263   public void StartRotate()
264     { StartRotate_63(); }
265
266   private native void EndRotate_64();
267   public void EndRotate()
268     { EndRotate_64(); }
269
270   private native void StartZoom_65();
271   public void StartZoom()
272     { StartZoom_65(); }
273
274   private native void EndZoom_66();
275   public void EndZoom()
276     { EndZoom_66(); }
277
278   private native void StartPan_67();
279   public void StartPan()
280     { StartPan_67(); }
281
282   private native void EndPan_68();
283   public void EndPan()
284     { EndPan_68(); }
285
286   private native void StartSpin_69();
287   public void StartSpin()
288     { StartSpin_69(); }
289
290   private native void EndSpin_70();
291   public void EndSpin()
292     { EndSpin_70(); }
293
294   private native void StartDolly_71();
295   public void StartDolly()
296     { StartDolly_71(); }
297
298   private native void EndDolly_72();
299   public void EndDolly()
300     { EndDolly_72(); }
301
302   private native void StartUniformScale_73();
303   public void StartUniformScale()
304     { StartUniformScale_73(); }
305
306   private native void EndUniformScale_74();
307   public void EndUniformScale()
308     { EndUniformScale_74(); }
309
310   private native void StartTimer_75();
311   public void StartTimer()
312     { StartTimer_75(); }
313
314   private native void EndTimer_76();
315   public void EndTimer()
316     { EndTimer_76(); }
317
318   private native void StartTwoPointer_77();
319   public void StartTwoPointer()
320     { StartTwoPointer_77(); }
321
322   private native void EndTwoPointer_78();
323   public void EndTwoPointer()
324     { EndTwoPointer_78(); }
325
326   private native void HighlightProp_79(vtkProp id0);
327   public void HighlightProp(vtkProp id0)
328     { HighlightProp_79(id0); }
329
330   private native void HighlightActor2D_80(vtkActor2D id0);
331   public void HighlightActor2D(vtkActor2D id0)
332     { HighlightActor2D_80(id0); }
333
334   private native void HighlightProp3D_81(vtkProp3D id0);
335   public void HighlightProp3D(vtkProp3D id0)
336     { HighlightProp3D_81(id0); }
337
338   private native void SetPickColor_82(double id0,double id1,double id2);
339   public void SetPickColor(double id0,double id1,double id2)
340     { SetPickColor_82(id0,id1,id2); }
341
342   private native void SetPickColor_83(double id0[]);
343   public void SetPickColor(double id0[])
344     { SetPickColor_83(id0); }
345
346   private native double[] GetPickColor_84();
347   public double[] GetPickColor()
348     { return GetPickColor_84(); }
349
350   private native void SetMouseWheelMotionFactor_85(double id0);
351   public void SetMouseWheelMotionFactor(double id0)
352     { SetMouseWheelMotionFactor_85(id0); }
353
354   private native double GetMouseWheelMotionFactor_86();
355   public double GetMouseWheelMotionFactor()
356     { return GetMouseWheelMotionFactor_86(); }
357
358   private native long GetTDxStyle_87();
359   public vtkTDxInteractorStyle GetTDxStyle() {
360     long temp = GetTDxStyle_87();
361
362     if (temp == 0) return null;
363     return (vtkTDxInteractorStyle)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
364 }
365
366   private native void SetTDxStyle_88(vtkTDxInteractorStyle id0);
367   public void SetTDxStyle(vtkTDxInteractorStyle id0)
368     { SetTDxStyle_88(id0); }
369
370   public vtkInteractorStyle() { super(); }
371
372   public vtkInteractorStyle(long id) { super(id); }
373   public native long   VTKInit();
374
375 }