// 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(); }