]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAxisActor2D.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkAxisActor2D.java
1 // java wrapper for vtkAxisActor2D object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkAxisActor2D extends vtkActor2D
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 void SetPoint1_3(double id0[]);
27   public void SetPoint1(double id0[])
28     { SetPoint1_3(id0); }
29
30   private native void SetPoint1_4(double id0,double id1);
31   public void SetPoint1(double id0,double id1)
32     { SetPoint1_4(id0,id1); }
33
34   private native long GetPoint2Coordinate_5();
35   public vtkCoordinate GetPoint2Coordinate() {
36     long temp = GetPoint2Coordinate_5();
37
38     if (temp == 0) return null;
39     return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
40 }
41
42   private native void SetPoint2_6(double id0[]);
43   public void SetPoint2(double id0[])
44     { SetPoint2_6(id0); }
45
46   private native void SetPoint2_7(double id0,double id1);
47   public void SetPoint2(double id0,double id1)
48     { SetPoint2_7(id0,id1); }
49
50   private native void SetRange_8(double id0,double id1);
51   public void SetRange(double id0,double id1)
52     { SetRange_8(id0,id1); }
53
54   private native void SetRange_9(double id0[]);
55   public void SetRange(double id0[])
56     { SetRange_9(id0); }
57
58   private native double[] GetRange_10();
59   public double[] GetRange()
60     { return GetRange_10(); }
61
62   private native void SetRulerMode_11(int id0);
63   public void SetRulerMode(int id0)
64     { SetRulerMode_11(id0); }
65
66   private native int GetRulerMode_12();
67   public int GetRulerMode()
68     { return GetRulerMode_12(); }
69
70   private native void RulerModeOn_13();
71   public void RulerModeOn()
72     { RulerModeOn_13(); }
73
74   private native void RulerModeOff_14();
75   public void RulerModeOff()
76     { RulerModeOff_14(); }
77
78   private native void SetRulerDistance_15(double id0);
79   public void SetRulerDistance(double id0)
80     { SetRulerDistance_15(id0); }
81
82   private native double GetRulerDistanceMinValue_16();
83   public double GetRulerDistanceMinValue()
84     { return GetRulerDistanceMinValue_16(); }
85
86   private native double GetRulerDistanceMaxValue_17();
87   public double GetRulerDistanceMaxValue()
88     { return GetRulerDistanceMaxValue_17(); }
89
90   private native double GetRulerDistance_18();
91   public double GetRulerDistance()
92     { return GetRulerDistance_18(); }
93
94   private native void SetNumberOfLabels_19(int id0);
95   public void SetNumberOfLabels(int id0)
96     { SetNumberOfLabels_19(id0); }
97
98   private native int GetNumberOfLabelsMinValue_20();
99   public int GetNumberOfLabelsMinValue()
100     { return GetNumberOfLabelsMinValue_20(); }
101
102   private native int GetNumberOfLabelsMaxValue_21();
103   public int GetNumberOfLabelsMaxValue()
104     { return GetNumberOfLabelsMaxValue_21(); }
105
106   private native int GetNumberOfLabels_22();
107   public int GetNumberOfLabels()
108     { return GetNumberOfLabels_22(); }
109
110   private native void SetLabelFormat_23(String id0);
111   public void SetLabelFormat(String id0)
112     { SetLabelFormat_23(id0); }
113
114   private native String GetLabelFormat_24();
115   public String GetLabelFormat()
116     { return GetLabelFormat_24(); }
117
118   private native void SetAdjustLabels_25(int id0);
119   public void SetAdjustLabels(int id0)
120     { SetAdjustLabels_25(id0); }
121
122   private native int GetAdjustLabels_26();
123   public int GetAdjustLabels()
124     { return GetAdjustLabels_26(); }
125
126   private native void AdjustLabelsOn_27();
127   public void AdjustLabelsOn()
128     { AdjustLabelsOn_27(); }
129
130   private native void AdjustLabelsOff_28();
131   public void AdjustLabelsOff()
132     { AdjustLabelsOff_28(); }
133
134   private native void GetAdjustedRange_29(double id0[]);
135   public void GetAdjustedRange(double id0[])
136     { GetAdjustedRange_29(id0); }
137
138   private native int GetAdjustedNumberOfLabels_30();
139   public int GetAdjustedNumberOfLabels()
140     { return GetAdjustedNumberOfLabels_30(); }
141
142   private native void SetTitle_31(String id0);
143   public void SetTitle(String id0)
144     { SetTitle_31(id0); }
145
146   private native String GetTitle_32();
147   public String GetTitle()
148     { return GetTitle_32(); }
149
150   private native void SetTitleTextProperty_33(vtkTextProperty id0);
151   public void SetTitleTextProperty(vtkTextProperty id0)
152     { SetTitleTextProperty_33(id0); }
153
154   private native long GetTitleTextProperty_34();
155   public vtkTextProperty GetTitleTextProperty() {
156     long temp = GetTitleTextProperty_34();
157
158     if (temp == 0) return null;
159     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
160 }
161
162   private native void SetLabelTextProperty_35(vtkTextProperty id0);
163   public void SetLabelTextProperty(vtkTextProperty id0)
164     { SetLabelTextProperty_35(id0); }
165
166   private native long GetLabelTextProperty_36();
167   public vtkTextProperty GetLabelTextProperty() {
168     long temp = GetLabelTextProperty_36();
169
170     if (temp == 0) return null;
171     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
172 }
173
174   private native void SetTickLength_37(int id0);
175   public void SetTickLength(int id0)
176     { SetTickLength_37(id0); }
177
178   private native int GetTickLengthMinValue_38();
179   public int GetTickLengthMinValue()
180     { return GetTickLengthMinValue_38(); }
181
182   private native int GetTickLengthMaxValue_39();
183   public int GetTickLengthMaxValue()
184     { return GetTickLengthMaxValue_39(); }
185
186   private native int GetTickLength_40();
187   public int GetTickLength()
188     { return GetTickLength_40(); }
189
190   private native void SetNumberOfMinorTicks_41(int id0);
191   public void SetNumberOfMinorTicks(int id0)
192     { SetNumberOfMinorTicks_41(id0); }
193
194   private native int GetNumberOfMinorTicksMinValue_42();
195   public int GetNumberOfMinorTicksMinValue()
196     { return GetNumberOfMinorTicksMinValue_42(); }
197
198   private native int GetNumberOfMinorTicksMaxValue_43();
199   public int GetNumberOfMinorTicksMaxValue()
200     { return GetNumberOfMinorTicksMaxValue_43(); }
201
202   private native int GetNumberOfMinorTicks_44();
203   public int GetNumberOfMinorTicks()
204     { return GetNumberOfMinorTicks_44(); }
205
206   private native void SetMinorTickLength_45(int id0);
207   public void SetMinorTickLength(int id0)
208     { SetMinorTickLength_45(id0); }
209
210   private native int GetMinorTickLengthMinValue_46();
211   public int GetMinorTickLengthMinValue()
212     { return GetMinorTickLengthMinValue_46(); }
213
214   private native int GetMinorTickLengthMaxValue_47();
215   public int GetMinorTickLengthMaxValue()
216     { return GetMinorTickLengthMaxValue_47(); }
217
218   private native int GetMinorTickLength_48();
219   public int GetMinorTickLength()
220     { return GetMinorTickLength_48(); }
221
222   private native void SetTickOffset_49(int id0);
223   public void SetTickOffset(int id0)
224     { SetTickOffset_49(id0); }
225
226   private native int GetTickOffsetMinValue_50();
227   public int GetTickOffsetMinValue()
228     { return GetTickOffsetMinValue_50(); }
229
230   private native int GetTickOffsetMaxValue_51();
231   public int GetTickOffsetMaxValue()
232     { return GetTickOffsetMaxValue_51(); }
233
234   private native int GetTickOffset_52();
235   public int GetTickOffset()
236     { return GetTickOffset_52(); }
237
238   private native void SetAxisVisibility_53(int id0);
239   public void SetAxisVisibility(int id0)
240     { SetAxisVisibility_53(id0); }
241
242   private native int GetAxisVisibility_54();
243   public int GetAxisVisibility()
244     { return GetAxisVisibility_54(); }
245
246   private native void AxisVisibilityOn_55();
247   public void AxisVisibilityOn()
248     { AxisVisibilityOn_55(); }
249
250   private native void AxisVisibilityOff_56();
251   public void AxisVisibilityOff()
252     { AxisVisibilityOff_56(); }
253
254   private native void SetTickVisibility_57(int id0);
255   public void SetTickVisibility(int id0)
256     { SetTickVisibility_57(id0); }
257
258   private native int GetTickVisibility_58();
259   public int GetTickVisibility()
260     { return GetTickVisibility_58(); }
261
262   private native void TickVisibilityOn_59();
263   public void TickVisibilityOn()
264     { TickVisibilityOn_59(); }
265
266   private native void TickVisibilityOff_60();
267   public void TickVisibilityOff()
268     { TickVisibilityOff_60(); }
269
270   private native void SetLabelVisibility_61(int id0);
271   public void SetLabelVisibility(int id0)
272     { SetLabelVisibility_61(id0); }
273
274   private native int GetLabelVisibility_62();
275   public int GetLabelVisibility()
276     { return GetLabelVisibility_62(); }
277
278   private native void LabelVisibilityOn_63();
279   public void LabelVisibilityOn()
280     { LabelVisibilityOn_63(); }
281
282   private native void LabelVisibilityOff_64();
283   public void LabelVisibilityOff()
284     { LabelVisibilityOff_64(); }
285
286   private native void SetTitleVisibility_65(int id0);
287   public void SetTitleVisibility(int id0)
288     { SetTitleVisibility_65(id0); }
289
290   private native int GetTitleVisibility_66();
291   public int GetTitleVisibility()
292     { return GetTitleVisibility_66(); }
293
294   private native void TitleVisibilityOn_67();
295   public void TitleVisibilityOn()
296     { TitleVisibilityOn_67(); }
297
298   private native void TitleVisibilityOff_68();
299   public void TitleVisibilityOff()
300     { TitleVisibilityOff_68(); }
301
302   private native void SetTitlePosition_69(double id0);
303   public void SetTitlePosition(double id0)
304     { SetTitlePosition_69(id0); }
305
306   private native double GetTitlePosition_70();
307   public double GetTitlePosition()
308     { return GetTitlePosition_70(); }
309
310   private native void SetFontFactor_71(double id0);
311   public void SetFontFactor(double id0)
312     { SetFontFactor_71(id0); }
313
314   private native double GetFontFactorMinValue_72();
315   public double GetFontFactorMinValue()
316     { return GetFontFactorMinValue_72(); }
317
318   private native double GetFontFactorMaxValue_73();
319   public double GetFontFactorMaxValue()
320     { return GetFontFactorMaxValue_73(); }
321
322   private native double GetFontFactor_74();
323   public double GetFontFactor()
324     { return GetFontFactor_74(); }
325
326   private native void SetLabelFactor_75(double id0);
327   public void SetLabelFactor(double id0)
328     { SetLabelFactor_75(id0); }
329
330   private native double GetLabelFactorMinValue_76();
331   public double GetLabelFactorMinValue()
332     { return GetLabelFactorMinValue_76(); }
333
334   private native double GetLabelFactorMaxValue_77();
335   public double GetLabelFactorMaxValue()
336     { return GetLabelFactorMaxValue_77(); }
337
338   private native double GetLabelFactor_78();
339   public double GetLabelFactor()
340     { return GetLabelFactor_78(); }
341
342   private native int RenderOverlay_79(vtkViewport id0);
343   public int RenderOverlay(vtkViewport id0)
344     { return RenderOverlay_79(id0); }
345
346   private native int RenderOpaqueGeometry_80(vtkViewport id0);
347   public int RenderOpaqueGeometry(vtkViewport id0)
348     { return RenderOpaqueGeometry_80(id0); }
349
350   private native int RenderTranslucentPolygonalGeometry_81(vtkViewport id0);
351   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
352     { return RenderTranslucentPolygonalGeometry_81(id0); }
353
354   private native int HasTranslucentPolygonalGeometry_82();
355   public int HasTranslucentPolygonalGeometry()
356     { return HasTranslucentPolygonalGeometry_82(); }
357
358   private native void ReleaseGraphicsResources_83(vtkWindow id0);
359   public void ReleaseGraphicsResources(vtkWindow id0)
360     { ReleaseGraphicsResources_83(id0); }
361
362   private native void SetSizeFontRelativeToAxis_84(int id0);
363   public void SetSizeFontRelativeToAxis(int id0)
364     { SetSizeFontRelativeToAxis_84(id0); }
365
366   private native int GetSizeFontRelativeToAxis_85();
367   public int GetSizeFontRelativeToAxis()
368     { return GetSizeFontRelativeToAxis_85(); }
369
370   private native void SizeFontRelativeToAxisOn_86();
371   public void SizeFontRelativeToAxisOn()
372     { SizeFontRelativeToAxisOn_86(); }
373
374   private native void SizeFontRelativeToAxisOff_87();
375   public void SizeFontRelativeToAxisOff()
376     { SizeFontRelativeToAxisOff_87(); }
377
378   private native void SetUseFontSizeFromProperty_88(int id0);
379   public void SetUseFontSizeFromProperty(int id0)
380     { SetUseFontSizeFromProperty_88(id0); }
381
382   private native int GetUseFontSizeFromProperty_89();
383   public int GetUseFontSizeFromProperty()
384     { return GetUseFontSizeFromProperty_89(); }
385
386   private native void UseFontSizeFromPropertyOn_90();
387   public void UseFontSizeFromPropertyOn()
388     { UseFontSizeFromPropertyOn_90(); }
389
390   private native void UseFontSizeFromPropertyOff_91();
391   public void UseFontSizeFromPropertyOff()
392     { UseFontSizeFromPropertyOff_91(); }
393
394   private native void ShallowCopy_92(vtkProp id0);
395   public void ShallowCopy(vtkProp id0)
396     { ShallowCopy_92(id0); }
397
398   public vtkAxisActor2D() { super(); }
399
400   public vtkAxisActor2D(long id) { super(id); }
401   public native long   VTKInit();
402
403 }