]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAbstractWidget.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkAbstractWidget.java
1 // java wrapper for vtkAbstractWidget object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkAbstractWidget extends vtkInteractorObserver
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void SetEnabled_2(int id0);
19   public void SetEnabled(int id0)
20     { SetEnabled_2(id0); }
21
22   private native void SetProcessEvents_3(int id0);
23   public void SetProcessEvents(int id0)
24     { SetProcessEvents_3(id0); }
25
26   private native int GetProcessEventsMinValue_4();
27   public int GetProcessEventsMinValue()
28     { return GetProcessEventsMinValue_4(); }
29
30   private native int GetProcessEventsMaxValue_5();
31   public int GetProcessEventsMaxValue()
32     { return GetProcessEventsMaxValue_5(); }
33
34   private native int GetProcessEvents_6();
35   public int GetProcessEvents()
36     { return GetProcessEvents_6(); }
37
38   private native void ProcessEventsOn_7();
39   public void ProcessEventsOn()
40     { ProcessEventsOn_7(); }
41
42   private native void ProcessEventsOff_8();
43   public void ProcessEventsOff()
44     { ProcessEventsOff_8(); }
45
46   private native long GetEventTranslator_9();
47   public vtkWidgetEventTranslator GetEventTranslator() {
48     long temp = GetEventTranslator_9();
49
50     if (temp == 0) return null;
51     return (vtkWidgetEventTranslator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
52 }
53
54   private native void CreateDefaultRepresentation_10();
55   public void CreateDefaultRepresentation()
56     { CreateDefaultRepresentation_10(); }
57
58   private native void Render_11();
59   public void Render()
60     { Render_11(); }
61
62   private native void SetParent_12(vtkAbstractWidget id0);
63   public void SetParent(vtkAbstractWidget id0)
64     { SetParent_12(id0); }
65
66   private native long GetParent_13();
67   public vtkAbstractWidget GetParent() {
68     long temp = GetParent_13();
69
70     if (temp == 0) return null;
71     return (vtkAbstractWidget)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
72 }
73
74   private native long GetRepresentation_14();
75   public vtkWidgetRepresentation GetRepresentation() {
76     long temp = GetRepresentation_14();
77
78     if (temp == 0) return null;
79     return (vtkWidgetRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
80 }
81
82   private native void SetManagesCursor_15(int id0);
83   public void SetManagesCursor(int id0)
84     { SetManagesCursor_15(id0); }
85
86   private native int GetManagesCursor_16();
87   public int GetManagesCursor()
88     { return GetManagesCursor_16(); }
89
90   private native void ManagesCursorOn_17();
91   public void ManagesCursorOn()
92     { ManagesCursorOn_17(); }
93
94   private native void ManagesCursorOff_18();
95   public void ManagesCursorOff()
96     { ManagesCursorOff_18(); }
97
98   private native void SetPriority_19(double id0);
99   public void SetPriority(double id0)
100     { SetPriority_19(id0); }
101
102   public vtkAbstractWidget() { super(); }
103
104   public vtkAbstractWidget(long id) { super(id); }
105
106 }