1 // java wrapper for vtkAbstractWidget object
7 public class vtkAbstractWidget extends vtkInteractorObserver
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void SetEnabled_2(int id0);
19 public void SetEnabled(int id0)
20 { SetEnabled_2(id0); }
22 private native void SetProcessEvents_3(int id0);
23 public void SetProcessEvents(int id0)
24 { SetProcessEvents_3(id0); }
26 private native int GetProcessEventsMinValue_4();
27 public int GetProcessEventsMinValue()
28 { return GetProcessEventsMinValue_4(); }
30 private native int GetProcessEventsMaxValue_5();
31 public int GetProcessEventsMaxValue()
32 { return GetProcessEventsMaxValue_5(); }
34 private native int GetProcessEvents_6();
35 public int GetProcessEvents()
36 { return GetProcessEvents_6(); }
38 private native void ProcessEventsOn_7();
39 public void ProcessEventsOn()
40 { ProcessEventsOn_7(); }
42 private native void ProcessEventsOff_8();
43 public void ProcessEventsOff()
44 { ProcessEventsOff_8(); }
46 private native long GetEventTranslator_9();
47 public vtkWidgetEventTranslator GetEventTranslator() {
48 long temp = GetEventTranslator_9();
50 if (temp == 0) return null;
51 return (vtkWidgetEventTranslator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
54 private native void CreateDefaultRepresentation_10();
55 public void CreateDefaultRepresentation()
56 { CreateDefaultRepresentation_10(); }
58 private native void Render_11();
62 private native void SetParent_12(vtkAbstractWidget id0);
63 public void SetParent(vtkAbstractWidget id0)
64 { SetParent_12(id0); }
66 private native long GetParent_13();
67 public vtkAbstractWidget GetParent() {
68 long temp = GetParent_13();
70 if (temp == 0) return null;
71 return (vtkAbstractWidget)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
74 private native long GetRepresentation_14();
75 public vtkWidgetRepresentation GetRepresentation() {
76 long temp = GetRepresentation_14();
78 if (temp == 0) return null;
79 return (vtkWidgetRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
82 private native void SetManagesCursor_15(int id0);
83 public void SetManagesCursor(int id0)
84 { SetManagesCursor_15(id0); }
86 private native int GetManagesCursor_16();
87 public int GetManagesCursor()
88 { return GetManagesCursor_16(); }
90 private native void ManagesCursorOn_17();
91 public void ManagesCursorOn()
92 { ManagesCursorOn_17(); }
94 private native void ManagesCursorOff_18();
95 public void ManagesCursorOff()
96 { ManagesCursorOff_18(); }
98 private native void SetPriority_19(double id0);
99 public void SetPriority(double id0)
100 { SetPriority_19(id0); }
102 public vtkAbstractWidget() { super(); }
104 public vtkAbstractWidget(long id) { super(id); }