]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkHoverWidget.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkHoverWidget.java
1 // java wrapper for vtkHoverWidget object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkHoverWidget 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 SetTimerDuration_2(int id0);
19   public void SetTimerDuration(int id0)
20     { SetTimerDuration_2(id0); }
21
22   private native int GetTimerDurationMinValue_3();
23   public int GetTimerDurationMinValue()
24     { return GetTimerDurationMinValue_3(); }
25
26   private native int GetTimerDurationMaxValue_4();
27   public int GetTimerDurationMaxValue()
28     { return GetTimerDurationMaxValue_4(); }
29
30   private native int GetTimerDuration_5();
31   public int GetTimerDuration()
32     { return GetTimerDuration_5(); }
33
34   private native void SetEnabled_6(int id0);
35   public void SetEnabled(int id0)
36     { SetEnabled_6(id0); }
37
38   private native void CreateDefaultRepresentation_7();
39   public void CreateDefaultRepresentation()
40     { CreateDefaultRepresentation_7(); }
41
42   public vtkHoverWidget() { super(); }
43
44   public vtkHoverWidget(long id) { super(id); }
45   public native long   VTKInit();
46
47 }