]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkInteractorStyleFlight.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkInteractorStyleFlight.java
1 // java wrapper for vtkInteractorStyleFlight object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkInteractorStyleFlight 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 JumpTo_2(double id0[],double id1[]);
19   public void JumpTo(double id0[],double id1[])
20     { JumpTo_2(id0,id1); }
21
22   private native void SetMotionStepSize_3(double id0);
23   public void SetMotionStepSize(double id0)
24     { SetMotionStepSize_3(id0); }
25
26   private native double GetMotionStepSize_4();
27   public double GetMotionStepSize()
28     { return GetMotionStepSize_4(); }
29
30   private native void SetMotionAccelerationFactor_5(double id0);
31   public void SetMotionAccelerationFactor(double id0)
32     { SetMotionAccelerationFactor_5(id0); }
33
34   private native double GetMotionAccelerationFactor_6();
35   public double GetMotionAccelerationFactor()
36     { return GetMotionAccelerationFactor_6(); }
37
38   private native void SetAngleStepSize_7(double id0);
39   public void SetAngleStepSize(double id0)
40     { SetAngleStepSize_7(id0); }
41
42   private native double GetAngleStepSize_8();
43   public double GetAngleStepSize()
44     { return GetAngleStepSize_8(); }
45
46   private native void SetAngleAccelerationFactor_9(double id0);
47   public void SetAngleAccelerationFactor(double id0)
48     { SetAngleAccelerationFactor_9(id0); }
49
50   private native double GetAngleAccelerationFactor_10();
51   public double GetAngleAccelerationFactor()
52     { return GetAngleAccelerationFactor_10(); }
53
54   private native void SetDisableMotion_11(int id0);
55   public void SetDisableMotion(int id0)
56     { SetDisableMotion_11(id0); }
57
58   private native int GetDisableMotion_12();
59   public int GetDisableMotion()
60     { return GetDisableMotion_12(); }
61
62   private native void DisableMotionOn_13();
63   public void DisableMotionOn()
64     { DisableMotionOn_13(); }
65
66   private native void DisableMotionOff_14();
67   public void DisableMotionOff()
68     { DisableMotionOff_14(); }
69
70   private native void SetRestoreUpVector_15(int id0);
71   public void SetRestoreUpVector(int id0)
72     { SetRestoreUpVector_15(id0); }
73
74   private native int GetRestoreUpVector_16();
75   public int GetRestoreUpVector()
76     { return GetRestoreUpVector_16(); }
77
78   private native void RestoreUpVectorOn_17();
79   public void RestoreUpVectorOn()
80     { RestoreUpVectorOn_17(); }
81
82   private native void RestoreUpVectorOff_18();
83   public void RestoreUpVectorOff()
84     { RestoreUpVectorOff_18(); }
85
86   private native double[] GetDefaultUpVector_19();
87   public double[] GetDefaultUpVector()
88     { return GetDefaultUpVector_19(); }
89
90   private native void SetDefaultUpVector_20(double id0[]);
91   public void SetDefaultUpVector(double id0[])
92     { SetDefaultUpVector_20(id0); }
93
94   private native void OnMouseMove_21();
95   public void OnMouseMove()
96     { OnMouseMove_21(); }
97
98   private native void OnLeftButtonDown_22();
99   public void OnLeftButtonDown()
100     { OnLeftButtonDown_22(); }
101
102   private native void OnLeftButtonUp_23();
103   public void OnLeftButtonUp()
104     { OnLeftButtonUp_23(); }
105
106   private native void OnMiddleButtonDown_24();
107   public void OnMiddleButtonDown()
108     { OnMiddleButtonDown_24(); }
109
110   private native void OnMiddleButtonUp_25();
111   public void OnMiddleButtonUp()
112     { OnMiddleButtonUp_25(); }
113
114   private native void OnRightButtonDown_26();
115   public void OnRightButtonDown()
116     { OnRightButtonDown_26(); }
117
118   private native void OnRightButtonUp_27();
119   public void OnRightButtonUp()
120     { OnRightButtonUp_27(); }
121
122   private native void OnChar_28();
123   public void OnChar()
124     { OnChar_28(); }
125
126   private native void OnKeyDown_29();
127   public void OnKeyDown()
128     { OnKeyDown_29(); }
129
130   private native void OnKeyUp_30();
131   public void OnKeyUp()
132     { OnKeyUp_30(); }
133
134   private native void OnTimer_31();
135   public void OnTimer()
136     { OnTimer_31(); }
137
138   private native void ForwardFly_32();
139   public void ForwardFly()
140     { ForwardFly_32(); }
141
142   private native void ReverseFly_33();
143   public void ReverseFly()
144     { ReverseFly_33(); }
145
146   private native void StartForwardFly_34();
147   public void StartForwardFly()
148     { StartForwardFly_34(); }
149
150   private native void EndForwardFly_35();
151   public void EndForwardFly()
152     { EndForwardFly_35(); }
153
154   private native void StartReverseFly_36();
155   public void StartReverseFly()
156     { StartReverseFly_36(); }
157
158   private native void EndReverseFly_37();
159   public void EndReverseFly()
160     { EndReverseFly_37(); }
161
162   public vtkInteractorStyleFlight() { super(); }
163
164   public vtkInteractorStyleFlight(long id) { super(id); }
165   public native long   VTKInit();
166
167 }