]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkHandleWidget.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkHandleWidget.java
1 // java wrapper for vtkHandleWidget object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkHandleWidget extends vtkAbstractWidget
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 SetRepresentation_2(vtkHandleRepresentation id0);
19   public void SetRepresentation(vtkHandleRepresentation id0)
20     { SetRepresentation_2(id0); }
21
22   private native long GetHandleRepresentation_3();
23   public vtkHandleRepresentation GetHandleRepresentation() {
24     long temp = GetHandleRepresentation_3();
25
26     if (temp == 0) return null;
27     return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void CreateDefaultRepresentation_4();
31   public void CreateDefaultRepresentation()
32     { CreateDefaultRepresentation_4(); }
33
34   private native void SetEnableAxisConstraint_5(int id0);
35   public void SetEnableAxisConstraint(int id0)
36     { SetEnableAxisConstraint_5(id0); }
37
38   private native int GetEnableAxisConstraint_6();
39   public int GetEnableAxisConstraint()
40     { return GetEnableAxisConstraint_6(); }
41
42   private native void EnableAxisConstraintOn_7();
43   public void EnableAxisConstraintOn()
44     { EnableAxisConstraintOn_7(); }
45
46   private native void EnableAxisConstraintOff_8();
47   public void EnableAxisConstraintOff()
48     { EnableAxisConstraintOff_8(); }
49
50   private native void SetEnableTranslation_9(int id0);
51   public void SetEnableTranslation(int id0)
52     { SetEnableTranslation_9(id0); }
53
54   private native int GetEnableTranslation_10();
55   public int GetEnableTranslation()
56     { return GetEnableTranslation_10(); }
57
58   private native void EnableTranslationOn_11();
59   public void EnableTranslationOn()
60     { EnableTranslationOn_11(); }
61
62   private native void EnableTranslationOff_12();
63   public void EnableTranslationOff()
64     { EnableTranslationOff_12(); }
65
66   private native void SetAllowHandleResize_13(int id0);
67   public void SetAllowHandleResize(int id0)
68     { SetAllowHandleResize_13(id0); }
69
70   private native int GetAllowHandleResize_14();
71   public int GetAllowHandleResize()
72     { return GetAllowHandleResize_14(); }
73
74   private native void AllowHandleResizeOn_15();
75   public void AllowHandleResizeOn()
76     { AllowHandleResizeOn_15(); }
77
78   private native void AllowHandleResizeOff_16();
79   public void AllowHandleResizeOff()
80     { AllowHandleResizeOff_16(); }
81
82   private native int GetWidgetState_17();
83   public int GetWidgetState()
84     { return GetWidgetState_17(); }
85
86   private native void SetShowInactive_18(int id0);
87   public void SetShowInactive(int id0)
88     { SetShowInactive_18(id0); }
89
90   private native int GetShowInactive_19();
91   public int GetShowInactive()
92     { return GetShowInactive_19(); }
93
94   private native void ShowInactiveOn_20();
95   public void ShowInactiveOn()
96     { ShowInactiveOn_20(); }
97
98   private native void ShowInactiveOff_21();
99   public void ShowInactiveOff()
100     { ShowInactiveOff_21(); }
101
102   private native void SetEnabled_22(int id0);
103   public void SetEnabled(int id0)
104     { SetEnabled_22(id0); }
105
106   public vtkHandleWidget() { super(); }
107
108   public vtkHandleWidget(long id) { super(id); }
109   public native long   VTKInit();
110
111 }