]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkContextInteractorStyle.java
Fix PNG loading
[simantics/3d.git] / vtk / src / vtk / vtkContextInteractorStyle.java
1 // java wrapper for vtkContextInteractorStyle object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkContextInteractorStyle 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 void SetScene_2(vtkContextScene id0);
19   public void SetScene(vtkContextScene id0)
20     { SetScene_2(id0); }
21
22   private native long GetScene_3();
23   public vtkContextScene GetScene() {
24     long temp = GetScene_3();
25
26     if (temp == 0) return null;
27     return (vtkContextScene)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void OnSceneModified_4();
31   public void OnSceneModified()
32     { OnSceneModified_4(); }
33
34   private native void OnMouseMove_5();
35   public void OnMouseMove()
36     { OnMouseMove_5(); }
37
38   private native void OnLeftButtonDown_6();
39   public void OnLeftButtonDown()
40     { OnLeftButtonDown_6(); }
41
42   private native void OnLeftButtonUp_7();
43   public void OnLeftButtonUp()
44     { OnLeftButtonUp_7(); }
45
46   private native void OnMiddleButtonDown_8();
47   public void OnMiddleButtonDown()
48     { OnMiddleButtonDown_8(); }
49
50   private native void OnMiddleButtonUp_9();
51   public void OnMiddleButtonUp()
52     { OnMiddleButtonUp_9(); }
53
54   private native void OnRightButtonDown_10();
55   public void OnRightButtonDown()
56     { OnRightButtonDown_10(); }
57
58   private native void OnRightButtonUp_11();
59   public void OnRightButtonUp()
60     { OnRightButtonUp_11(); }
61
62   private native void OnMouseWheelForward_12();
63   public void OnMouseWheelForward()
64     { OnMouseWheelForward_12(); }
65
66   private native void OnMouseWheelBackward_13();
67   public void OnMouseWheelBackward()
68     { OnMouseWheelBackward_13(); }
69
70   private native void OnChar_14();
71   public void OnChar()
72     { OnChar_14(); }
73
74   private native void OnKeyPress_15();
75   public void OnKeyPress()
76     { OnKeyPress_15(); }
77
78   private native void OnKeyRelease_16();
79   public void OnKeyRelease()
80     { OnKeyRelease_16(); }
81
82   public vtkContextInteractorStyle() { super(); }
83
84   public vtkContextInteractorStyle(long id) { super(id); }
85   public native long   VTKInit();
86
87 }