]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkContextInteractorStyle.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkContextInteractorStyle.java
index ba737a2150ce84b2e3f613fe7b96aa8d3285273d..c07356b4dde3ddd87c67b4ce2c66da638d914fba 100644 (file)
@@ -1,87 +1,87 @@
-// java wrapper for vtkContextInteractorStyle object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkContextInteractorStyle extends vtkInteractorStyle\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native void SetScene_2(vtkContextScene id0);\r
-  public void SetScene(vtkContextScene id0)\r
-    { SetScene_2(id0); }\r
-\r
-  private native long GetScene_3();\r
-  public vtkContextScene GetScene() {\r
-    long temp = GetScene_3();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkContextScene)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void OnSceneModified_4();\r
-  public void OnSceneModified()\r
-    { OnSceneModified_4(); }\r
-\r
-  private native void OnMouseMove_5();\r
-  public void OnMouseMove()\r
-    { OnMouseMove_5(); }\r
-\r
-  private native void OnLeftButtonDown_6();\r
-  public void OnLeftButtonDown()\r
-    { OnLeftButtonDown_6(); }\r
-\r
-  private native void OnLeftButtonUp_7();\r
-  public void OnLeftButtonUp()\r
-    { OnLeftButtonUp_7(); }\r
-\r
-  private native void OnMiddleButtonDown_8();\r
-  public void OnMiddleButtonDown()\r
-    { OnMiddleButtonDown_8(); }\r
-\r
-  private native void OnMiddleButtonUp_9();\r
-  public void OnMiddleButtonUp()\r
-    { OnMiddleButtonUp_9(); }\r
-\r
-  private native void OnRightButtonDown_10();\r
-  public void OnRightButtonDown()\r
-    { OnRightButtonDown_10(); }\r
-\r
-  private native void OnRightButtonUp_11();\r
-  public void OnRightButtonUp()\r
-    { OnRightButtonUp_11(); }\r
-\r
-  private native void OnMouseWheelForward_12();\r
-  public void OnMouseWheelForward()\r
-    { OnMouseWheelForward_12(); }\r
-\r
-  private native void OnMouseWheelBackward_13();\r
-  public void OnMouseWheelBackward()\r
-    { OnMouseWheelBackward_13(); }\r
-\r
-  private native void OnChar_14();\r
-  public void OnChar()\r
-    { OnChar_14(); }\r
-\r
-  private native void OnKeyPress_15();\r
-  public void OnKeyPress()\r
-    { OnKeyPress_15(); }\r
-\r
-  private native void OnKeyRelease_16();\r
-  public void OnKeyRelease()\r
-    { OnKeyRelease_16(); }\r
-\r
-  public vtkContextInteractorStyle() { super(); }\r
-\r
-  public vtkContextInteractorStyle(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkContextInteractorStyle object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkContextInteractorStyle extends vtkInteractorStyle
+{
+
+  private native int IsTypeOf_0(String id0);
+  public int IsTypeOf(String id0)
+    { return IsTypeOf_0(id0); }
+
+  private native int IsA_1(String id0);
+  public int IsA(String id0)
+    { return IsA_1(id0); }
+
+  private native void SetScene_2(vtkContextScene id0);
+  public void SetScene(vtkContextScene id0)
+    { SetScene_2(id0); }
+
+  private native long GetScene_3();
+  public vtkContextScene GetScene() {
+    long temp = GetScene_3();
+
+    if (temp == 0) return null;
+    return (vtkContextScene)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void OnSceneModified_4();
+  public void OnSceneModified()
+    { OnSceneModified_4(); }
+
+  private native void OnMouseMove_5();
+  public void OnMouseMove()
+    { OnMouseMove_5(); }
+
+  private native void OnLeftButtonDown_6();
+  public void OnLeftButtonDown()
+    { OnLeftButtonDown_6(); }
+
+  private native void OnLeftButtonUp_7();
+  public void OnLeftButtonUp()
+    { OnLeftButtonUp_7(); }
+
+  private native void OnMiddleButtonDown_8();
+  public void OnMiddleButtonDown()
+    { OnMiddleButtonDown_8(); }
+
+  private native void OnMiddleButtonUp_9();
+  public void OnMiddleButtonUp()
+    { OnMiddleButtonUp_9(); }
+
+  private native void OnRightButtonDown_10();
+  public void OnRightButtonDown()
+    { OnRightButtonDown_10(); }
+
+  private native void OnRightButtonUp_11();
+  public void OnRightButtonUp()
+    { OnRightButtonUp_11(); }
+
+  private native void OnMouseWheelForward_12();
+  public void OnMouseWheelForward()
+    { OnMouseWheelForward_12(); }
+
+  private native void OnMouseWheelBackward_13();
+  public void OnMouseWheelBackward()
+    { OnMouseWheelBackward_13(); }
+
+  private native void OnChar_14();
+  public void OnChar()
+    { OnChar_14(); }
+
+  private native void OnKeyPress_15();
+  public void OnKeyPress()
+    { OnKeyPress_15(); }
+
+  private native void OnKeyRelease_16();
+  public void OnKeyRelease()
+    { OnKeyRelease_16(); }
+
+  public vtkContextInteractorStyle() { super(); }
+
+  public vtkContextInteractorStyle(long id) { super(id); }
+  public native long   VTKInit();
+
+}