// java wrapper for vtkInteractorStyleSwitch object // package vtk; import vtk.*; public class vtkInteractorStyleSwitch extends vtkInteractorStyleSwitchBase { 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 SetInteractor_2(vtkRenderWindowInteractor id0); public void SetInteractor(vtkRenderWindowInteractor id0) { SetInteractor_2(id0); } private native void SetAutoAdjustCameraClippingRange_3(int id0); public void SetAutoAdjustCameraClippingRange(int id0) { SetAutoAdjustCameraClippingRange_3(id0); } private native long GetCurrentStyle_4(); public vtkInteractorStyle GetCurrentStyle() { long temp = GetCurrentStyle_4(); if (temp == 0) return null; return (vtkInteractorStyle)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetCurrentStyleToJoystickActor_5(); public void SetCurrentStyleToJoystickActor() { SetCurrentStyleToJoystickActor_5(); } private native void SetCurrentStyleToJoystickCamera_6(); public void SetCurrentStyleToJoystickCamera() { SetCurrentStyleToJoystickCamera_6(); } private native void SetCurrentStyleToTrackballActor_7(); public void SetCurrentStyleToTrackballActor() { SetCurrentStyleToTrackballActor_7(); } private native void SetCurrentStyleToTrackballCamera_8(); public void SetCurrentStyleToTrackballCamera() { SetCurrentStyleToTrackballCamera_8(); } private native void SetCurrentStyleToMultiTouchCamera_9(); public void SetCurrentStyleToMultiTouchCamera() { SetCurrentStyleToMultiTouchCamera_9(); } private native void OnChar_10(); public void OnChar() { OnChar_10(); } private native void SetDefaultRenderer_11(vtkRenderer id0); public void SetDefaultRenderer(vtkRenderer id0) { SetDefaultRenderer_11(id0); } private native void SetCurrentRenderer_12(vtkRenderer id0); public void SetCurrentRenderer(vtkRenderer id0) { SetCurrentRenderer_12(id0); } public vtkInteractorStyleSwitch() { super(); } public vtkInteractorStyleSwitch(long id) { super(id); } public native long VTKInit(); }