]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkScalarBarActor.java
Tooltip support
[simantics/3d.git] / vtk / src / vtk / vtkScalarBarActor.java
index f8c4756d06cbfd6048d8a47180959efa906650af..856b2105abe0836245d210d80374ac17cdfc332e 100644 (file)
-// java wrapper for vtkScalarBarActor object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkScalarBarActor extends vtkActor2D\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native int RenderOpaqueGeometry_2(vtkViewport id0);\r
-  public int RenderOpaqueGeometry(vtkViewport id0)\r
-    { return RenderOpaqueGeometry_2(id0); }\r
-\r
-  private native int RenderTranslucentPolygonalGeometry_3(vtkViewport id0);\r
-  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
-    { return RenderTranslucentPolygonalGeometry_3(id0); }\r
-\r
-  private native int RenderOverlay_4(vtkViewport id0);\r
-  public int RenderOverlay(vtkViewport id0)\r
-    { return RenderOverlay_4(id0); }\r
-\r
-  private native int HasTranslucentPolygonalGeometry_5();\r
-  public int HasTranslucentPolygonalGeometry()\r
-    { return HasTranslucentPolygonalGeometry_5(); }\r
-\r
-  private native void ReleaseGraphicsResources_6(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_6(id0); }\r
-\r
-  private native void SetLookupTable_7(vtkScalarsToColors id0);\r
-  public void SetLookupTable(vtkScalarsToColors id0)\r
-    { SetLookupTable_7(id0); }\r
-\r
-  private native long GetLookupTable_8();\r
-  public vtkScalarsToColors GetLookupTable() {\r
-    long temp = GetLookupTable_8();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkScalarsToColors)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetUseOpacity_9(int id0);\r
-  public void SetUseOpacity(int id0)\r
-    { SetUseOpacity_9(id0); }\r
-\r
-  private native int GetUseOpacity_10();\r
-  public int GetUseOpacity()\r
-    { return GetUseOpacity_10(); }\r
-\r
-  private native void UseOpacityOn_11();\r
-  public void UseOpacityOn()\r
-    { UseOpacityOn_11(); }\r
-\r
-  private native void UseOpacityOff_12();\r
-  public void UseOpacityOff()\r
-    { UseOpacityOff_12(); }\r
-\r
-  private native void SetMaximumNumberOfColors_13(int id0);\r
-  public void SetMaximumNumberOfColors(int id0)\r
-    { SetMaximumNumberOfColors_13(id0); }\r
-\r
-  private native int GetMaximumNumberOfColorsMinValue_14();\r
-  public int GetMaximumNumberOfColorsMinValue()\r
-    { return GetMaximumNumberOfColorsMinValue_14(); }\r
-\r
-  private native int GetMaximumNumberOfColorsMaxValue_15();\r
-  public int GetMaximumNumberOfColorsMaxValue()\r
-    { return GetMaximumNumberOfColorsMaxValue_15(); }\r
-\r
-  private native int GetMaximumNumberOfColors_16();\r
-  public int GetMaximumNumberOfColors()\r
-    { return GetMaximumNumberOfColors_16(); }\r
-\r
-  private native void SetNumberOfLabels_17(int id0);\r
-  public void SetNumberOfLabels(int id0)\r
-    { SetNumberOfLabels_17(id0); }\r
-\r
-  private native int GetNumberOfLabelsMinValue_18();\r
-  public int GetNumberOfLabelsMinValue()\r
-    { return GetNumberOfLabelsMinValue_18(); }\r
-\r
-  private native int GetNumberOfLabelsMaxValue_19();\r
-  public int GetNumberOfLabelsMaxValue()\r
-    { return GetNumberOfLabelsMaxValue_19(); }\r
-\r
-  private native int GetNumberOfLabels_20();\r
-  public int GetNumberOfLabels()\r
-    { return GetNumberOfLabels_20(); }\r
-\r
-  private native void SetOrientation_21(int id0);\r
-  public void SetOrientation(int id0)\r
-    { SetOrientation_21(id0); }\r
-\r
-  private native int GetOrientationMinValue_22();\r
-  public int GetOrientationMinValue()\r
-    { return GetOrientationMinValue_22(); }\r
-\r
-  private native int GetOrientationMaxValue_23();\r
-  public int GetOrientationMaxValue()\r
-    { return GetOrientationMaxValue_23(); }\r
-\r
-  private native int GetOrientation_24();\r
-  public int GetOrientation()\r
-    { return GetOrientation_24(); }\r
-\r
-  private native void SetOrientationToHorizontal_25();\r
-  public void SetOrientationToHorizontal()\r
-    { SetOrientationToHorizontal_25(); }\r
-\r
-  private native void SetOrientationToVertical_26();\r
-  public void SetOrientationToVertical()\r
-    { SetOrientationToVertical_26(); }\r
-\r
-  private native void SetTitleTextProperty_27(vtkTextProperty id0);\r
-  public void SetTitleTextProperty(vtkTextProperty id0)\r
-    { SetTitleTextProperty_27(id0); }\r
-\r
-  private native long GetTitleTextProperty_28();\r
-  public vtkTextProperty GetTitleTextProperty() {\r
-    long temp = GetTitleTextProperty_28();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetLabelTextProperty_29(vtkTextProperty id0);\r
-  public void SetLabelTextProperty(vtkTextProperty id0)\r
-    { SetLabelTextProperty_29(id0); }\r
-\r
-  private native long GetLabelTextProperty_30();\r
-  public vtkTextProperty GetLabelTextProperty() {\r
-    long temp = GetLabelTextProperty_30();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetLabelFormat_31(String id0);\r
-  public void SetLabelFormat(String id0)\r
-    { SetLabelFormat_31(id0); }\r
-\r
-  private native String GetLabelFormat_32();\r
-  public String GetLabelFormat()\r
-    { return GetLabelFormat_32(); }\r
-\r
-  private native void SetTitle_33(String id0);\r
-  public void SetTitle(String id0)\r
-    { SetTitle_33(id0); }\r
-\r
-  private native String GetTitle_34();\r
-  public String GetTitle()\r
-    { return GetTitle_34(); }\r
-\r
-  private native void SetComponentTitle_35(String id0);\r
-  public void SetComponentTitle(String id0)\r
-    { SetComponentTitle_35(id0); }\r
-\r
-  private native String GetComponentTitle_36();\r
-  public String GetComponentTitle()\r
-    { return GetComponentTitle_36(); }\r
-\r
-  private native void ShallowCopy_37(vtkProp id0);\r
-  public void ShallowCopy(vtkProp id0)\r
-    { ShallowCopy_37(id0); }\r
-\r
-  private native void SetTextureGridWidth_38(double id0);\r
-  public void SetTextureGridWidth(double id0)\r
-    { SetTextureGridWidth_38(id0); }\r
-\r
-  private native double GetTextureGridWidth_39();\r
-  public double GetTextureGridWidth()\r
-    { return GetTextureGridWidth_39(); }\r
-\r
-  private native long GetTextureActor_40();\r
-  public vtkActor2D GetTextureActor() {\r
-    long temp = GetTextureActor_40();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkActor2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetTextPosition_41(int id0);\r
-  public void SetTextPosition(int id0)\r
-    { SetTextPosition_41(id0); }\r
-\r
-  private native int GetTextPositionMinValue_42();\r
-  public int GetTextPositionMinValue()\r
-    { return GetTextPositionMinValue_42(); }\r
-\r
-  private native int GetTextPositionMaxValue_43();\r
-  public int GetTextPositionMaxValue()\r
-    { return GetTextPositionMaxValue_43(); }\r
-\r
-  private native int GetTextPosition_44();\r
-  public int GetTextPosition()\r
-    { return GetTextPosition_44(); }\r
-\r
-  private native void SetTextPositionToPrecedeScalarBar_45();\r
-  public void SetTextPositionToPrecedeScalarBar()\r
-    { SetTextPositionToPrecedeScalarBar_45(); }\r
-\r
-  private native void SetTextPositionToSucceedScalarBar_46();\r
-  public void SetTextPositionToSucceedScalarBar()\r
-    { SetTextPositionToSucceedScalarBar_46(); }\r
-\r
-  private native void SetMaximumWidthInPixels_47(int id0);\r
-  public void SetMaximumWidthInPixels(int id0)\r
-    { SetMaximumWidthInPixels_47(id0); }\r
-\r
-  private native int GetMaximumWidthInPixels_48();\r
-  public int GetMaximumWidthInPixels()\r
-    { return GetMaximumWidthInPixels_48(); }\r
-\r
-  private native void SetMaximumHeightInPixels_49(int id0);\r
-  public void SetMaximumHeightInPixels(int id0)\r
-    { SetMaximumHeightInPixels_49(id0); }\r
-\r
-  private native int GetMaximumHeightInPixels_50();\r
-  public int GetMaximumHeightInPixels()\r
-    { return GetMaximumHeightInPixels_50(); }\r
-\r
-  private native void SetDrawBackground_51(int id0);\r
-  public void SetDrawBackground(int id0)\r
-    { SetDrawBackground_51(id0); }\r
-\r
-  private native int GetDrawBackground_52();\r
-  public int GetDrawBackground()\r
-    { return GetDrawBackground_52(); }\r
-\r
-  private native void DrawBackgroundOn_53();\r
-  public void DrawBackgroundOn()\r
-    { DrawBackgroundOn_53(); }\r
-\r
-  private native void DrawBackgroundOff_54();\r
-  public void DrawBackgroundOff()\r
-    { DrawBackgroundOff_54(); }\r
-\r
-  private native void SetDrawFrame_55(int id0);\r
-  public void SetDrawFrame(int id0)\r
-    { SetDrawFrame_55(id0); }\r
-\r
-  private native int GetDrawFrame_56();\r
-  public int GetDrawFrame()\r
-    { return GetDrawFrame_56(); }\r
-\r
-  private native void DrawFrameOn_57();\r
-  public void DrawFrameOn()\r
-    { DrawFrameOn_57(); }\r
-\r
-  private native void DrawFrameOff_58();\r
-  public void DrawFrameOff()\r
-    { DrawFrameOff_58(); }\r
-\r
-  private native void SetBackgroundProperty_59(vtkProperty2D id0);\r
-  public void SetBackgroundProperty(vtkProperty2D id0)\r
-    { SetBackgroundProperty_59(id0); }\r
-\r
-  private native long GetBackgroundProperty_60();\r
-  public vtkProperty2D GetBackgroundProperty() {\r
-    long temp = GetBackgroundProperty_60();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetFrameProperty_61(vtkProperty2D id0);\r
-  public void SetFrameProperty(vtkProperty2D id0)\r
-    { SetFrameProperty_61(id0); }\r
-\r
-  private native long GetFrameProperty_62();\r
-  public vtkProperty2D GetFrameProperty() {\r
-    long temp = GetFrameProperty_62();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  public vtkScalarBarActor() { super(); }\r
-\r
-  public vtkScalarBarActor(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// 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();
+
+}