]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAngleWidget.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkAngleWidget.java
1 // java wrapper for vtkAngleWidget object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkAngleWidget 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 SetEnabled_2(int id0);
19   public void SetEnabled(int id0)
20     { SetEnabled_2(id0); }
21
22   private native void SetRepresentation_3(vtkAngleRepresentation id0);
23   public void SetRepresentation(vtkAngleRepresentation id0)
24     { SetRepresentation_3(id0); }
25
26   private native void CreateDefaultRepresentation_4();
27   public void CreateDefaultRepresentation()
28     { CreateDefaultRepresentation_4(); }
29
30   private native long GetAngleRepresentation_5();
31   public vtkAngleRepresentation GetAngleRepresentation() {
32     long temp = GetAngleRepresentation_5();
33
34     if (temp == 0) return null;
35     return (vtkAngleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
36 }
37
38   private native int IsAngleValid_6();
39   public int IsAngleValid()
40     { return IsAngleValid_6(); }
41
42   private native void SetProcessEvents_7(int id0);
43   public void SetProcessEvents(int id0)
44     { SetProcessEvents_7(id0); }
45
46   private native void SetWidgetStateToStart_8();
47   public void SetWidgetStateToStart()
48     { SetWidgetStateToStart_8(); }
49
50   private native void SetWidgetStateToManipulate_9();
51   public void SetWidgetStateToManipulate()
52     { SetWidgetStateToManipulate_9(); }
53
54   private native int GetWidgetState_10();
55   public int GetWidgetState()
56     { return GetWidgetState_10(); }
57
58   public vtkAngleWidget() { super(); }
59
60   public vtkAngleWidget(long id) { super(id); }
61   public native long   VTKInit();
62
63 }