X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkScalarBarActor.java;h=856b2105abe0836245d210d80374ac17cdfc332e;hb=5303ddc439764f9263054f519deab7f9f350d561;hp=f8c4756d06cbfd6048d8a47180959efa906650af;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkScalarBarActor.java b/vtk/src/vtk/vtkScalarBarActor.java index f8c4756d..856b2105 100644 --- a/vtk/src/vtk/vtkScalarBarActor.java +++ b/vtk/src/vtk/vtkScalarBarActor.java @@ -1,291 +1,531 @@ -// java wrapper for vtkScalarBarActor object -// - -package vtk; -import vtk.*; - -public class vtkScalarBarActor extends vtkActor2D -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - private native int IsA_1(String id0); - public int IsA(String id0) - { return IsA_1(id0); } - - private native int RenderOpaqueGeometry_2(vtkViewport id0); - public int RenderOpaqueGeometry(vtkViewport id0) - { return RenderOpaqueGeometry_2(id0); } - - private native int RenderTranslucentPolygonalGeometry_3(vtkViewport id0); - public int RenderTranslucentPolygonalGeometry(vtkViewport id0) - { return RenderTranslucentPolygonalGeometry_3(id0); } - - private native int RenderOverlay_4(vtkViewport id0); - public int RenderOverlay(vtkViewport id0) - { return RenderOverlay_4(id0); } - - private native int HasTranslucentPolygonalGeometry_5(); - public int HasTranslucentPolygonalGeometry() - { return HasTranslucentPolygonalGeometry_5(); } - - private native void ReleaseGraphicsResources_6(vtkWindow id0); - public void ReleaseGraphicsResources(vtkWindow id0) - { ReleaseGraphicsResources_6(id0); } - - private native void SetLookupTable_7(vtkScalarsToColors id0); - public void SetLookupTable(vtkScalarsToColors id0) - { SetLookupTable_7(id0); } - - private native long GetLookupTable_8(); - public vtkScalarsToColors GetLookupTable() { - long temp = GetLookupTable_8(); - - if (temp == 0) return null; - return (vtkScalarsToColors)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetUseOpacity_9(int id0); - public void SetUseOpacity(int id0) - { SetUseOpacity_9(id0); } - - private native int GetUseOpacity_10(); - public int GetUseOpacity() - { return GetUseOpacity_10(); } - - private native void UseOpacityOn_11(); - public void UseOpacityOn() - { UseOpacityOn_11(); } - - private native void UseOpacityOff_12(); - public void UseOpacityOff() - { UseOpacityOff_12(); } - - private native void SetMaximumNumberOfColors_13(int id0); - public void SetMaximumNumberOfColors(int id0) - { SetMaximumNumberOfColors_13(id0); } - - private native int GetMaximumNumberOfColorsMinValue_14(); - public int GetMaximumNumberOfColorsMinValue() - { return GetMaximumNumberOfColorsMinValue_14(); } - - private native int GetMaximumNumberOfColorsMaxValue_15(); - public int GetMaximumNumberOfColorsMaxValue() - { return GetMaximumNumberOfColorsMaxValue_15(); } - - private native int GetMaximumNumberOfColors_16(); - public int GetMaximumNumberOfColors() - { return GetMaximumNumberOfColors_16(); } - - private native void SetNumberOfLabels_17(int id0); - public void SetNumberOfLabels(int id0) - { SetNumberOfLabels_17(id0); } - - private native int GetNumberOfLabelsMinValue_18(); - public int GetNumberOfLabelsMinValue() - { return GetNumberOfLabelsMinValue_18(); } - - private native int GetNumberOfLabelsMaxValue_19(); - public int GetNumberOfLabelsMaxValue() - { return GetNumberOfLabelsMaxValue_19(); } - - private native int GetNumberOfLabels_20(); - public int GetNumberOfLabels() - { return GetNumberOfLabels_20(); } - - private native void SetOrientation_21(int id0); - public void SetOrientation(int id0) - { SetOrientation_21(id0); } - - private native int GetOrientationMinValue_22(); - public int GetOrientationMinValue() - { return GetOrientationMinValue_22(); } - - private native int GetOrientationMaxValue_23(); - public int GetOrientationMaxValue() - { return GetOrientationMaxValue_23(); } - - private native int GetOrientation_24(); - public int GetOrientation() - { return GetOrientation_24(); } - - private native void SetOrientationToHorizontal_25(); - public void SetOrientationToHorizontal() - { SetOrientationToHorizontal_25(); } - - private native void SetOrientationToVertical_26(); - public void SetOrientationToVertical() - { SetOrientationToVertical_26(); } - - private native void SetTitleTextProperty_27(vtkTextProperty id0); - public void SetTitleTextProperty(vtkTextProperty id0) - { SetTitleTextProperty_27(id0); } - - private native long GetTitleTextProperty_28(); - public vtkTextProperty GetTitleTextProperty() { - long temp = GetTitleTextProperty_28(); - - if (temp == 0) return null; - return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetLabelTextProperty_29(vtkTextProperty id0); - public void SetLabelTextProperty(vtkTextProperty id0) - { SetLabelTextProperty_29(id0); } - - private native long GetLabelTextProperty_30(); - public vtkTextProperty GetLabelTextProperty() { - long temp = GetLabelTextProperty_30(); - - if (temp == 0) return null; - return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetLabelFormat_31(String id0); - public void SetLabelFormat(String id0) - { SetLabelFormat_31(id0); } - - private native String GetLabelFormat_32(); - public String GetLabelFormat() - { return GetLabelFormat_32(); } - - private native void SetTitle_33(String id0); - public void SetTitle(String id0) - { SetTitle_33(id0); } - - private native String GetTitle_34(); - public String GetTitle() - { return GetTitle_34(); } - - private native void SetComponentTitle_35(String id0); - public void SetComponentTitle(String id0) - { SetComponentTitle_35(id0); } - - private native String GetComponentTitle_36(); - public String GetComponentTitle() - { return GetComponentTitle_36(); } - - private native void ShallowCopy_37(vtkProp id0); - public void ShallowCopy(vtkProp id0) - { ShallowCopy_37(id0); } - - private native void SetTextureGridWidth_38(double id0); - public void SetTextureGridWidth(double id0) - { SetTextureGridWidth_38(id0); } - - private native double GetTextureGridWidth_39(); - public double GetTextureGridWidth() - { return GetTextureGridWidth_39(); } - - private native long GetTextureActor_40(); - public vtkActor2D GetTextureActor() { - long temp = GetTextureActor_40(); - - if (temp == 0) return null; - return (vtkActor2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetTextPosition_41(int id0); - public void SetTextPosition(int id0) - { SetTextPosition_41(id0); } - - private native int GetTextPositionMinValue_42(); - public int GetTextPositionMinValue() - { return GetTextPositionMinValue_42(); } - - private native int GetTextPositionMaxValue_43(); - public int GetTextPositionMaxValue() - { return GetTextPositionMaxValue_43(); } - - private native int GetTextPosition_44(); - public int GetTextPosition() - { return GetTextPosition_44(); } - - private native void SetTextPositionToPrecedeScalarBar_45(); - public void SetTextPositionToPrecedeScalarBar() - { SetTextPositionToPrecedeScalarBar_45(); } - - private native void SetTextPositionToSucceedScalarBar_46(); - public void SetTextPositionToSucceedScalarBar() - { SetTextPositionToSucceedScalarBar_46(); } - - private native void SetMaximumWidthInPixels_47(int id0); - public void SetMaximumWidthInPixels(int id0) - { SetMaximumWidthInPixels_47(id0); } - - private native int GetMaximumWidthInPixels_48(); - public int GetMaximumWidthInPixels() - { return GetMaximumWidthInPixels_48(); } - - private native void SetMaximumHeightInPixels_49(int id0); - public void SetMaximumHeightInPixels(int id0) - { SetMaximumHeightInPixels_49(id0); } - - private native int GetMaximumHeightInPixels_50(); - public int GetMaximumHeightInPixels() - { return GetMaximumHeightInPixels_50(); } - - private native void SetDrawBackground_51(int id0); - public void SetDrawBackground(int id0) - { SetDrawBackground_51(id0); } - - private native int GetDrawBackground_52(); - public int GetDrawBackground() - { return GetDrawBackground_52(); } - - private native void DrawBackgroundOn_53(); - public void DrawBackgroundOn() - { DrawBackgroundOn_53(); } - - private native void DrawBackgroundOff_54(); - public void DrawBackgroundOff() - { DrawBackgroundOff_54(); } - - private native void SetDrawFrame_55(int id0); - public void SetDrawFrame(int id0) - { SetDrawFrame_55(id0); } - - private native int GetDrawFrame_56(); - public int GetDrawFrame() - { return GetDrawFrame_56(); } - - private native void DrawFrameOn_57(); - public void DrawFrameOn() - { DrawFrameOn_57(); } - - private native void DrawFrameOff_58(); - public void DrawFrameOff() - { DrawFrameOff_58(); } - - private native void SetBackgroundProperty_59(vtkProperty2D id0); - public void SetBackgroundProperty(vtkProperty2D id0) - { SetBackgroundProperty_59(id0); } - - private native long GetBackgroundProperty_60(); - public vtkProperty2D GetBackgroundProperty() { - long temp = GetBackgroundProperty_60(); - - if (temp == 0) return null; - return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetFrameProperty_61(vtkProperty2D id0); - public void SetFrameProperty(vtkProperty2D id0) - { SetFrameProperty_61(id0); } - - private native long GetFrameProperty_62(); - public vtkProperty2D GetFrameProperty() { - long temp = GetFrameProperty_62(); - - if (temp == 0) return null; - return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkScalarBarActor() { super(); } - - public vtkScalarBarActor(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkScalarBarActor object +// + +package vtk; +import vtk.*; + +public class vtkScalarBarActor extends vtkActor2D +{ + + private native int IsTypeOf_0(String id0); + public int IsTypeOf(String id0) + { return IsTypeOf_0(id0); } + + private native int IsA_1(String id0); + public int IsA(String id0) + { return IsA_1(id0); } + + private native int RenderOpaqueGeometry_2(vtkViewport id0); + public int RenderOpaqueGeometry(vtkViewport id0) + { return RenderOpaqueGeometry_2(id0); } + + private native int RenderTranslucentPolygonalGeometry_3(vtkViewport id0); + public int RenderTranslucentPolygonalGeometry(vtkViewport id0) + { return RenderTranslucentPolygonalGeometry_3(id0); } + + private native int RenderOverlay_4(vtkViewport id0); + public int RenderOverlay(vtkViewport id0) + { return RenderOverlay_4(id0); } + + private native int HasTranslucentPolygonalGeometry_5(); + public int HasTranslucentPolygonalGeometry() + { return HasTranslucentPolygonalGeometry_5(); } + + private native void ReleaseGraphicsResources_6(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_6(id0); } + + private native void GetScalarBarRect_7(int id0[],vtkViewport id1); + public void GetScalarBarRect(int id0[],vtkViewport id1) + { GetScalarBarRect_7(id0,id1); } + + private native void SetLookupTable_8(vtkScalarsToColors id0); + public void SetLookupTable(vtkScalarsToColors id0) + { SetLookupTable_8(id0); } + + private native long GetLookupTable_9(); + public vtkScalarsToColors GetLookupTable() { + long temp = GetLookupTable_9(); + + if (temp == 0) return null; + return (vtkScalarsToColors)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetUseOpacity_10(int id0); + public void SetUseOpacity(int id0) + { SetUseOpacity_10(id0); } + + private native int GetUseOpacity_11(); + public int GetUseOpacity() + { return GetUseOpacity_11(); } + + private native void UseOpacityOn_12(); + public void UseOpacityOn() + { UseOpacityOn_12(); } + + private native void UseOpacityOff_13(); + public void UseOpacityOff() + { UseOpacityOff_13(); } + + private native void SetMaximumNumberOfColors_14(int id0); + public void SetMaximumNumberOfColors(int id0) + { SetMaximumNumberOfColors_14(id0); } + + private native int GetMaximumNumberOfColorsMinValue_15(); + public int GetMaximumNumberOfColorsMinValue() + { return GetMaximumNumberOfColorsMinValue_15(); } + + private native int GetMaximumNumberOfColorsMaxValue_16(); + public int GetMaximumNumberOfColorsMaxValue() + { return GetMaximumNumberOfColorsMaxValue_16(); } + + private native int GetMaximumNumberOfColors_17(); + public int GetMaximumNumberOfColors() + { return GetMaximumNumberOfColors_17(); } + + private native void SetNumberOfLabels_18(int id0); + public void SetNumberOfLabels(int id0) + { SetNumberOfLabels_18(id0); } + + private native int GetNumberOfLabelsMinValue_19(); + public int GetNumberOfLabelsMinValue() + { return GetNumberOfLabelsMinValue_19(); } + + private native int GetNumberOfLabelsMaxValue_20(); + public int GetNumberOfLabelsMaxValue() + { return GetNumberOfLabelsMaxValue_20(); } + + private native int GetNumberOfLabels_21(); + public int GetNumberOfLabels() + { return GetNumberOfLabels_21(); } + + private native void SetOrientation_22(int id0); + public void SetOrientation(int id0) + { SetOrientation_22(id0); } + + private native int GetOrientationMinValue_23(); + public int GetOrientationMinValue() + { return GetOrientationMinValue_23(); } + + private native int GetOrientationMaxValue_24(); + public int GetOrientationMaxValue() + { return GetOrientationMaxValue_24(); } + + private native int GetOrientation_25(); + public int GetOrientation() + { return GetOrientation_25(); } + + private native void SetOrientationToHorizontal_26(); + public void SetOrientationToHorizontal() + { SetOrientationToHorizontal_26(); } + + private native void SetOrientationToVertical_27(); + public void SetOrientationToVertical() + { SetOrientationToVertical_27(); } + + private native void SetTitleTextProperty_28(vtkTextProperty id0); + public void SetTitleTextProperty(vtkTextProperty id0) + { SetTitleTextProperty_28(id0); } + + private native long GetTitleTextProperty_29(); + public vtkTextProperty GetTitleTextProperty() { + long temp = GetTitleTextProperty_29(); + + if (temp == 0) return null; + return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetLabelTextProperty_30(vtkTextProperty id0); + public void SetLabelTextProperty(vtkTextProperty id0) + { SetLabelTextProperty_30(id0); } + + private native long GetLabelTextProperty_31(); + public vtkTextProperty GetLabelTextProperty() { + long temp = GetLabelTextProperty_31(); + + if (temp == 0) return null; + return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetAnnotationTextProperty_32(vtkTextProperty id0); + public void SetAnnotationTextProperty(vtkTextProperty id0) + { SetAnnotationTextProperty_32(id0); } + + private native long GetAnnotationTextProperty_33(); + public vtkTextProperty GetAnnotationTextProperty() { + long temp = GetAnnotationTextProperty_33(); + + if (temp == 0) return null; + return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetLabelFormat_34(String id0); + public void SetLabelFormat(String id0) + { SetLabelFormat_34(id0); } + + private native String GetLabelFormat_35(); + public String GetLabelFormat() + { return GetLabelFormat_35(); } + + private native void SetTitle_36(String id0); + public void SetTitle(String id0) + { SetTitle_36(id0); } + + private native String GetTitle_37(); + public String GetTitle() + { return GetTitle_37(); } + + private native void SetComponentTitle_38(String id0); + public void SetComponentTitle(String id0) + { SetComponentTitle_38(id0); } + + private native String GetComponentTitle_39(); + public String GetComponentTitle() + { return GetComponentTitle_39(); } + + private native void ShallowCopy_40(vtkProp id0); + public void ShallowCopy(vtkProp id0) + { ShallowCopy_40(id0); } + + private native void SetTextureGridWidth_41(double id0); + public void SetTextureGridWidth(double id0) + { SetTextureGridWidth_41(id0); } + + private native double GetTextureGridWidth_42(); + public double GetTextureGridWidth() + { return GetTextureGridWidth_42(); } + + private native long GetTextureActor_43(); + public vtkTexturedActor2D GetTextureActor() { + long temp = GetTextureActor_43(); + + if (temp == 0) return null; + return (vtkTexturedActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetTextPosition_44(int id0); + public void SetTextPosition(int id0) + { SetTextPosition_44(id0); } + + private native int GetTextPositionMinValue_45(); + public int GetTextPositionMinValue() + { return GetTextPositionMinValue_45(); } + + private native int GetTextPositionMaxValue_46(); + public int GetTextPositionMaxValue() + { return GetTextPositionMaxValue_46(); } + + private native int GetTextPosition_47(); + public int GetTextPosition() + { return GetTextPosition_47(); } + + private native void SetTextPositionToPrecedeScalarBar_48(); + public void SetTextPositionToPrecedeScalarBar() + { SetTextPositionToPrecedeScalarBar_48(); } + + private native void SetTextPositionToSucceedScalarBar_49(); + public void SetTextPositionToSucceedScalarBar() + { SetTextPositionToSucceedScalarBar_49(); } + + private native void SetMaximumWidthInPixels_50(int id0); + public void SetMaximumWidthInPixels(int id0) + { SetMaximumWidthInPixels_50(id0); } + + private native int GetMaximumWidthInPixels_51(); + public int GetMaximumWidthInPixels() + { return GetMaximumWidthInPixels_51(); } + + private native void SetMaximumHeightInPixels_52(int id0); + public void SetMaximumHeightInPixels(int id0) + { SetMaximumHeightInPixels_52(id0); } + + private native int GetMaximumHeightInPixels_53(); + public int GetMaximumHeightInPixels() + { return GetMaximumHeightInPixels_53(); } + + private native void SetAnnotationLeaderPadding_54(double id0); + public void SetAnnotationLeaderPadding(double id0) + { SetAnnotationLeaderPadding_54(id0); } + + private native double GetAnnotationLeaderPadding_55(); + public double GetAnnotationLeaderPadding() + { return GetAnnotationLeaderPadding_55(); } + + private native void SetDrawAnnotations_56(int id0); + public void SetDrawAnnotations(int id0) + { SetDrawAnnotations_56(id0); } + + private native int GetDrawAnnotations_57(); + public int GetDrawAnnotations() + { return GetDrawAnnotations_57(); } + + private native void DrawAnnotationsOn_58(); + public void DrawAnnotationsOn() + { DrawAnnotationsOn_58(); } + + private native void DrawAnnotationsOff_59(); + public void DrawAnnotationsOff() + { DrawAnnotationsOff_59(); } + + private native void SetDrawNanAnnotation_60(int id0); + public void SetDrawNanAnnotation(int id0) + { SetDrawNanAnnotation_60(id0); } + + private native int GetDrawNanAnnotation_61(); + public int GetDrawNanAnnotation() + { return GetDrawNanAnnotation_61(); } + + private native void DrawNanAnnotationOn_62(); + public void DrawNanAnnotationOn() + { DrawNanAnnotationOn_62(); } + + private native void DrawNanAnnotationOff_63(); + public void DrawNanAnnotationOff() + { DrawNanAnnotationOff_63(); } + + private native void SetDrawBelowRangeSwatch_64(boolean id0); + public void SetDrawBelowRangeSwatch(boolean id0) + { SetDrawBelowRangeSwatch_64(id0); } + + private native boolean GetDrawBelowRangeSwatch_65(); + public boolean GetDrawBelowRangeSwatch() + { return GetDrawBelowRangeSwatch_65(); } + + private native void DrawBelowRangeSwatchOn_66(); + public void DrawBelowRangeSwatchOn() + { DrawBelowRangeSwatchOn_66(); } + + private native void DrawBelowRangeSwatchOff_67(); + public void DrawBelowRangeSwatchOff() + { DrawBelowRangeSwatchOff_67(); } + + private native void SetBelowRangeAnnotation_68(String id0); + public void SetBelowRangeAnnotation(String id0) + { SetBelowRangeAnnotation_68(id0); } + + private native String GetBelowRangeAnnotation_69(); + public String GetBelowRangeAnnotation() + { return GetBelowRangeAnnotation_69(); } + + private native void SetDrawAboveRangeSwatch_70(boolean id0); + public void SetDrawAboveRangeSwatch(boolean id0) + { SetDrawAboveRangeSwatch_70(id0); } + + private native boolean GetDrawAboveRangeSwatch_71(); + public boolean GetDrawAboveRangeSwatch() + { return GetDrawAboveRangeSwatch_71(); } + + private native void DrawAboveRangeSwatchOn_72(); + public void DrawAboveRangeSwatchOn() + { DrawAboveRangeSwatchOn_72(); } + + private native void DrawAboveRangeSwatchOff_73(); + public void DrawAboveRangeSwatchOff() + { DrawAboveRangeSwatchOff_73(); } + + private native void SetAboveRangeAnnotation_74(String id0); + public void SetAboveRangeAnnotation(String id0) + { SetAboveRangeAnnotation_74(id0); } + + private native String GetAboveRangeAnnotation_75(); + public String GetAboveRangeAnnotation() + { return GetAboveRangeAnnotation_75(); } + + private native void SetFixedAnnotationLeaderLineColor_76(int id0); + public void SetFixedAnnotationLeaderLineColor(int id0) + { SetFixedAnnotationLeaderLineColor_76(id0); } + + private native int GetFixedAnnotationLeaderLineColor_77(); + public int GetFixedAnnotationLeaderLineColor() + { return GetFixedAnnotationLeaderLineColor_77(); } + + private native void FixedAnnotationLeaderLineColorOn_78(); + public void FixedAnnotationLeaderLineColorOn() + { FixedAnnotationLeaderLineColorOn_78(); } + + private native void FixedAnnotationLeaderLineColorOff_79(); + public void FixedAnnotationLeaderLineColorOff() + { FixedAnnotationLeaderLineColorOff_79(); } + + private native void SetNanAnnotation_80(String id0); + public void SetNanAnnotation(String id0) + { SetNanAnnotation_80(id0); } + + private native String GetNanAnnotation_81(); + public String GetNanAnnotation() + { return GetNanAnnotation_81(); } + + private native void SetAnnotationTextScaling_82(int id0); + public void SetAnnotationTextScaling(int id0) + { SetAnnotationTextScaling_82(id0); } + + private native int GetAnnotationTextScaling_83(); + public int GetAnnotationTextScaling() + { return GetAnnotationTextScaling_83(); } + + private native void AnnotationTextScalingOn_84(); + public void AnnotationTextScalingOn() + { AnnotationTextScalingOn_84(); } + + private native void AnnotationTextScalingOff_85(); + public void AnnotationTextScalingOff() + { AnnotationTextScalingOff_85(); } + + private native void SetDrawBackground_86(int id0); + public void SetDrawBackground(int id0) + { SetDrawBackground_86(id0); } + + private native int GetDrawBackground_87(); + public int GetDrawBackground() + { return GetDrawBackground_87(); } + + private native void DrawBackgroundOn_88(); + public void DrawBackgroundOn() + { DrawBackgroundOn_88(); } + + private native void DrawBackgroundOff_89(); + public void DrawBackgroundOff() + { DrawBackgroundOff_89(); } + + private native void SetDrawFrame_90(int id0); + public void SetDrawFrame(int id0) + { SetDrawFrame_90(id0); } + + private native int GetDrawFrame_91(); + public int GetDrawFrame() + { return GetDrawFrame_91(); } + + private native void DrawFrameOn_92(); + public void DrawFrameOn() + { DrawFrameOn_92(); } + + private native void DrawFrameOff_93(); + public void DrawFrameOff() + { DrawFrameOff_93(); } + + private native void SetDrawColorBar_94(int id0); + public void SetDrawColorBar(int id0) + { SetDrawColorBar_94(id0); } + + private native int GetDrawColorBar_95(); + public int GetDrawColorBar() + { return GetDrawColorBar_95(); } + + private native void DrawColorBarOn_96(); + public void DrawColorBarOn() + { DrawColorBarOn_96(); } + + private native void DrawColorBarOff_97(); + public void DrawColorBarOff() + { DrawColorBarOff_97(); } + + private native void SetDrawTickLabels_98(int id0); + public void SetDrawTickLabels(int id0) + { SetDrawTickLabels_98(id0); } + + private native int GetDrawTickLabels_99(); + public int GetDrawTickLabels() + { return GetDrawTickLabels_99(); } + + private native void DrawTickLabelsOn_100(); + public void DrawTickLabelsOn() + { DrawTickLabelsOn_100(); } + + private native void DrawTickLabelsOff_101(); + public void DrawTickLabelsOff() + { DrawTickLabelsOff_101(); } + + private native void SetBackgroundProperty_102(vtkProperty2D id0); + public void SetBackgroundProperty(vtkProperty2D id0) + { SetBackgroundProperty_102(id0); } + + private native long GetBackgroundProperty_103(); + public vtkProperty2D GetBackgroundProperty() { + long temp = GetBackgroundProperty_103(); + + if (temp == 0) return null; + return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetFrameProperty_104(vtkProperty2D id0); + public void SetFrameProperty(vtkProperty2D id0) + { SetFrameProperty_104(id0); } + + private native long GetFrameProperty_105(); + public vtkProperty2D GetFrameProperty() { + long temp = GetFrameProperty_105(); + + if (temp == 0) return null; + return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int GetTextPad_106(); + public int GetTextPad() + { return GetTextPad_106(); } + + private native void SetTextPad_107(int id0); + public void SetTextPad(int id0) + { SetTextPad_107(id0); } + + private native int GetVerticalTitleSeparation_108(); + public int GetVerticalTitleSeparation() + { return GetVerticalTitleSeparation_108(); } + + private native void SetVerticalTitleSeparation_109(int id0); + public void SetVerticalTitleSeparation(int id0) + { SetVerticalTitleSeparation_109(id0); } + + private native double GetBarRatio_110(); + public double GetBarRatio() + { return GetBarRatio_110(); } + + private native void SetBarRatio_111(double id0); + public void SetBarRatio(double id0) + { SetBarRatio_111(id0); } + + private native double GetBarRatioMinValue_112(); + public double GetBarRatioMinValue() + { return GetBarRatioMinValue_112(); } + + private native double GetBarRatioMaxValue_113(); + public double GetBarRatioMaxValue() + { return GetBarRatioMaxValue_113(); } + + private native double GetTitleRatio_114(); + public double GetTitleRatio() + { return GetTitleRatio_114(); } + + private native void SetTitleRatio_115(double id0); + public void SetTitleRatio(double id0) + { SetTitleRatio_115(id0); } + + private native double GetTitleRatioMinValue_116(); + public double GetTitleRatioMinValue() + { return GetTitleRatioMinValue_116(); } + + private native double GetTitleRatioMaxValue_117(); + public double GetTitleRatioMaxValue() + { return GetTitleRatioMaxValue_117(); } + + private native void SetUnconstrainedFontSize_118(boolean id0); + public void SetUnconstrainedFontSize(boolean id0) + { SetUnconstrainedFontSize_118(id0); } + + private native boolean GetUnconstrainedFontSize_119(); + public boolean GetUnconstrainedFontSize() + { return GetUnconstrainedFontSize_119(); } + + private native void UnconstrainedFontSizeOn_120(); + public void UnconstrainedFontSizeOn() + { UnconstrainedFontSizeOn_120(); } + + private native void UnconstrainedFontSizeOff_121(); + public void UnconstrainedFontSizeOff() + { UnconstrainedFontSizeOff_121(); } + + public vtkScalarBarActor() { super(); } + + public vtkScalarBarActor(long id) { super(id); } + public native long VTKInit(); + +}