// java wrapper for vtkObserverMediator object // package vtk; import vtk.*; public class vtkObserverMediator extends vtkObject { 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 long GetInteractor_3(); public vtkRenderWindowInteractor GetInteractor() { long temp = GetInteractor_3(); if (temp == 0) return null; return (vtkRenderWindowInteractor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int RequestCursorShape_4(vtkInteractorObserver id0,int id1); public int RequestCursorShape(vtkInteractorObserver id0,int id1) { return RequestCursorShape_4(id0,id1); } private native void RemoveAllCursorShapeRequests_5(vtkInteractorObserver id0); public void RemoveAllCursorShapeRequests(vtkInteractorObserver id0) { RemoveAllCursorShapeRequests_5(id0); } public vtkObserverMediator() { super(); } public vtkObserverMediator(long id) { super(id); } public native long VTKInit(); }