// java wrapper for vtkInteractorStyleSwitch object // package vtk; import vtk.*; public class vtkInteractorStyleSwitch 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 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)vtkObject.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 OnChar_9(); public void OnChar() { OnChar_9(); } private native void SetDefaultRenderer_10(vtkRenderer id0); public void SetDefaultRenderer(vtkRenderer id0) { SetDefaultRenderer_10(id0); } private native void SetCurrentRenderer_11(vtkRenderer id0); public void SetCurrentRenderer(vtkRenderer id0) { SetCurrentRenderer_11(id0); } public vtkInteractorStyleSwitch() { super(); } public vtkInteractorStyleSwitch(long id) { super(id); } public native long VTKInit(); }