]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkScalarBarActor.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkScalarBarActor.java
1 // java wrapper for vtkScalarBarActor object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkScalarBarActor 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 int RenderOpaqueGeometry_2(vtkViewport id0);
19   public int RenderOpaqueGeometry(vtkViewport id0)
20     { return RenderOpaqueGeometry_2(id0); }
21
22   private native int RenderTranslucentPolygonalGeometry_3(vtkViewport id0);
23   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
24     { return RenderTranslucentPolygonalGeometry_3(id0); }
25
26   private native int RenderOverlay_4(vtkViewport id0);
27   public int RenderOverlay(vtkViewport id0)
28     { return RenderOverlay_4(id0); }
29
30   private native int HasTranslucentPolygonalGeometry_5();
31   public int HasTranslucentPolygonalGeometry()
32     { return HasTranslucentPolygonalGeometry_5(); }
33
34   private native void ReleaseGraphicsResources_6(vtkWindow id0);
35   public void ReleaseGraphicsResources(vtkWindow id0)
36     { ReleaseGraphicsResources_6(id0); }
37
38   private native void GetScalarBarRect_7(int id0[],vtkViewport id1);
39   public void GetScalarBarRect(int id0[],vtkViewport id1)
40     { GetScalarBarRect_7(id0,id1); }
41
42   private native void SetLookupTable_8(vtkScalarsToColors id0);
43   public void SetLookupTable(vtkScalarsToColors id0)
44     { SetLookupTable_8(id0); }
45
46   private native long GetLookupTable_9();
47   public vtkScalarsToColors GetLookupTable() {
48     long temp = GetLookupTable_9();
49
50     if (temp == 0) return null;
51     return (vtkScalarsToColors)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
52 }
53
54   private native void SetUseOpacity_10(int id0);
55   public void SetUseOpacity(int id0)
56     { SetUseOpacity_10(id0); }
57
58   private native int GetUseOpacity_11();
59   public int GetUseOpacity()
60     { return GetUseOpacity_11(); }
61
62   private native void UseOpacityOn_12();
63   public void UseOpacityOn()
64     { UseOpacityOn_12(); }
65
66   private native void UseOpacityOff_13();
67   public void UseOpacityOff()
68     { UseOpacityOff_13(); }
69
70   private native void SetMaximumNumberOfColors_14(int id0);
71   public void SetMaximumNumberOfColors(int id0)
72     { SetMaximumNumberOfColors_14(id0); }
73
74   private native int GetMaximumNumberOfColorsMinValue_15();
75   public int GetMaximumNumberOfColorsMinValue()
76     { return GetMaximumNumberOfColorsMinValue_15(); }
77
78   private native int GetMaximumNumberOfColorsMaxValue_16();
79   public int GetMaximumNumberOfColorsMaxValue()
80     { return GetMaximumNumberOfColorsMaxValue_16(); }
81
82   private native int GetMaximumNumberOfColors_17();
83   public int GetMaximumNumberOfColors()
84     { return GetMaximumNumberOfColors_17(); }
85
86   private native void SetNumberOfLabels_18(int id0);
87   public void SetNumberOfLabels(int id0)
88     { SetNumberOfLabels_18(id0); }
89
90   private native int GetNumberOfLabelsMinValue_19();
91   public int GetNumberOfLabelsMinValue()
92     { return GetNumberOfLabelsMinValue_19(); }
93
94   private native int GetNumberOfLabelsMaxValue_20();
95   public int GetNumberOfLabelsMaxValue()
96     { return GetNumberOfLabelsMaxValue_20(); }
97
98   private native int GetNumberOfLabels_21();
99   public int GetNumberOfLabels()
100     { return GetNumberOfLabels_21(); }
101
102   private native void SetOrientation_22(int id0);
103   public void SetOrientation(int id0)
104     { SetOrientation_22(id0); }
105
106   private native int GetOrientationMinValue_23();
107   public int GetOrientationMinValue()
108     { return GetOrientationMinValue_23(); }
109
110   private native int GetOrientationMaxValue_24();
111   public int GetOrientationMaxValue()
112     { return GetOrientationMaxValue_24(); }
113
114   private native int GetOrientation_25();
115   public int GetOrientation()
116     { return GetOrientation_25(); }
117
118   private native void SetOrientationToHorizontal_26();
119   public void SetOrientationToHorizontal()
120     { SetOrientationToHorizontal_26(); }
121
122   private native void SetOrientationToVertical_27();
123   public void SetOrientationToVertical()
124     { SetOrientationToVertical_27(); }
125
126   private native void SetTitleTextProperty_28(vtkTextProperty id0);
127   public void SetTitleTextProperty(vtkTextProperty id0)
128     { SetTitleTextProperty_28(id0); }
129
130   private native long GetTitleTextProperty_29();
131   public vtkTextProperty GetTitleTextProperty() {
132     long temp = GetTitleTextProperty_29();
133
134     if (temp == 0) return null;
135     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
136 }
137
138   private native void SetLabelTextProperty_30(vtkTextProperty id0);
139   public void SetLabelTextProperty(vtkTextProperty id0)
140     { SetLabelTextProperty_30(id0); }
141
142   private native long GetLabelTextProperty_31();
143   public vtkTextProperty GetLabelTextProperty() {
144     long temp = GetLabelTextProperty_31();
145
146     if (temp == 0) return null;
147     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
148 }
149
150   private native void SetAnnotationTextProperty_32(vtkTextProperty id0);
151   public void SetAnnotationTextProperty(vtkTextProperty id0)
152     { SetAnnotationTextProperty_32(id0); }
153
154   private native long GetAnnotationTextProperty_33();
155   public vtkTextProperty GetAnnotationTextProperty() {
156     long temp = GetAnnotationTextProperty_33();
157
158     if (temp == 0) return null;
159     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
160 }
161
162   private native void SetLabelFormat_34(String id0);
163   public void SetLabelFormat(String id0)
164     { SetLabelFormat_34(id0); }
165
166   private native String GetLabelFormat_35();
167   public String GetLabelFormat()
168     { return GetLabelFormat_35(); }
169
170   private native void SetTitle_36(String id0);
171   public void SetTitle(String id0)
172     { SetTitle_36(id0); }
173
174   private native String GetTitle_37();
175   public String GetTitle()
176     { return GetTitle_37(); }
177
178   private native void SetComponentTitle_38(String id0);
179   public void SetComponentTitle(String id0)
180     { SetComponentTitle_38(id0); }
181
182   private native String GetComponentTitle_39();
183   public String GetComponentTitle()
184     { return GetComponentTitle_39(); }
185
186   private native void ShallowCopy_40(vtkProp id0);
187   public void ShallowCopy(vtkProp id0)
188     { ShallowCopy_40(id0); }
189
190   private native void SetTextureGridWidth_41(double id0);
191   public void SetTextureGridWidth(double id0)
192     { SetTextureGridWidth_41(id0); }
193
194   private native double GetTextureGridWidth_42();
195   public double GetTextureGridWidth()
196     { return GetTextureGridWidth_42(); }
197
198   private native long GetTextureActor_43();
199   public vtkTexturedActor2D GetTextureActor() {
200     long temp = GetTextureActor_43();
201
202     if (temp == 0) return null;
203     return (vtkTexturedActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
204 }
205
206   private native void SetTextPosition_44(int id0);
207   public void SetTextPosition(int id0)
208     { SetTextPosition_44(id0); }
209
210   private native int GetTextPositionMinValue_45();
211   public int GetTextPositionMinValue()
212     { return GetTextPositionMinValue_45(); }
213
214   private native int GetTextPositionMaxValue_46();
215   public int GetTextPositionMaxValue()
216     { return GetTextPositionMaxValue_46(); }
217
218   private native int GetTextPosition_47();
219   public int GetTextPosition()
220     { return GetTextPosition_47(); }
221
222   private native void SetTextPositionToPrecedeScalarBar_48();
223   public void SetTextPositionToPrecedeScalarBar()
224     { SetTextPositionToPrecedeScalarBar_48(); }
225
226   private native void SetTextPositionToSucceedScalarBar_49();
227   public void SetTextPositionToSucceedScalarBar()
228     { SetTextPositionToSucceedScalarBar_49(); }
229
230   private native void SetMaximumWidthInPixels_50(int id0);
231   public void SetMaximumWidthInPixels(int id0)
232     { SetMaximumWidthInPixels_50(id0); }
233
234   private native int GetMaximumWidthInPixels_51();
235   public int GetMaximumWidthInPixels()
236     { return GetMaximumWidthInPixels_51(); }
237
238   private native void SetMaximumHeightInPixels_52(int id0);
239   public void SetMaximumHeightInPixels(int id0)
240     { SetMaximumHeightInPixels_52(id0); }
241
242   private native int GetMaximumHeightInPixels_53();
243   public int GetMaximumHeightInPixels()
244     { return GetMaximumHeightInPixels_53(); }
245
246   private native void SetAnnotationLeaderPadding_54(double id0);
247   public void SetAnnotationLeaderPadding(double id0)
248     { SetAnnotationLeaderPadding_54(id0); }
249
250   private native double GetAnnotationLeaderPadding_55();
251   public double GetAnnotationLeaderPadding()
252     { return GetAnnotationLeaderPadding_55(); }
253
254   private native void SetDrawAnnotations_56(int id0);
255   public void SetDrawAnnotations(int id0)
256     { SetDrawAnnotations_56(id0); }
257
258   private native int GetDrawAnnotations_57();
259   public int GetDrawAnnotations()
260     { return GetDrawAnnotations_57(); }
261
262   private native void DrawAnnotationsOn_58();
263   public void DrawAnnotationsOn()
264     { DrawAnnotationsOn_58(); }
265
266   private native void DrawAnnotationsOff_59();
267   public void DrawAnnotationsOff()
268     { DrawAnnotationsOff_59(); }
269
270   private native void SetDrawNanAnnotation_60(int id0);
271   public void SetDrawNanAnnotation(int id0)
272     { SetDrawNanAnnotation_60(id0); }
273
274   private native int GetDrawNanAnnotation_61();
275   public int GetDrawNanAnnotation()
276     { return GetDrawNanAnnotation_61(); }
277
278   private native void DrawNanAnnotationOn_62();
279   public void DrawNanAnnotationOn()
280     { DrawNanAnnotationOn_62(); }
281
282   private native void DrawNanAnnotationOff_63();
283   public void DrawNanAnnotationOff()
284     { DrawNanAnnotationOff_63(); }
285
286   private native void SetDrawBelowRangeSwatch_64(boolean id0);
287   public void SetDrawBelowRangeSwatch(boolean id0)
288     { SetDrawBelowRangeSwatch_64(id0); }
289
290   private native boolean GetDrawBelowRangeSwatch_65();
291   public boolean GetDrawBelowRangeSwatch()
292     { return GetDrawBelowRangeSwatch_65(); }
293
294   private native void DrawBelowRangeSwatchOn_66();
295   public void DrawBelowRangeSwatchOn()
296     { DrawBelowRangeSwatchOn_66(); }
297
298   private native void DrawBelowRangeSwatchOff_67();
299   public void DrawBelowRangeSwatchOff()
300     { DrawBelowRangeSwatchOff_67(); }
301
302   private native void SetBelowRangeAnnotation_68(String id0);
303   public void SetBelowRangeAnnotation(String id0)
304     { SetBelowRangeAnnotation_68(id0); }
305
306   private native String GetBelowRangeAnnotation_69();
307   public String GetBelowRangeAnnotation()
308     { return GetBelowRangeAnnotation_69(); }
309
310   private native void SetDrawAboveRangeSwatch_70(boolean id0);
311   public void SetDrawAboveRangeSwatch(boolean id0)
312     { SetDrawAboveRangeSwatch_70(id0); }
313
314   private native boolean GetDrawAboveRangeSwatch_71();
315   public boolean GetDrawAboveRangeSwatch()
316     { return GetDrawAboveRangeSwatch_71(); }
317
318   private native void DrawAboveRangeSwatchOn_72();
319   public void DrawAboveRangeSwatchOn()
320     { DrawAboveRangeSwatchOn_72(); }
321
322   private native void DrawAboveRangeSwatchOff_73();
323   public void DrawAboveRangeSwatchOff()
324     { DrawAboveRangeSwatchOff_73(); }
325
326   private native void SetAboveRangeAnnotation_74(String id0);
327   public void SetAboveRangeAnnotation(String id0)
328     { SetAboveRangeAnnotation_74(id0); }
329
330   private native String GetAboveRangeAnnotation_75();
331   public String GetAboveRangeAnnotation()
332     { return GetAboveRangeAnnotation_75(); }
333
334   private native void SetFixedAnnotationLeaderLineColor_76(int id0);
335   public void SetFixedAnnotationLeaderLineColor(int id0)
336     { SetFixedAnnotationLeaderLineColor_76(id0); }
337
338   private native int GetFixedAnnotationLeaderLineColor_77();
339   public int GetFixedAnnotationLeaderLineColor()
340     { return GetFixedAnnotationLeaderLineColor_77(); }
341
342   private native void FixedAnnotationLeaderLineColorOn_78();
343   public void FixedAnnotationLeaderLineColorOn()
344     { FixedAnnotationLeaderLineColorOn_78(); }
345
346   private native void FixedAnnotationLeaderLineColorOff_79();
347   public void FixedAnnotationLeaderLineColorOff()
348     { FixedAnnotationLeaderLineColorOff_79(); }
349
350   private native void SetNanAnnotation_80(String id0);
351   public void SetNanAnnotation(String id0)
352     { SetNanAnnotation_80(id0); }
353
354   private native String GetNanAnnotation_81();
355   public String GetNanAnnotation()
356     { return GetNanAnnotation_81(); }
357
358   private native void SetAnnotationTextScaling_82(int id0);
359   public void SetAnnotationTextScaling(int id0)
360     { SetAnnotationTextScaling_82(id0); }
361
362   private native int GetAnnotationTextScaling_83();
363   public int GetAnnotationTextScaling()
364     { return GetAnnotationTextScaling_83(); }
365
366   private native void AnnotationTextScalingOn_84();
367   public void AnnotationTextScalingOn()
368     { AnnotationTextScalingOn_84(); }
369
370   private native void AnnotationTextScalingOff_85();
371   public void AnnotationTextScalingOff()
372     { AnnotationTextScalingOff_85(); }
373
374   private native void SetDrawBackground_86(int id0);
375   public void SetDrawBackground(int id0)
376     { SetDrawBackground_86(id0); }
377
378   private native int GetDrawBackground_87();
379   public int GetDrawBackground()
380     { return GetDrawBackground_87(); }
381
382   private native void DrawBackgroundOn_88();
383   public void DrawBackgroundOn()
384     { DrawBackgroundOn_88(); }
385
386   private native void DrawBackgroundOff_89();
387   public void DrawBackgroundOff()
388     { DrawBackgroundOff_89(); }
389
390   private native void SetDrawFrame_90(int id0);
391   public void SetDrawFrame(int id0)
392     { SetDrawFrame_90(id0); }
393
394   private native int GetDrawFrame_91();
395   public int GetDrawFrame()
396     { return GetDrawFrame_91(); }
397
398   private native void DrawFrameOn_92();
399   public void DrawFrameOn()
400     { DrawFrameOn_92(); }
401
402   private native void DrawFrameOff_93();
403   public void DrawFrameOff()
404     { DrawFrameOff_93(); }
405
406   private native void SetDrawColorBar_94(int id0);
407   public void SetDrawColorBar(int id0)
408     { SetDrawColorBar_94(id0); }
409
410   private native int GetDrawColorBar_95();
411   public int GetDrawColorBar()
412     { return GetDrawColorBar_95(); }
413
414   private native void DrawColorBarOn_96();
415   public void DrawColorBarOn()
416     { DrawColorBarOn_96(); }
417
418   private native void DrawColorBarOff_97();
419   public void DrawColorBarOff()
420     { DrawColorBarOff_97(); }
421
422   private native void SetDrawTickLabels_98(int id0);
423   public void SetDrawTickLabels(int id0)
424     { SetDrawTickLabels_98(id0); }
425
426   private native int GetDrawTickLabels_99();
427   public int GetDrawTickLabels()
428     { return GetDrawTickLabels_99(); }
429
430   private native void DrawTickLabelsOn_100();
431   public void DrawTickLabelsOn()
432     { DrawTickLabelsOn_100(); }
433
434   private native void DrawTickLabelsOff_101();
435   public void DrawTickLabelsOff()
436     { DrawTickLabelsOff_101(); }
437
438   private native void SetBackgroundProperty_102(vtkProperty2D id0);
439   public void SetBackgroundProperty(vtkProperty2D id0)
440     { SetBackgroundProperty_102(id0); }
441
442   private native long GetBackgroundProperty_103();
443   public vtkProperty2D GetBackgroundProperty() {
444     long temp = GetBackgroundProperty_103();
445
446     if (temp == 0) return null;
447     return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
448 }
449
450   private native void SetFrameProperty_104(vtkProperty2D id0);
451   public void SetFrameProperty(vtkProperty2D id0)
452     { SetFrameProperty_104(id0); }
453
454   private native long GetFrameProperty_105();
455   public vtkProperty2D GetFrameProperty() {
456     long temp = GetFrameProperty_105();
457
458     if (temp == 0) return null;
459     return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
460 }
461
462   private native int GetTextPad_106();
463   public int GetTextPad()
464     { return GetTextPad_106(); }
465
466   private native void SetTextPad_107(int id0);
467   public void SetTextPad(int id0)
468     { SetTextPad_107(id0); }
469
470   private native int GetVerticalTitleSeparation_108();
471   public int GetVerticalTitleSeparation()
472     { return GetVerticalTitleSeparation_108(); }
473
474   private native void SetVerticalTitleSeparation_109(int id0);
475   public void SetVerticalTitleSeparation(int id0)
476     { SetVerticalTitleSeparation_109(id0); }
477
478   private native double GetBarRatio_110();
479   public double GetBarRatio()
480     { return GetBarRatio_110(); }
481
482   private native void SetBarRatio_111(double id0);
483   public void SetBarRatio(double id0)
484     { SetBarRatio_111(id0); }
485
486   private native double GetBarRatioMinValue_112();
487   public double GetBarRatioMinValue()
488     { return GetBarRatioMinValue_112(); }
489
490   private native double GetBarRatioMaxValue_113();
491   public double GetBarRatioMaxValue()
492     { return GetBarRatioMaxValue_113(); }
493
494   private native double GetTitleRatio_114();
495   public double GetTitleRatio()
496     { return GetTitleRatio_114(); }
497
498   private native void SetTitleRatio_115(double id0);
499   public void SetTitleRatio(double id0)
500     { SetTitleRatio_115(id0); }
501
502   private native double GetTitleRatioMinValue_116();
503   public double GetTitleRatioMinValue()
504     { return GetTitleRatioMinValue_116(); }
505
506   private native double GetTitleRatioMaxValue_117();
507   public double GetTitleRatioMaxValue()
508     { return GetTitleRatioMaxValue_117(); }
509
510   private native void SetUnconstrainedFontSize_118(boolean id0);
511   public void SetUnconstrainedFontSize(boolean id0)
512     { SetUnconstrainedFontSize_118(id0); }
513
514   private native boolean GetUnconstrainedFontSize_119();
515   public boolean GetUnconstrainedFontSize()
516     { return GetUnconstrainedFontSize_119(); }
517
518   private native void UnconstrainedFontSizeOn_120();
519   public void UnconstrainedFontSizeOn()
520     { UnconstrainedFontSizeOn_120(); }
521
522   private native void UnconstrainedFontSizeOff_121();
523   public void UnconstrainedFontSizeOff()
524     { UnconstrainedFontSizeOff_121(); }
525
526   public vtkScalarBarActor() { super(); }
527
528   public vtkScalarBarActor(long id) { super(id); }
529   public native long   VTKInit();
530
531 }