]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkBiDimensionalRepresentation.java
Fix PNG loading
[simantics/3d.git] / vtk / src / vtk / vtkBiDimensionalRepresentation.java
1 // java wrapper for vtkBiDimensionalRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkBiDimensionalRepresentation extends vtkWidgetRepresentation
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 SetPoint1WorldPosition_2(double id0[]);
19   public void SetPoint1WorldPosition(double id0[])
20     { SetPoint1WorldPosition_2(id0); }
21
22   private native void SetPoint2WorldPosition_3(double id0[]);
23   public void SetPoint2WorldPosition(double id0[])
24     { SetPoint2WorldPosition_3(id0); }
25
26   private native void SetPoint3WorldPosition_4(double id0[]);
27   public void SetPoint3WorldPosition(double id0[])
28     { SetPoint3WorldPosition_4(id0); }
29
30   private native void SetPoint4WorldPosition_5(double id0[]);
31   public void SetPoint4WorldPosition(double id0[])
32     { SetPoint4WorldPosition_5(id0); }
33
34   private native void GetPoint1WorldPosition_6(double id0[]);
35   public void GetPoint1WorldPosition(double id0[])
36     { GetPoint1WorldPosition_6(id0); }
37
38   private native void GetPoint2WorldPosition_7(double id0[]);
39   public void GetPoint2WorldPosition(double id0[])
40     { GetPoint2WorldPosition_7(id0); }
41
42   private native void GetPoint3WorldPosition_8(double id0[]);
43   public void GetPoint3WorldPosition(double id0[])
44     { GetPoint3WorldPosition_8(id0); }
45
46   private native void GetPoint4WorldPosition_9(double id0[]);
47   public void GetPoint4WorldPosition(double id0[])
48     { GetPoint4WorldPosition_9(id0); }
49
50   private native void SetPoint1DisplayPosition_10(double id0[]);
51   public void SetPoint1DisplayPosition(double id0[])
52     { SetPoint1DisplayPosition_10(id0); }
53
54   private native void SetPoint2DisplayPosition_11(double id0[]);
55   public void SetPoint2DisplayPosition(double id0[])
56     { SetPoint2DisplayPosition_11(id0); }
57
58   private native void SetPoint3DisplayPosition_12(double id0[]);
59   public void SetPoint3DisplayPosition(double id0[])
60     { SetPoint3DisplayPosition_12(id0); }
61
62   private native void SetPoint4DisplayPosition_13(double id0[]);
63   public void SetPoint4DisplayPosition(double id0[])
64     { SetPoint4DisplayPosition_13(id0); }
65
66   private native void GetPoint1DisplayPosition_14(double id0[]);
67   public void GetPoint1DisplayPosition(double id0[])
68     { GetPoint1DisplayPosition_14(id0); }
69
70   private native void GetPoint2DisplayPosition_15(double id0[]);
71   public void GetPoint2DisplayPosition(double id0[])
72     { GetPoint2DisplayPosition_15(id0); }
73
74   private native void GetPoint3DisplayPosition_16(double id0[]);
75   public void GetPoint3DisplayPosition(double id0[])
76     { GetPoint3DisplayPosition_16(id0); }
77
78   private native void GetPoint4DisplayPosition_17(double id0[]);
79   public void GetPoint4DisplayPosition(double id0[])
80     { GetPoint4DisplayPosition_17(id0); }
81
82   private native long GetPoint1Representation_18();
83   public vtkHandleRepresentation GetPoint1Representation() {
84     long temp = GetPoint1Representation_18();
85
86     if (temp == 0) return null;
87     return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
88 }
89
90   private native long GetPoint2Representation_19();
91   public vtkHandleRepresentation GetPoint2Representation() {
92     long temp = GetPoint2Representation_19();
93
94     if (temp == 0) return null;
95     return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
96 }
97
98   private native long GetPoint3Representation_20();
99   public vtkHandleRepresentation GetPoint3Representation() {
100     long temp = GetPoint3Representation_20();
101
102     if (temp == 0) return null;
103     return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
104 }
105
106   private native long GetPoint4Representation_21();
107   public vtkHandleRepresentation GetPoint4Representation() {
108     long temp = GetPoint4Representation_21();
109
110     if (temp == 0) return null;
111     return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
112 }
113
114   private native void SetLine1Visibility_22(int id0);
115   public void SetLine1Visibility(int id0)
116     { SetLine1Visibility_22(id0); }
117
118   private native int GetLine1Visibility_23();
119   public int GetLine1Visibility()
120     { return GetLine1Visibility_23(); }
121
122   private native void Line1VisibilityOn_24();
123   public void Line1VisibilityOn()
124     { Line1VisibilityOn_24(); }
125
126   private native void Line1VisibilityOff_25();
127   public void Line1VisibilityOff()
128     { Line1VisibilityOff_25(); }
129
130   private native void SetLine2Visibility_26(int id0);
131   public void SetLine2Visibility(int id0)
132     { SetLine2Visibility_26(id0); }
133
134   private native int GetLine2Visibility_27();
135   public int GetLine2Visibility()
136     { return GetLine2Visibility_27(); }
137
138   private native void Line2VisibilityOn_28();
139   public void Line2VisibilityOn()
140     { Line2VisibilityOn_28(); }
141
142   private native void Line2VisibilityOff_29();
143   public void Line2VisibilityOff()
144     { Line2VisibilityOff_29(); }
145
146   private native void SetHandleRepresentation_30(vtkHandleRepresentation id0);
147   public void SetHandleRepresentation(vtkHandleRepresentation id0)
148     { SetHandleRepresentation_30(id0); }
149
150   private native void InstantiateHandleRepresentation_31();
151   public void InstantiateHandleRepresentation()
152     { InstantiateHandleRepresentation_31(); }
153
154   private native void SetTolerance_32(int id0);
155   public void SetTolerance(int id0)
156     { SetTolerance_32(id0); }
157
158   private native int GetToleranceMinValue_33();
159   public int GetToleranceMinValue()
160     { return GetToleranceMinValue_33(); }
161
162   private native int GetToleranceMaxValue_34();
163   public int GetToleranceMaxValue()
164     { return GetToleranceMaxValue_34(); }
165
166   private native int GetTolerance_35();
167   public int GetTolerance()
168     { return GetTolerance_35(); }
169
170   private native double GetLength1_36();
171   public double GetLength1()
172     { return GetLength1_36(); }
173
174   private native double GetLength2_37();
175   public double GetLength2()
176     { return GetLength2_37(); }
177
178   private native void SetLabelFormat_38(String id0);
179   public void SetLabelFormat(String id0)
180     { SetLabelFormat_38(id0); }
181
182   private native String GetLabelFormat_39();
183   public String GetLabelFormat()
184     { return GetLabelFormat_39(); }
185
186   private native void SetShowLabelAboveWidget_40(int id0);
187   public void SetShowLabelAboveWidget(int id0)
188     { SetShowLabelAboveWidget_40(id0); }
189
190   private native int GetShowLabelAboveWidget_41();
191   public int GetShowLabelAboveWidget()
192     { return GetShowLabelAboveWidget_41(); }
193
194   private native void ShowLabelAboveWidgetOn_42();
195   public void ShowLabelAboveWidgetOn()
196     { ShowLabelAboveWidgetOn_42(); }
197
198   private native void ShowLabelAboveWidgetOff_43();
199   public void ShowLabelAboveWidgetOff()
200     { ShowLabelAboveWidgetOff_43(); }
201
202   private native void SetID_44(int id0);
203   public void SetID(int id0)
204     { SetID_44(id0); }
205
206   private native int GetID_45();
207   public int GetID()
208     { return GetID_45(); }
209
210   private native String GetLabelText_46();
211   public String GetLabelText()
212     { return GetLabelText_46(); }
213
214   private native void GetLabelPosition_47(double id0[]);
215   public void GetLabelPosition(double id0[])
216     { GetLabelPosition_47(id0); }
217
218   private native void GetWorldLabelPosition_48(double id0[]);
219   public void GetWorldLabelPosition(double id0[])
220     { GetWorldLabelPosition_48(id0); }
221
222   private native void StartWidgetDefinition_49(double id0[]);
223   public void StartWidgetDefinition(double id0[])
224     { StartWidgetDefinition_49(id0); }
225
226   private native void Point2WidgetInteraction_50(double id0[]);
227   public void Point2WidgetInteraction(double id0[])
228     { Point2WidgetInteraction_50(id0); }
229
230   private native void Point3WidgetInteraction_51(double id0[]);
231   public void Point3WidgetInteraction(double id0[])
232     { Point3WidgetInteraction_51(id0); }
233
234   private native void StartWidgetManipulation_52(double id0[]);
235   public void StartWidgetManipulation(double id0[])
236     { StartWidgetManipulation_52(id0); }
237
238   public vtkBiDimensionalRepresentation() { super(); }
239
240   public vtkBiDimensionalRepresentation(long id) { super(id); }
241
242 }