// java wrapper for vtkAxisActor object // package vtk; import vtk.*; public class vtkAxisActor extends vtkActor { 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 long GetPoint1Coordinate_2(); public vtkCoordinate GetPoint1Coordinate() { long temp = GetPoint1Coordinate_2(); if (temp == 0) return null; return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetPoint1_3(double id0[]); public void SetPoint1(double id0[]) { SetPoint1_3(id0); } private native void SetPoint1_4(double id0,double id1,double id2); public void SetPoint1(double id0,double id1,double id2) { SetPoint1_4(id0,id1,id2); } private native long GetPoint2Coordinate_5(); public vtkCoordinate GetPoint2Coordinate() { long temp = GetPoint2Coordinate_5(); if (temp == 0) return null; return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetPoint2_6(double id0[]); public void SetPoint2(double id0[]) { SetPoint2_6(id0); } private native void SetPoint2_7(double id0,double id1,double id2); public void SetPoint2(double id0,double id1,double id2) { SetPoint2_7(id0,id1,id2); } private native void SetRange_8(double id0,double id1); public void SetRange(double id0,double id1) { SetRange_8(id0,id1); } private native void SetRange_9(double id0[]); public void SetRange(double id0[]) { SetRange_9(id0); } private native double[] GetRange_10(); public double[] GetRange() { return GetRange_10(); } private native void SetBounds_11(double id0[]); public void SetBounds(double id0[]) { SetBounds_11(id0); } private native void SetBounds_12(double id0,double id1,double id2,double id3,double id4,double id5); public void SetBounds(double id0,double id1,double id2,double id3,double id4,double id5) { SetBounds_12(id0,id1,id2,id3,id4,id5); } private native double[] GetBounds_13(); public double[] GetBounds() { return GetBounds_13(); } private native void GetBounds_14(double id0[]); public void GetBounds(double id0[]) { GetBounds_14(id0); } private native void SetLabelFormat_15(String id0); public void SetLabelFormat(String id0) { SetLabelFormat_15(id0); } private native String GetLabelFormat_16(); public String GetLabelFormat() { return GetLabelFormat_16(); } private native void SetUseTextActor3D_17(int id0); public void SetUseTextActor3D(int id0) { SetUseTextActor3D_17(id0); } private native int GetUseTextActor3D_18(); public int GetUseTextActor3D() { return GetUseTextActor3D_18(); } private native void SetMinorTicksVisible_19(int id0); public void SetMinorTicksVisible(int id0) { SetMinorTicksVisible_19(id0); } private native int GetMinorTicksVisible_20(); public int GetMinorTicksVisible() { return GetMinorTicksVisible_20(); } private native void MinorTicksVisibleOn_21(); public void MinorTicksVisibleOn() { MinorTicksVisibleOn_21(); } private native void MinorTicksVisibleOff_22(); public void MinorTicksVisibleOff() { MinorTicksVisibleOff_22(); } private native void SetTitle_23(String id0); public void SetTitle(String id0) { SetTitle_23(id0); } private native String GetTitle_24(); public String GetTitle() { return GetTitle_24(); } private native void SetExponent_25(String id0); public void SetExponent(String id0) { SetExponent_25(id0); } private native String GetExponent_26(); public String GetExponent() { return GetExponent_26(); } private native void SetMajorTickSize_27(double id0); public void SetMajorTickSize(double id0) { SetMajorTickSize_27(id0); } private native double GetMajorTickSize_28(); public double GetMajorTickSize() { return GetMajorTickSize_28(); } private native void SetMinorTickSize_29(double id0); public void SetMinorTickSize(double id0) { SetMinorTickSize_29(id0); } private native double GetMinorTickSize_30(); public double GetMinorTickSize() { return GetMinorTickSize_30(); } private native void SetTickLocation_31(int id0); public void SetTickLocation(int id0) { SetTickLocation_31(id0); } private native int GetTickLocationMinValue_32(); public int GetTickLocationMinValue() { return GetTickLocationMinValue_32(); } private native int GetTickLocationMaxValue_33(); public int GetTickLocationMaxValue() { return GetTickLocationMaxValue_33(); } private native int GetTickLocation_34(); public int GetTickLocation() { return GetTickLocation_34(); } private native void SetTickLocationToInside_35(); public void SetTickLocationToInside() { SetTickLocationToInside_35(); } private native void SetTickLocationToOutside_36(); public void SetTickLocationToOutside() { SetTickLocationToOutside_36(); } private native void SetTickLocationToBoth_37(); public void SetTickLocationToBoth() { SetTickLocationToBoth_37(); } private native void SetAxisVisibility_38(int id0); public void SetAxisVisibility(int id0) { SetAxisVisibility_38(id0); } private native int GetAxisVisibility_39(); public int GetAxisVisibility() { return GetAxisVisibility_39(); } private native void AxisVisibilityOn_40(); public void AxisVisibilityOn() { AxisVisibilityOn_40(); } private native void AxisVisibilityOff_41(); public void AxisVisibilityOff() { AxisVisibilityOff_41(); } private native void SetTickVisibility_42(int id0); public void SetTickVisibility(int id0) { SetTickVisibility_42(id0); } private native int GetTickVisibility_43(); public int GetTickVisibility() { return GetTickVisibility_43(); } private native void TickVisibilityOn_44(); public void TickVisibilityOn() { TickVisibilityOn_44(); } private native void TickVisibilityOff_45(); public void TickVisibilityOff() { TickVisibilityOff_45(); } private native void SetLabelVisibility_46(int id0); public void SetLabelVisibility(int id0) { SetLabelVisibility_46(id0); } private native int GetLabelVisibility_47(); public int GetLabelVisibility() { return GetLabelVisibility_47(); } private native void LabelVisibilityOn_48(); public void LabelVisibilityOn() { LabelVisibilityOn_48(); } private native void LabelVisibilityOff_49(); public void LabelVisibilityOff() { LabelVisibilityOff_49(); } private native void SetTitleVisibility_50(int id0); public void SetTitleVisibility(int id0) { SetTitleVisibility_50(id0); } private native int GetTitleVisibility_51(); public int GetTitleVisibility() { return GetTitleVisibility_51(); } private native void TitleVisibilityOn_52(); public void TitleVisibilityOn() { TitleVisibilityOn_52(); } private native void TitleVisibilityOff_53(); public void TitleVisibilityOff() { TitleVisibilityOff_53(); } private native void SetExponentVisibility_54(boolean id0); public void SetExponentVisibility(boolean id0) { SetExponentVisibility_54(id0); } private native boolean GetExponentVisibility_55(); public boolean GetExponentVisibility() { return GetExponentVisibility_55(); } private native void ExponentVisibilityOn_56(); public void ExponentVisibilityOn() { ExponentVisibilityOn_56(); } private native void ExponentVisibilityOff_57(); public void ExponentVisibilityOff() { ExponentVisibilityOff_57(); } private native void SetLastMajorTickPointCorrection_58(boolean id0); public void SetLastMajorTickPointCorrection(boolean id0) { SetLastMajorTickPointCorrection_58(id0); } private native boolean GetLastMajorTickPointCorrection_59(); public boolean GetLastMajorTickPointCorrection() { return GetLastMajorTickPointCorrection_59(); } private native void LastMajorTickPointCorrectionOn_60(); public void LastMajorTickPointCorrectionOn() { LastMajorTickPointCorrectionOn_60(); } private native void LastMajorTickPointCorrectionOff_61(); public void LastMajorTickPointCorrectionOff() { LastMajorTickPointCorrectionOff_61(); } private native void SetTitleAlignLocation_62(int id0); public void SetTitleAlignLocation(int id0) { SetTitleAlignLocation_62(id0); } private native int GetTitleAlignLocation_63(); public int GetTitleAlignLocation() { return GetTitleAlignLocation_63(); } private native void SetExponentLocation_64(int id0); public void SetExponentLocation(int id0) { SetExponentLocation_64(id0); } private native int GetExponentLocation_65(); public int GetExponentLocation() { return GetExponentLocation_65(); } private native void SetTitleTextProperty_66(vtkTextProperty id0); public void SetTitleTextProperty(vtkTextProperty id0) { SetTitleTextProperty_66(id0); } private native long GetTitleTextProperty_67(); public vtkTextProperty GetTitleTextProperty() { long temp = GetTitleTextProperty_67(); if (temp == 0) return null; return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetLabelTextProperty_68(vtkTextProperty id0); public void SetLabelTextProperty(vtkTextProperty id0) { SetLabelTextProperty_68(id0); } private native long GetLabelTextProperty_69(); public vtkTextProperty GetLabelTextProperty() { long temp = GetLabelTextProperty_69(); if (temp == 0) return null; return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetAxisLinesProperty_70(vtkProperty id0); public void SetAxisLinesProperty(vtkProperty id0) { SetAxisLinesProperty_70(id0); } private native long GetAxisLinesProperty_71(); public vtkProperty GetAxisLinesProperty() { long temp = GetAxisLinesProperty_71(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetAxisMainLineProperty_72(vtkProperty id0); public void SetAxisMainLineProperty(vtkProperty id0) { SetAxisMainLineProperty_72(id0); } private native long GetAxisMainLineProperty_73(); public vtkProperty GetAxisMainLineProperty() { long temp = GetAxisMainLineProperty_73(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetAxisMajorTicksProperty_74(vtkProperty id0); public void SetAxisMajorTicksProperty(vtkProperty id0) { SetAxisMajorTicksProperty_74(id0); } private native long GetAxisMajorTicksProperty_75(); public vtkProperty GetAxisMajorTicksProperty() { long temp = GetAxisMajorTicksProperty_75(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetAxisMinorTicksProperty_76(vtkProperty id0); public void SetAxisMinorTicksProperty(vtkProperty id0) { SetAxisMinorTicksProperty_76(id0); } private native long GetAxisMinorTicksProperty_77(); public vtkProperty GetAxisMinorTicksProperty() { long temp = GetAxisMinorTicksProperty_77(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetGridlinesProperty_78(vtkProperty id0); public void SetGridlinesProperty(vtkProperty id0) { SetGridlinesProperty_78(id0); } private native long GetGridlinesProperty_79(); public vtkProperty GetGridlinesProperty() { long temp = GetGridlinesProperty_79(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetInnerGridlinesProperty_80(vtkProperty id0); public void SetInnerGridlinesProperty(vtkProperty id0) { SetInnerGridlinesProperty_80(id0); } private native long GetInnerGridlinesProperty_81(); public vtkProperty GetInnerGridlinesProperty() { long temp = GetInnerGridlinesProperty_81(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetGridpolysProperty_82(vtkProperty id0); public void SetGridpolysProperty(vtkProperty id0) { SetGridpolysProperty_82(id0); } private native long GetGridpolysProperty_83(); public vtkProperty GetGridpolysProperty() { long temp = GetGridpolysProperty_83(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetDrawGridlines_84(int id0); public void SetDrawGridlines(int id0) { SetDrawGridlines_84(id0); } private native int GetDrawGridlines_85(); public int GetDrawGridlines() { return GetDrawGridlines_85(); } private native void DrawGridlinesOn_86(); public void DrawGridlinesOn() { DrawGridlinesOn_86(); } private native void DrawGridlinesOff_87(); public void DrawGridlinesOff() { DrawGridlinesOff_87(); } private native void SetDrawGridlinesOnly_88(int id0); public void SetDrawGridlinesOnly(int id0) { SetDrawGridlinesOnly_88(id0); } private native int GetDrawGridlinesOnly_89(); public int GetDrawGridlinesOnly() { return GetDrawGridlinesOnly_89(); } private native void DrawGridlinesOnlyOn_90(); public void DrawGridlinesOnlyOn() { DrawGridlinesOnlyOn_90(); } private native void DrawGridlinesOnlyOff_91(); public void DrawGridlinesOnlyOff() { DrawGridlinesOnlyOff_91(); } private native void SetDrawGridlinesLocation_92(int id0); public void SetDrawGridlinesLocation(int id0) { SetDrawGridlinesLocation_92(id0); } private native int GetDrawGridlinesLocation_93(); public int GetDrawGridlinesLocation() { return GetDrawGridlinesLocation_93(); } private native void SetDrawInnerGridlines_94(int id0); public void SetDrawInnerGridlines(int id0) { SetDrawInnerGridlines_94(id0); } private native int GetDrawInnerGridlines_95(); public int GetDrawInnerGridlines() { return GetDrawInnerGridlines_95(); } private native void DrawInnerGridlinesOn_96(); public void DrawInnerGridlinesOn() { DrawInnerGridlinesOn_96(); } private native void DrawInnerGridlinesOff_97(); public void DrawInnerGridlinesOff() { DrawInnerGridlinesOff_97(); } private native void SetGridlineXLength_98(double id0); public void SetGridlineXLength(double id0) { SetGridlineXLength_98(id0); } private native double GetGridlineXLength_99(); public double GetGridlineXLength() { return GetGridlineXLength_99(); } private native void SetGridlineYLength_100(double id0); public void SetGridlineYLength(double id0) { SetGridlineYLength_100(id0); } private native double GetGridlineYLength_101(); public double GetGridlineYLength() { return GetGridlineYLength_101(); } private native void SetGridlineZLength_102(double id0); public void SetGridlineZLength(double id0) { SetGridlineZLength_102(id0); } private native double GetGridlineZLength_103(); public double GetGridlineZLength() { return GetGridlineZLength_103(); } private native void SetDrawGridpolys_104(int id0); public void SetDrawGridpolys(int id0) { SetDrawGridpolys_104(id0); } private native int GetDrawGridpolys_105(); public int GetDrawGridpolys() { return GetDrawGridpolys_105(); } private native void DrawGridpolysOn_106(); public void DrawGridpolysOn() { DrawGridpolysOn_106(); } private native void DrawGridpolysOff_107(); public void DrawGridpolysOff() { DrawGridpolysOff_107(); } private native void SetAxisType_108(int id0); public void SetAxisType(int id0) { SetAxisType_108(id0); } private native int GetAxisTypeMinValue_109(); public int GetAxisTypeMinValue() { return GetAxisTypeMinValue_109(); } private native int GetAxisTypeMaxValue_110(); public int GetAxisTypeMaxValue() { return GetAxisTypeMaxValue_110(); } private native int GetAxisType_111(); public int GetAxisType() { return GetAxisType_111(); } private native void SetAxisTypeToX_112(); public void SetAxisTypeToX() { SetAxisTypeToX_112(); } private native void SetAxisTypeToY_113(); public void SetAxisTypeToY() { SetAxisTypeToY_113(); } private native void SetAxisTypeToZ_114(); public void SetAxisTypeToZ() { SetAxisTypeToZ_114(); } private native void SetLog_115(boolean id0); public void SetLog(boolean id0) { SetLog_115(id0); } private native boolean GetLog_116(); public boolean GetLog() { return GetLog_116(); } private native void LogOn_117(); public void LogOn() { LogOn_117(); } private native void LogOff_118(); public void LogOff() { LogOff_118(); } private native void SetAxisPosition_119(int id0); public void SetAxisPosition(int id0) { SetAxisPosition_119(id0); } private native int GetAxisPositionMinValue_120(); public int GetAxisPositionMinValue() { return GetAxisPositionMinValue_120(); } private native int GetAxisPositionMaxValue_121(); public int GetAxisPositionMaxValue() { return GetAxisPositionMaxValue_121(); } private native int GetAxisPosition_122(); public int GetAxisPosition() { return GetAxisPosition_122(); } private native void SetAxisPositionToMinMin_123(); public void SetAxisPositionToMinMin() { SetAxisPositionToMinMin_123(); } private native void SetAxisPositionToMinMax_124(); public void SetAxisPositionToMinMax() { SetAxisPositionToMinMax_124(); } private native void SetAxisPositionToMaxMax_125(); public void SetAxisPositionToMaxMax() { SetAxisPositionToMaxMax_125(); } private native void SetAxisPositionToMaxMin_126(); public void SetAxisPositionToMaxMin() { SetAxisPositionToMaxMin_126(); } private native void SetCamera_127(vtkCamera id0); public void SetCamera(vtkCamera id0) { SetCamera_127(id0); } private native long GetCamera_128(); public vtkCamera GetCamera() { long temp = GetCamera_128(); if (temp == 0) return null; return (vtkCamera)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int RenderOpaqueGeometry_129(vtkViewport id0); public int RenderOpaqueGeometry(vtkViewport id0) { return RenderOpaqueGeometry_129(id0); } private native int RenderTranslucentGeometry_130(vtkViewport id0); public int RenderTranslucentGeometry(vtkViewport id0) { return RenderTranslucentGeometry_130(id0); } private native int RenderTranslucentPolygonalGeometry_131(vtkViewport id0); public int RenderTranslucentPolygonalGeometry(vtkViewport id0) { return RenderTranslucentPolygonalGeometry_131(id0); } private native int RenderOverlay_132(vtkViewport id0); public int RenderOverlay(vtkViewport id0) { return RenderOverlay_132(id0); } private native int HasTranslucentPolygonalGeometry_133(); public int HasTranslucentPolygonalGeometry() { return HasTranslucentPolygonalGeometry_133(); } private native void ReleaseGraphicsResources_134(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_134(id0); } private native double ComputeMaxLabelLength_135(double id0[]); public double ComputeMaxLabelLength(double id0[]) { return ComputeMaxLabelLength_135(id0); } private native double ComputeTitleLength_136(double id0[]); public double ComputeTitleLength(double id0[]) { return ComputeTitleLength_136(id0); } private native void SetLabelScale_137(double id0); public void SetLabelScale(double id0) { SetLabelScale_137(id0); } private native void SetLabelScale_138(int id0,double id1); public void SetLabelScale(int id0,double id1) { SetLabelScale_138(id0,id1); } private native void SetTitleScale_139(double id0); public void SetTitleScale(double id0) { SetTitleScale_139(id0); } private native void SetMinorStart_140(double id0); public void SetMinorStart(double id0) { SetMinorStart_140(id0); } private native double GetMinorStart_141(); public double GetMinorStart() { return GetMinorStart_141(); } private native double GetMajorStart_142(int id0); public double GetMajorStart(int id0) { return GetMajorStart_142(id0); } private native void SetMajorStart_143(int id0,double id1); public void SetMajorStart(int id0,double id1) { SetMajorStart_143(id0,id1); } private native void SetDeltaMinor_144(double id0); public void SetDeltaMinor(double id0) { SetDeltaMinor_144(id0); } private native double GetDeltaMinor_145(); public double GetDeltaMinor() { return GetDeltaMinor_145(); } private native double GetDeltaMajor_146(int id0); public double GetDeltaMajor(int id0) { return GetDeltaMajor_146(id0); } private native void SetDeltaMajor_147(int id0,double id1); public void SetDeltaMajor(int id0,double id1) { SetDeltaMajor_147(id0,id1); } private native void SetMinorRangeStart_148(double id0); public void SetMinorRangeStart(double id0) { SetMinorRangeStart_148(id0); } private native double GetMinorRangeStart_149(); public double GetMinorRangeStart() { return GetMinorRangeStart_149(); } private native void SetMajorRangeStart_150(double id0); public void SetMajorRangeStart(double id0) { SetMajorRangeStart_150(id0); } private native double GetMajorRangeStart_151(); public double GetMajorRangeStart() { return GetMajorRangeStart_151(); } private native void SetDeltaRangeMinor_152(double id0); public void SetDeltaRangeMinor(double id0) { SetDeltaRangeMinor_152(id0); } private native double GetDeltaRangeMinor_153(); public double GetDeltaRangeMinor() { return GetDeltaRangeMinor_153(); } private native void SetDeltaRangeMajor_154(double id0); public void SetDeltaRangeMajor(double id0) { SetDeltaRangeMajor_154(id0); } private native double GetDeltaRangeMajor_155(); public double GetDeltaRangeMajor() { return GetDeltaRangeMajor_155(); } private native void SetLabels_156(vtkStringArray id0); public void SetLabels(vtkStringArray id0) { SetLabels_156(id0); } private native void BuildAxis_157(vtkViewport id0,boolean id1); public void BuildAxis(vtkViewport id0,boolean id1) { BuildAxis_157(id0,id1); } private native long GetTitleActor_158(); public vtkAxisFollower GetTitleActor() { long temp = GetTitleActor_158(); if (temp == 0) return null; return (vtkAxisFollower)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetExponentActor_159(); public vtkAxisFollower GetExponentActor() { long temp = GetExponentActor_159(); if (temp == 0) return null; return (vtkAxisFollower)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetTitleProp3D_160(); public vtkProp3DAxisFollower GetTitleProp3D() { long temp = GetTitleProp3D_160(); if (temp == 0) return null; return (vtkProp3DAxisFollower)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetExponentProp3D_161(); public vtkProp3DAxisFollower GetExponentProp3D() { long temp = GetExponentProp3D_161(); if (temp == 0) return null; return (vtkProp3DAxisFollower)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetNumberOfLabelsBuilt_162(); public int GetNumberOfLabelsBuilt() { return GetNumberOfLabelsBuilt_162(); } private native void SetCalculateTitleOffset_163(int id0); public void SetCalculateTitleOffset(int id0) { SetCalculateTitleOffset_163(id0); } private native int GetCalculateTitleOffset_164(); public int GetCalculateTitleOffset() { return GetCalculateTitleOffset_164(); } private native void CalculateTitleOffsetOn_165(); public void CalculateTitleOffsetOn() { CalculateTitleOffsetOn_165(); } private native void CalculateTitleOffsetOff_166(); public void CalculateTitleOffsetOff() { CalculateTitleOffsetOff_166(); } private native void SetCalculateLabelOffset_167(int id0); public void SetCalculateLabelOffset(int id0) { SetCalculateLabelOffset_167(id0); } private native int GetCalculateLabelOffset_168(); public int GetCalculateLabelOffset() { return GetCalculateLabelOffset_168(); } private native void CalculateLabelOffsetOn_169(); public void CalculateLabelOffsetOn() { CalculateLabelOffsetOn_169(); } private native void CalculateLabelOffsetOff_170(); public void CalculateLabelOffsetOff() { CalculateLabelOffsetOff_170(); } private native void SetUse2DMode_171(int id0); public void SetUse2DMode(int id0) { SetUse2DMode_171(id0); } private native int GetUse2DMode_172(); public int GetUse2DMode() { return GetUse2DMode_172(); } private native void SetVerticalOffsetXTitle2D_173(double id0); public void SetVerticalOffsetXTitle2D(double id0) { SetVerticalOffsetXTitle2D_173(id0); } private native double GetVerticalOffsetXTitle2D_174(); public double GetVerticalOffsetXTitle2D() { return GetVerticalOffsetXTitle2D_174(); } private native void SetHorizontalOffsetYTitle2D_175(double id0); public void SetHorizontalOffsetYTitle2D(double id0) { SetHorizontalOffsetYTitle2D_175(id0); } private native double GetHorizontalOffsetYTitle2D_176(); public double GetHorizontalOffsetYTitle2D() { return GetHorizontalOffsetYTitle2D_176(); } private native void SetSaveTitlePosition_177(int id0); public void SetSaveTitlePosition(int id0) { SetSaveTitlePosition_177(id0); } private native int GetSaveTitlePosition_178(); public int GetSaveTitlePosition() { return GetSaveTitlePosition_178(); } private native void SetAxisBaseForX_179(double id0,double id1,double id2); public void SetAxisBaseForX(double id0,double id1,double id2) { SetAxisBaseForX_179(id0,id1,id2); } private native void SetAxisBaseForX_180(double id0[]); public void SetAxisBaseForX(double id0[]) { SetAxisBaseForX_180(id0); } private native double[] GetAxisBaseForX_181(); public double[] GetAxisBaseForX() { return GetAxisBaseForX_181(); } private native void SetAxisBaseForY_182(double id0,double id1,double id2); public void SetAxisBaseForY(double id0,double id1,double id2) { SetAxisBaseForY_182(id0,id1,id2); } private native void SetAxisBaseForY_183(double id0[]); public void SetAxisBaseForY(double id0[]) { SetAxisBaseForY_183(id0); } private native double[] GetAxisBaseForY_184(); public double[] GetAxisBaseForY() { return GetAxisBaseForY_184(); } private native void SetAxisBaseForZ_185(double id0,double id1,double id2); public void SetAxisBaseForZ(double id0,double id1,double id2) { SetAxisBaseForZ_185(id0,id1,id2); } private native void SetAxisBaseForZ_186(double id0[]); public void SetAxisBaseForZ(double id0[]) { SetAxisBaseForZ_186(id0); } private native double[] GetAxisBaseForZ_187(); public double[] GetAxisBaseForZ() { return GetAxisBaseForZ_187(); } private native void SetAxisOnOrigin_188(int id0); public void SetAxisOnOrigin(int id0) { SetAxisOnOrigin_188(id0); } private native int GetAxisOnOrigin_189(); public int GetAxisOnOrigin() { return GetAxisOnOrigin_189(); } private native void SetLabelOffset_190(double id0); public void SetLabelOffset(double id0) { SetLabelOffset_190(id0); } private native double GetLabelOffset_191(); public double GetLabelOffset() { return GetLabelOffset_191(); } private native void SetTitleOffset_192(double id0); public void SetTitleOffset(double id0) { SetTitleOffset_192(id0); } private native double GetTitleOffset_193(); public double GetTitleOffset() { return GetTitleOffset_193(); } private native void SetExponentOffset_194(double id0); public void SetExponentOffset(double id0) { SetExponentOffset_194(id0); } private native double GetExponentOffset_195(); public double GetExponentOffset() { return GetExponentOffset_195(); } private native void SetScreenSize_196(double id0); public void SetScreenSize(double id0) { SetScreenSize_196(id0); } private native double GetScreenSize_197(); public double GetScreenSize() { return GetScreenSize_197(); } public vtkAxisActor() { super(); } public vtkAxisActor(long id) { super(id); } public native long VTKInit(); }