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