X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkContextInteractorStyle.java;h=c07356b4dde3ddd87c67b4ce2c66da638d914fba;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=ba737a2150ce84b2e3f613fe7b96aa8d3285273d;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkContextInteractorStyle.java b/vtk/src/vtk/vtkContextInteractorStyle.java index ba737a21..c07356b4 100644 --- a/vtk/src/vtk/vtkContextInteractorStyle.java +++ b/vtk/src/vtk/vtkContextInteractorStyle.java @@ -1,87 +1,87 @@ -// java wrapper for vtkContextInteractorStyle object -// - -package vtk; -import vtk.*; - -public class vtkContextInteractorStyle extends vtkInteractorStyle -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - 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)vtkObject.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(); - -} +// 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(); + +}