]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSliderRepresentation2D.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkSliderRepresentation2D.java
1 // java wrapper for vtkSliderRepresentation2D object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkSliderRepresentation2D extends vtkSliderRepresentation
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 long GetPoint1Coordinate_2();
19   public vtkCoordinate GetPoint1Coordinate() {
20     long temp = GetPoint1Coordinate_2();
21
22     if (temp == 0) return null;
23     return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native long GetPoint2Coordinate_3();
27   public vtkCoordinate GetPoint2Coordinate() {
28     long temp = GetPoint2Coordinate_3();
29
30     if (temp == 0) return null;
31     return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native void SetTitleText_4(String id0);
35   public void SetTitleText(String id0)
36     { SetTitleText_4(id0); }
37
38   private native String GetTitleText_5();
39   public String GetTitleText()
40     { return GetTitleText_5(); }
41
42   private native long GetSliderProperty_6();
43   public vtkProperty2D GetSliderProperty() {
44     long temp = GetSliderProperty_6();
45
46     if (temp == 0) return null;
47     return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
48 }
49
50   private native long GetTubeProperty_7();
51   public vtkProperty2D GetTubeProperty() {
52     long temp = GetTubeProperty_7();
53
54     if (temp == 0) return null;
55     return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
56 }
57
58   private native long GetCapProperty_8();
59   public vtkProperty2D GetCapProperty() {
60     long temp = GetCapProperty_8();
61
62     if (temp == 0) return null;
63     return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
64 }
65
66   private native long GetSelectedProperty_9();
67   public vtkProperty2D GetSelectedProperty() {
68     long temp = GetSelectedProperty_9();
69
70     if (temp == 0) return null;
71     return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
72 }
73
74   private native long GetLabelProperty_10();
75   public vtkTextProperty GetLabelProperty() {
76     long temp = GetLabelProperty_10();
77
78     if (temp == 0) return null;
79     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
80 }
81
82   private native long GetTitleProperty_11();
83   public vtkTextProperty GetTitleProperty() {
84     long temp = GetTitleProperty_11();
85
86     if (temp == 0) return null;
87     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
88 }
89
90   private native void PlaceWidget_12(double id0[]);
91   public void PlaceWidget(double id0[])
92     { PlaceWidget_12(id0); }
93
94   private native void BuildRepresentation_13();
95   public void BuildRepresentation()
96     { BuildRepresentation_13(); }
97
98   private native void StartWidgetInteraction_14(double id0[]);
99   public void StartWidgetInteraction(double id0[])
100     { StartWidgetInteraction_14(id0); }
101
102   private native void WidgetInteraction_15(double id0[]);
103   public void WidgetInteraction(double id0[])
104     { WidgetInteraction_15(id0); }
105
106   private native void Highlight_16(int id0);
107   public void Highlight(int id0)
108     { Highlight_16(id0); }
109
110   private native void GetActors2D_17(vtkPropCollection id0);
111   public void GetActors2D(vtkPropCollection id0)
112     { GetActors2D_17(id0); }
113
114   private native void ReleaseGraphicsResources_18(vtkWindow id0);
115   public void ReleaseGraphicsResources(vtkWindow id0)
116     { ReleaseGraphicsResources_18(id0); }
117
118   private native int RenderOverlay_19(vtkViewport id0);
119   public int RenderOverlay(vtkViewport id0)
120     { return RenderOverlay_19(id0); }
121
122   private native int RenderOpaqueGeometry_20(vtkViewport id0);
123   public int RenderOpaqueGeometry(vtkViewport id0)
124     { return RenderOpaqueGeometry_20(id0); }
125
126   public vtkSliderRepresentation2D() { super(); }
127
128   public vtkSliderRepresentation2D(long id) { super(id); }
129   public native long   VTKInit();
130
131 }