// java wrapper for vtkAbstractWidget object // package vtk; import vtk.*; public class vtkAbstractWidget extends vtkInteractorObserver { 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 SetEnabled_2(int id0); public void SetEnabled(int id0) { SetEnabled_2(id0); } private native void SetProcessEvents_3(int id0); public void SetProcessEvents(int id0) { SetProcessEvents_3(id0); } private native int GetProcessEventsMinValue_4(); public int GetProcessEventsMinValue() { return GetProcessEventsMinValue_4(); } private native int GetProcessEventsMaxValue_5(); public int GetProcessEventsMaxValue() { return GetProcessEventsMaxValue_5(); } private native int GetProcessEvents_6(); public int GetProcessEvents() { return GetProcessEvents_6(); } private native void ProcessEventsOn_7(); public void ProcessEventsOn() { ProcessEventsOn_7(); } private native void ProcessEventsOff_8(); public void ProcessEventsOff() { ProcessEventsOff_8(); } private native long GetEventTranslator_9(); public vtkWidgetEventTranslator GetEventTranslator() { long temp = GetEventTranslator_9(); if (temp == 0) return null; return (vtkWidgetEventTranslator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void CreateDefaultRepresentation_10(); public void CreateDefaultRepresentation() { CreateDefaultRepresentation_10(); } private native void Render_11(); public void Render() { Render_11(); } private native void SetParent_12(vtkAbstractWidget id0); public void SetParent(vtkAbstractWidget id0) { SetParent_12(id0); } private native long GetParent_13(); public vtkAbstractWidget GetParent() { long temp = GetParent_13(); if (temp == 0) return null; return (vtkAbstractWidget)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetRepresentation_14(); public vtkWidgetRepresentation GetRepresentation() { long temp = GetRepresentation_14(); if (temp == 0) return null; return (vtkWidgetRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetManagesCursor_15(int id0); public void SetManagesCursor(int id0) { SetManagesCursor_15(id0); } private native int GetManagesCursor_16(); public int GetManagesCursor() { return GetManagesCursor_16(); } private native void ManagesCursorOn_17(); public void ManagesCursorOn() { ManagesCursorOn_17(); } private native void ManagesCursorOff_18(); public void ManagesCursorOff() { ManagesCursorOff_18(); } private native void SetPriority_19(double id0); public void SetPriority(double id0) { SetPriority_19(id0); } public vtkAbstractWidget() { super(); } public vtkAbstractWidget(long id) { super(id); } }