]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAxesTransformWidget.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkAxesTransformWidget.java
1 // java wrapper for vtkAxesTransformWidget object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkAxesTransformWidget 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(vtkAxesTransformRepresentation id0);
23   public void SetRepresentation(vtkAxesTransformRepresentation id0)
24     { SetRepresentation_3(id0); }
25
26   private native long GetLineRepresentation_4();
27   public vtkAxesTransformRepresentation GetLineRepresentation() {
28     long temp = GetLineRepresentation_4();
29
30     if (temp == 0) return null;
31     return (vtkAxesTransformRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native void CreateDefaultRepresentation_5();
35   public void CreateDefaultRepresentation()
36     { CreateDefaultRepresentation_5(); }
37
38   private native void SetProcessEvents_6(int id0);
39   public void SetProcessEvents(int id0)
40     { SetProcessEvents_6(id0); }
41
42   public vtkAxesTransformWidget() { super(); }
43
44   public vtkAxesTransformWidget(long id) { super(id); }
45   public native long   VTKInit();
46
47 }