// 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(); }