1 // java wrapper for vtkScalarBarActor object
7 public class vtkScalarBarActor extends vtkActor2D
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native int RenderOpaqueGeometry_2(vtkViewport id0);
19 public int RenderOpaqueGeometry(vtkViewport id0)
20 { return RenderOpaqueGeometry_2(id0); }
22 private native int RenderTranslucentPolygonalGeometry_3(vtkViewport id0);
23 public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
24 { return RenderTranslucentPolygonalGeometry_3(id0); }
26 private native int RenderOverlay_4(vtkViewport id0);
27 public int RenderOverlay(vtkViewport id0)
28 { return RenderOverlay_4(id0); }
30 private native int HasTranslucentPolygonalGeometry_5();
31 public int HasTranslucentPolygonalGeometry()
32 { return HasTranslucentPolygonalGeometry_5(); }
34 private native void ReleaseGraphicsResources_6(vtkWindow id0);
35 public void ReleaseGraphicsResources(vtkWindow id0)
36 { ReleaseGraphicsResources_6(id0); }
38 private native void GetScalarBarRect_7(int id0[],vtkViewport id1);
39 public void GetScalarBarRect(int id0[],vtkViewport id1)
40 { GetScalarBarRect_7(id0,id1); }
42 private native void SetLookupTable_8(vtkScalarsToColors id0);
43 public void SetLookupTable(vtkScalarsToColors id0)
44 { SetLookupTable_8(id0); }
46 private native long GetLookupTable_9();
47 public vtkScalarsToColors GetLookupTable() {
48 long temp = GetLookupTable_9();
50 if (temp == 0) return null;
51 return (vtkScalarsToColors)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
54 private native void SetUseOpacity_10(int id0);
55 public void SetUseOpacity(int id0)
56 { SetUseOpacity_10(id0); }
58 private native int GetUseOpacity_11();
59 public int GetUseOpacity()
60 { return GetUseOpacity_11(); }
62 private native void UseOpacityOn_12();
63 public void UseOpacityOn()
64 { UseOpacityOn_12(); }
66 private native void UseOpacityOff_13();
67 public void UseOpacityOff()
68 { UseOpacityOff_13(); }
70 private native void SetMaximumNumberOfColors_14(int id0);
71 public void SetMaximumNumberOfColors(int id0)
72 { SetMaximumNumberOfColors_14(id0); }
74 private native int GetMaximumNumberOfColorsMinValue_15();
75 public int GetMaximumNumberOfColorsMinValue()
76 { return GetMaximumNumberOfColorsMinValue_15(); }
78 private native int GetMaximumNumberOfColorsMaxValue_16();
79 public int GetMaximumNumberOfColorsMaxValue()
80 { return GetMaximumNumberOfColorsMaxValue_16(); }
82 private native int GetMaximumNumberOfColors_17();
83 public int GetMaximumNumberOfColors()
84 { return GetMaximumNumberOfColors_17(); }
86 private native void SetNumberOfLabels_18(int id0);
87 public void SetNumberOfLabels(int id0)
88 { SetNumberOfLabels_18(id0); }
90 private native int GetNumberOfLabelsMinValue_19();
91 public int GetNumberOfLabelsMinValue()
92 { return GetNumberOfLabelsMinValue_19(); }
94 private native int GetNumberOfLabelsMaxValue_20();
95 public int GetNumberOfLabelsMaxValue()
96 { return GetNumberOfLabelsMaxValue_20(); }
98 private native int GetNumberOfLabels_21();
99 public int GetNumberOfLabels()
100 { return GetNumberOfLabels_21(); }
102 private native void SetOrientation_22(int id0);
103 public void SetOrientation(int id0)
104 { SetOrientation_22(id0); }
106 private native int GetOrientationMinValue_23();
107 public int GetOrientationMinValue()
108 { return GetOrientationMinValue_23(); }
110 private native int GetOrientationMaxValue_24();
111 public int GetOrientationMaxValue()
112 { return GetOrientationMaxValue_24(); }
114 private native int GetOrientation_25();
115 public int GetOrientation()
116 { return GetOrientation_25(); }
118 private native void SetOrientationToHorizontal_26();
119 public void SetOrientationToHorizontal()
120 { SetOrientationToHorizontal_26(); }
122 private native void SetOrientationToVertical_27();
123 public void SetOrientationToVertical()
124 { SetOrientationToVertical_27(); }
126 private native void SetTitleTextProperty_28(vtkTextProperty id0);
127 public void SetTitleTextProperty(vtkTextProperty id0)
128 { SetTitleTextProperty_28(id0); }
130 private native long GetTitleTextProperty_29();
131 public vtkTextProperty GetTitleTextProperty() {
132 long temp = GetTitleTextProperty_29();
134 if (temp == 0) return null;
135 return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
138 private native void SetLabelTextProperty_30(vtkTextProperty id0);
139 public void SetLabelTextProperty(vtkTextProperty id0)
140 { SetLabelTextProperty_30(id0); }
142 private native long GetLabelTextProperty_31();
143 public vtkTextProperty GetLabelTextProperty() {
144 long temp = GetLabelTextProperty_31();
146 if (temp == 0) return null;
147 return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
150 private native void SetAnnotationTextProperty_32(vtkTextProperty id0);
151 public void SetAnnotationTextProperty(vtkTextProperty id0)
152 { SetAnnotationTextProperty_32(id0); }
154 private native long GetAnnotationTextProperty_33();
155 public vtkTextProperty GetAnnotationTextProperty() {
156 long temp = GetAnnotationTextProperty_33();
158 if (temp == 0) return null;
159 return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
162 private native void SetLabelFormat_34(String id0);
163 public void SetLabelFormat(String id0)
164 { SetLabelFormat_34(id0); }
166 private native String GetLabelFormat_35();
167 public String GetLabelFormat()
168 { return GetLabelFormat_35(); }
170 private native void SetTitle_36(String id0);
171 public void SetTitle(String id0)
172 { SetTitle_36(id0); }
174 private native String GetTitle_37();
175 public String GetTitle()
176 { return GetTitle_37(); }
178 private native void SetComponentTitle_38(String id0);
179 public void SetComponentTitle(String id0)
180 { SetComponentTitle_38(id0); }
182 private native String GetComponentTitle_39();
183 public String GetComponentTitle()
184 { return GetComponentTitle_39(); }
186 private native void ShallowCopy_40(vtkProp id0);
187 public void ShallowCopy(vtkProp id0)
188 { ShallowCopy_40(id0); }
190 private native void SetTextureGridWidth_41(double id0);
191 public void SetTextureGridWidth(double id0)
192 { SetTextureGridWidth_41(id0); }
194 private native double GetTextureGridWidth_42();
195 public double GetTextureGridWidth()
196 { return GetTextureGridWidth_42(); }
198 private native long GetTextureActor_43();
199 public vtkTexturedActor2D GetTextureActor() {
200 long temp = GetTextureActor_43();
202 if (temp == 0) return null;
203 return (vtkTexturedActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
206 private native void SetTextPosition_44(int id0);
207 public void SetTextPosition(int id0)
208 { SetTextPosition_44(id0); }
210 private native int GetTextPositionMinValue_45();
211 public int GetTextPositionMinValue()
212 { return GetTextPositionMinValue_45(); }
214 private native int GetTextPositionMaxValue_46();
215 public int GetTextPositionMaxValue()
216 { return GetTextPositionMaxValue_46(); }
218 private native int GetTextPosition_47();
219 public int GetTextPosition()
220 { return GetTextPosition_47(); }
222 private native void SetTextPositionToPrecedeScalarBar_48();
223 public void SetTextPositionToPrecedeScalarBar()
224 { SetTextPositionToPrecedeScalarBar_48(); }
226 private native void SetTextPositionToSucceedScalarBar_49();
227 public void SetTextPositionToSucceedScalarBar()
228 { SetTextPositionToSucceedScalarBar_49(); }
230 private native void SetMaximumWidthInPixels_50(int id0);
231 public void SetMaximumWidthInPixels(int id0)
232 { SetMaximumWidthInPixels_50(id0); }
234 private native int GetMaximumWidthInPixels_51();
235 public int GetMaximumWidthInPixels()
236 { return GetMaximumWidthInPixels_51(); }
238 private native void SetMaximumHeightInPixels_52(int id0);
239 public void SetMaximumHeightInPixels(int id0)
240 { SetMaximumHeightInPixels_52(id0); }
242 private native int GetMaximumHeightInPixels_53();
243 public int GetMaximumHeightInPixels()
244 { return GetMaximumHeightInPixels_53(); }
246 private native void SetAnnotationLeaderPadding_54(double id0);
247 public void SetAnnotationLeaderPadding(double id0)
248 { SetAnnotationLeaderPadding_54(id0); }
250 private native double GetAnnotationLeaderPadding_55();
251 public double GetAnnotationLeaderPadding()
252 { return GetAnnotationLeaderPadding_55(); }
254 private native void SetDrawAnnotations_56(int id0);
255 public void SetDrawAnnotations(int id0)
256 { SetDrawAnnotations_56(id0); }
258 private native int GetDrawAnnotations_57();
259 public int GetDrawAnnotations()
260 { return GetDrawAnnotations_57(); }
262 private native void DrawAnnotationsOn_58();
263 public void DrawAnnotationsOn()
264 { DrawAnnotationsOn_58(); }
266 private native void DrawAnnotationsOff_59();
267 public void DrawAnnotationsOff()
268 { DrawAnnotationsOff_59(); }
270 private native void SetDrawNanAnnotation_60(int id0);
271 public void SetDrawNanAnnotation(int id0)
272 { SetDrawNanAnnotation_60(id0); }
274 private native int GetDrawNanAnnotation_61();
275 public int GetDrawNanAnnotation()
276 { return GetDrawNanAnnotation_61(); }
278 private native void DrawNanAnnotationOn_62();
279 public void DrawNanAnnotationOn()
280 { DrawNanAnnotationOn_62(); }
282 private native void DrawNanAnnotationOff_63();
283 public void DrawNanAnnotationOff()
284 { DrawNanAnnotationOff_63(); }
286 private native void SetDrawBelowRangeSwatch_64(boolean id0);
287 public void SetDrawBelowRangeSwatch(boolean id0)
288 { SetDrawBelowRangeSwatch_64(id0); }
290 private native boolean GetDrawBelowRangeSwatch_65();
291 public boolean GetDrawBelowRangeSwatch()
292 { return GetDrawBelowRangeSwatch_65(); }
294 private native void DrawBelowRangeSwatchOn_66();
295 public void DrawBelowRangeSwatchOn()
296 { DrawBelowRangeSwatchOn_66(); }
298 private native void DrawBelowRangeSwatchOff_67();
299 public void DrawBelowRangeSwatchOff()
300 { DrawBelowRangeSwatchOff_67(); }
302 private native void SetBelowRangeAnnotation_68(String id0);
303 public void SetBelowRangeAnnotation(String id0)
304 { SetBelowRangeAnnotation_68(id0); }
306 private native String GetBelowRangeAnnotation_69();
307 public String GetBelowRangeAnnotation()
308 { return GetBelowRangeAnnotation_69(); }
310 private native void SetDrawAboveRangeSwatch_70(boolean id0);
311 public void SetDrawAboveRangeSwatch(boolean id0)
312 { SetDrawAboveRangeSwatch_70(id0); }
314 private native boolean GetDrawAboveRangeSwatch_71();
315 public boolean GetDrawAboveRangeSwatch()
316 { return GetDrawAboveRangeSwatch_71(); }
318 private native void DrawAboveRangeSwatchOn_72();
319 public void DrawAboveRangeSwatchOn()
320 { DrawAboveRangeSwatchOn_72(); }
322 private native void DrawAboveRangeSwatchOff_73();
323 public void DrawAboveRangeSwatchOff()
324 { DrawAboveRangeSwatchOff_73(); }
326 private native void SetAboveRangeAnnotation_74(String id0);
327 public void SetAboveRangeAnnotation(String id0)
328 { SetAboveRangeAnnotation_74(id0); }
330 private native String GetAboveRangeAnnotation_75();
331 public String GetAboveRangeAnnotation()
332 { return GetAboveRangeAnnotation_75(); }
334 private native void SetFixedAnnotationLeaderLineColor_76(int id0);
335 public void SetFixedAnnotationLeaderLineColor(int id0)
336 { SetFixedAnnotationLeaderLineColor_76(id0); }
338 private native int GetFixedAnnotationLeaderLineColor_77();
339 public int GetFixedAnnotationLeaderLineColor()
340 { return GetFixedAnnotationLeaderLineColor_77(); }
342 private native void FixedAnnotationLeaderLineColorOn_78();
343 public void FixedAnnotationLeaderLineColorOn()
344 { FixedAnnotationLeaderLineColorOn_78(); }
346 private native void FixedAnnotationLeaderLineColorOff_79();
347 public void FixedAnnotationLeaderLineColorOff()
348 { FixedAnnotationLeaderLineColorOff_79(); }
350 private native void SetNanAnnotation_80(String id0);
351 public void SetNanAnnotation(String id0)
352 { SetNanAnnotation_80(id0); }
354 private native String GetNanAnnotation_81();
355 public String GetNanAnnotation()
356 { return GetNanAnnotation_81(); }
358 private native void SetAnnotationTextScaling_82(int id0);
359 public void SetAnnotationTextScaling(int id0)
360 { SetAnnotationTextScaling_82(id0); }
362 private native int GetAnnotationTextScaling_83();
363 public int GetAnnotationTextScaling()
364 { return GetAnnotationTextScaling_83(); }
366 private native void AnnotationTextScalingOn_84();
367 public void AnnotationTextScalingOn()
368 { AnnotationTextScalingOn_84(); }
370 private native void AnnotationTextScalingOff_85();
371 public void AnnotationTextScalingOff()
372 { AnnotationTextScalingOff_85(); }
374 private native void SetDrawBackground_86(int id0);
375 public void SetDrawBackground(int id0)
376 { SetDrawBackground_86(id0); }
378 private native int GetDrawBackground_87();
379 public int GetDrawBackground()
380 { return GetDrawBackground_87(); }
382 private native void DrawBackgroundOn_88();
383 public void DrawBackgroundOn()
384 { DrawBackgroundOn_88(); }
386 private native void DrawBackgroundOff_89();
387 public void DrawBackgroundOff()
388 { DrawBackgroundOff_89(); }
390 private native void SetDrawFrame_90(int id0);
391 public void SetDrawFrame(int id0)
392 { SetDrawFrame_90(id0); }
394 private native int GetDrawFrame_91();
395 public int GetDrawFrame()
396 { return GetDrawFrame_91(); }
398 private native void DrawFrameOn_92();
399 public void DrawFrameOn()
400 { DrawFrameOn_92(); }
402 private native void DrawFrameOff_93();
403 public void DrawFrameOff()
404 { DrawFrameOff_93(); }
406 private native void SetDrawColorBar_94(int id0);
407 public void SetDrawColorBar(int id0)
408 { SetDrawColorBar_94(id0); }
410 private native int GetDrawColorBar_95();
411 public int GetDrawColorBar()
412 { return GetDrawColorBar_95(); }
414 private native void DrawColorBarOn_96();
415 public void DrawColorBarOn()
416 { DrawColorBarOn_96(); }
418 private native void DrawColorBarOff_97();
419 public void DrawColorBarOff()
420 { DrawColorBarOff_97(); }
422 private native void SetDrawTickLabels_98(int id0);
423 public void SetDrawTickLabels(int id0)
424 { SetDrawTickLabels_98(id0); }
426 private native int GetDrawTickLabels_99();
427 public int GetDrawTickLabels()
428 { return GetDrawTickLabels_99(); }
430 private native void DrawTickLabelsOn_100();
431 public void DrawTickLabelsOn()
432 { DrawTickLabelsOn_100(); }
434 private native void DrawTickLabelsOff_101();
435 public void DrawTickLabelsOff()
436 { DrawTickLabelsOff_101(); }
438 private native void SetBackgroundProperty_102(vtkProperty2D id0);
439 public void SetBackgroundProperty(vtkProperty2D id0)
440 { SetBackgroundProperty_102(id0); }
442 private native long GetBackgroundProperty_103();
443 public vtkProperty2D GetBackgroundProperty() {
444 long temp = GetBackgroundProperty_103();
446 if (temp == 0) return null;
447 return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
450 private native void SetFrameProperty_104(vtkProperty2D id0);
451 public void SetFrameProperty(vtkProperty2D id0)
452 { SetFrameProperty_104(id0); }
454 private native long GetFrameProperty_105();
455 public vtkProperty2D GetFrameProperty() {
456 long temp = GetFrameProperty_105();
458 if (temp == 0) return null;
459 return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
462 private native int GetTextPad_106();
463 public int GetTextPad()
464 { return GetTextPad_106(); }
466 private native void SetTextPad_107(int id0);
467 public void SetTextPad(int id0)
468 { SetTextPad_107(id0); }
470 private native int GetVerticalTitleSeparation_108();
471 public int GetVerticalTitleSeparation()
472 { return GetVerticalTitleSeparation_108(); }
474 private native void SetVerticalTitleSeparation_109(int id0);
475 public void SetVerticalTitleSeparation(int id0)
476 { SetVerticalTitleSeparation_109(id0); }
478 private native double GetBarRatio_110();
479 public double GetBarRatio()
480 { return GetBarRatio_110(); }
482 private native void SetBarRatio_111(double id0);
483 public void SetBarRatio(double id0)
484 { SetBarRatio_111(id0); }
486 private native double GetBarRatioMinValue_112();
487 public double GetBarRatioMinValue()
488 { return GetBarRatioMinValue_112(); }
490 private native double GetBarRatioMaxValue_113();
491 public double GetBarRatioMaxValue()
492 { return GetBarRatioMaxValue_113(); }
494 private native double GetTitleRatio_114();
495 public double GetTitleRatio()
496 { return GetTitleRatio_114(); }
498 private native void SetTitleRatio_115(double id0);
499 public void SetTitleRatio(double id0)
500 { SetTitleRatio_115(id0); }
502 private native double GetTitleRatioMinValue_116();
503 public double GetTitleRatioMinValue()
504 { return GetTitleRatioMinValue_116(); }
506 private native double GetTitleRatioMaxValue_117();
507 public double GetTitleRatioMaxValue()
508 { return GetTitleRatioMaxValue_117(); }
510 private native void SetUnconstrainedFontSize_118(boolean id0);
511 public void SetUnconstrainedFontSize(boolean id0)
512 { SetUnconstrainedFontSize_118(id0); }
514 private native boolean GetUnconstrainedFontSize_119();
515 public boolean GetUnconstrainedFontSize()
516 { return GetUnconstrainedFontSize_119(); }
518 private native void UnconstrainedFontSizeOn_120();
519 public void UnconstrainedFontSizeOn()
520 { UnconstrainedFontSizeOn_120(); }
522 private native void UnconstrainedFontSizeOff_121();
523 public void UnconstrainedFontSizeOff()
524 { UnconstrainedFontSizeOff_121(); }
526 public vtkScalarBarActor() { super(); }
528 public vtkScalarBarActor(long id) { super(id); }
529 public native long VTKInit();