// java wrapper for vtkAxisActor object // package vtk; import vtk.*; public class vtkAxisActor extends vtkActor { 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 long GetPoint1Coordinate_2(); public vtkCoordinate GetPoint1Coordinate() { long temp = GetPoint1Coordinate_2(); if (temp == 0) return null; return (vtkCoordinate)vtkObject.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)vtkObject.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 SetMinorTicksVisible_17(int id0); public void SetMinorTicksVisible(int id0) { SetMinorTicksVisible_17(id0); } private native int GetMinorTicksVisible_18(); public int GetMinorTicksVisible() { return GetMinorTicksVisible_18(); } private native void MinorTicksVisibleOn_19(); public void MinorTicksVisibleOn() { MinorTicksVisibleOn_19(); } private native void MinorTicksVisibleOff_20(); public void MinorTicksVisibleOff() { MinorTicksVisibleOff_20(); } private native void SetTitle_21(String id0); public void SetTitle(String id0) { SetTitle_21(id0); } private native String GetTitle_22(); public String GetTitle() { return GetTitle_22(); } private native void SetMajorTickSize_23(double id0); public void SetMajorTickSize(double id0) { SetMajorTickSize_23(id0); } private native double GetMajorTickSize_24(); public double GetMajorTickSize() { return GetMajorTickSize_24(); } private native void SetMinorTickSize_25(double id0); public void SetMinorTickSize(double id0) { SetMinorTickSize_25(id0); } private native double GetMinorTickSize_26(); public double GetMinorTickSize() { return GetMinorTickSize_26(); } private native void SetTickLocation_27(int id0); public void SetTickLocation(int id0) { SetTickLocation_27(id0); } private native int GetTickLocationMinValue_28(); public int GetTickLocationMinValue() { return GetTickLocationMinValue_28(); } private native int GetTickLocationMaxValue_29(); public int GetTickLocationMaxValue() { return GetTickLocationMaxValue_29(); } private native int GetTickLocation_30(); public int GetTickLocation() { return GetTickLocation_30(); } private native void SetTickLocationToInside_31(); public void SetTickLocationToInside() { SetTickLocationToInside_31(); } private native void SetTickLocationToOutside_32(); public void SetTickLocationToOutside() { SetTickLocationToOutside_32(); } private native void SetTickLocationToBoth_33(); public void SetTickLocationToBoth() { SetTickLocationToBoth_33(); } private native void SetAxisVisibility_34(int id0); public void SetAxisVisibility(int id0) { SetAxisVisibility_34(id0); } private native int GetAxisVisibility_35(); public int GetAxisVisibility() { return GetAxisVisibility_35(); } private native void AxisVisibilityOn_36(); public void AxisVisibilityOn() { AxisVisibilityOn_36(); } private native void AxisVisibilityOff_37(); public void AxisVisibilityOff() { AxisVisibilityOff_37(); } private native void SetTickVisibility_38(int id0); public void SetTickVisibility(int id0) { SetTickVisibility_38(id0); } private native int GetTickVisibility_39(); public int GetTickVisibility() { return GetTickVisibility_39(); } private native void TickVisibilityOn_40(); public void TickVisibilityOn() { TickVisibilityOn_40(); } private native void TickVisibilityOff_41(); public void TickVisibilityOff() { TickVisibilityOff_41(); } private native void SetLabelVisibility_42(int id0); public void SetLabelVisibility(int id0) { SetLabelVisibility_42(id0); } private native int GetLabelVisibility_43(); public int GetLabelVisibility() { return GetLabelVisibility_43(); } private native void LabelVisibilityOn_44(); public void LabelVisibilityOn() { LabelVisibilityOn_44(); } private native void LabelVisibilityOff_45(); public void LabelVisibilityOff() { LabelVisibilityOff_45(); } private native void SetTitleVisibility_46(int id0); public void SetTitleVisibility(int id0) { SetTitleVisibility_46(id0); } private native int GetTitleVisibility_47(); public int GetTitleVisibility() { return GetTitleVisibility_47(); } private native void TitleVisibilityOn_48(); public void TitleVisibilityOn() { TitleVisibilityOn_48(); } private native void TitleVisibilityOff_49(); public void TitleVisibilityOff() { TitleVisibilityOff_49(); } private native void SetTitleTextProperty_50(vtkTextProperty id0); public void SetTitleTextProperty(vtkTextProperty id0) { SetTitleTextProperty_50(id0); } private native long GetTitleTextProperty_51(); public vtkTextProperty GetTitleTextProperty() { long temp = GetTitleTextProperty_51(); if (temp == 0) return null; return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetLabelTextProperty_52(vtkTextProperty id0); public void SetLabelTextProperty(vtkTextProperty id0) { SetLabelTextProperty_52(id0); } private native long GetLabelTextProperty_53(); public vtkTextProperty GetLabelTextProperty() { long temp = GetLabelTextProperty_53(); if (temp == 0) return null; return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetAxisLinesProperty_54(vtkProperty id0); public void SetAxisLinesProperty(vtkProperty id0) { SetAxisLinesProperty_54(id0); } private native long GetAxisLinesProperty_55(); public vtkProperty GetAxisLinesProperty() { long temp = GetAxisLinesProperty_55(); if (temp == 0) return null; return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetGridlinesProperty_56(vtkProperty id0); public void SetGridlinesProperty(vtkProperty id0) { SetGridlinesProperty_56(id0); } private native long GetGridlinesProperty_57(); public vtkProperty GetGridlinesProperty() { long temp = GetGridlinesProperty_57(); if (temp == 0) return null; return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetInnerGridlinesProperty_58(vtkProperty id0); public void SetInnerGridlinesProperty(vtkProperty id0) { SetInnerGridlinesProperty_58(id0); } private native long GetInnerGridlinesProperty_59(); public vtkProperty GetInnerGridlinesProperty() { long temp = GetInnerGridlinesProperty_59(); if (temp == 0) return null; return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetGridpolysProperty_60(vtkProperty id0); public void SetGridpolysProperty(vtkProperty id0) { SetGridpolysProperty_60(id0); } private native long GetGridpolysProperty_61(); public vtkProperty GetGridpolysProperty() { long temp = GetGridpolysProperty_61(); if (temp == 0) return null; return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetDrawGridlines_62(int id0); public void SetDrawGridlines(int id0) { SetDrawGridlines_62(id0); } private native int GetDrawGridlines_63(); public int GetDrawGridlines() { return GetDrawGridlines_63(); } private native void DrawGridlinesOn_64(); public void DrawGridlinesOn() { DrawGridlinesOn_64(); } private native void DrawGridlinesOff_65(); public void DrawGridlinesOff() { DrawGridlinesOff_65(); } private native void SetDrawInnerGridlines_66(int id0); public void SetDrawInnerGridlines(int id0) { SetDrawInnerGridlines_66(id0); } private native int GetDrawInnerGridlines_67(); public int GetDrawInnerGridlines() { return GetDrawInnerGridlines_67(); } private native void DrawInnerGridlinesOn_68(); public void DrawInnerGridlinesOn() { DrawInnerGridlinesOn_68(); } private native void DrawInnerGridlinesOff_69(); public void DrawInnerGridlinesOff() { DrawInnerGridlinesOff_69(); } private native void SetGridlineXLength_70(double id0); public void SetGridlineXLength(double id0) { SetGridlineXLength_70(id0); } private native double GetGridlineXLength_71(); public double GetGridlineXLength() { return GetGridlineXLength_71(); } private native void SetGridlineYLength_72(double id0); public void SetGridlineYLength(double id0) { SetGridlineYLength_72(id0); } private native double GetGridlineYLength_73(); public double GetGridlineYLength() { return GetGridlineYLength_73(); } private native void SetGridlineZLength_74(double id0); public void SetGridlineZLength(double id0) { SetGridlineZLength_74(id0); } private native double GetGridlineZLength_75(); public double GetGridlineZLength() { return GetGridlineZLength_75(); } private native void SetDrawGridpolys_76(int id0); public void SetDrawGridpolys(int id0) { SetDrawGridpolys_76(id0); } private native int GetDrawGridpolys_77(); public int GetDrawGridpolys() { return GetDrawGridpolys_77(); } private native void DrawGridpolysOn_78(); public void DrawGridpolysOn() { DrawGridpolysOn_78(); } private native void DrawGridpolysOff_79(); public void DrawGridpolysOff() { DrawGridpolysOff_79(); } private native void SetAxisType_80(int id0); public void SetAxisType(int id0) { SetAxisType_80(id0); } private native int GetAxisTypeMinValue_81(); public int GetAxisTypeMinValue() { return GetAxisTypeMinValue_81(); } private native int GetAxisTypeMaxValue_82(); public int GetAxisTypeMaxValue() { return GetAxisTypeMaxValue_82(); } private native int GetAxisType_83(); public int GetAxisType() { return GetAxisType_83(); } private native void SetAxisTypeToX_84(); public void SetAxisTypeToX() { SetAxisTypeToX_84(); } private native void SetAxisTypeToY_85(); public void SetAxisTypeToY() { SetAxisTypeToY_85(); } private native void SetAxisTypeToZ_86(); public void SetAxisTypeToZ() { SetAxisTypeToZ_86(); } private native void SetAxisPosition_87(int id0); public void SetAxisPosition(int id0) { SetAxisPosition_87(id0); } private native int GetAxisPositionMinValue_88(); public int GetAxisPositionMinValue() { return GetAxisPositionMinValue_88(); } private native int GetAxisPositionMaxValue_89(); public int GetAxisPositionMaxValue() { return GetAxisPositionMaxValue_89(); } private native int GetAxisPosition_90(); public int GetAxisPosition() { return GetAxisPosition_90(); } private native void SetAxisPositionToMinMin_91(); public void SetAxisPositionToMinMin() { SetAxisPositionToMinMin_91(); } private native void SetAxisPositionToMinMax_92(); public void SetAxisPositionToMinMax() { SetAxisPositionToMinMax_92(); } private native void SetAxisPositionToMaxMax_93(); public void SetAxisPositionToMaxMax() { SetAxisPositionToMaxMax_93(); } private native void SetAxisPositionToMaxMin_94(); public void SetAxisPositionToMaxMin() { SetAxisPositionToMaxMin_94(); } private native void SetCamera_95(vtkCamera id0); public void SetCamera(vtkCamera id0) { SetCamera_95(id0); } private native long GetCamera_96(); public vtkCamera GetCamera() { long temp = GetCamera_96(); if (temp == 0) return null; return (vtkCamera)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int RenderOpaqueGeometry_97(vtkViewport id0); public int RenderOpaqueGeometry(vtkViewport id0) { return RenderOpaqueGeometry_97(id0); } private native int RenderTranslucentGeometry_98(vtkViewport id0); public int RenderTranslucentGeometry(vtkViewport id0) { return RenderTranslucentGeometry_98(id0); } private native int RenderTranslucentPolygonalGeometry_99(vtkViewport id0); public int RenderTranslucentPolygonalGeometry(vtkViewport id0) { return RenderTranslucentPolygonalGeometry_99(id0); } private native int RenderOverlay_100(vtkViewport id0); public int RenderOverlay(vtkViewport id0) { return RenderOverlay_100(id0); } private native int HasTranslucentPolygonalGeometry_101(); public int HasTranslucentPolygonalGeometry() { return HasTranslucentPolygonalGeometry_101(); } private native void ReleaseGraphicsResources_102(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_102(id0); } private native double ComputeMaxLabelLength_103(double id0[]); public double ComputeMaxLabelLength(double id0[]) { return ComputeMaxLabelLength_103(id0); } private native double ComputeTitleLength_104(double id0[]); public double ComputeTitleLength(double id0[]) { return ComputeTitleLength_104(id0); } private native void SetLabelScale_105(double id0); public void SetLabelScale(double id0) { SetLabelScale_105(id0); } private native void SetTitleScale_106(double id0); public void SetTitleScale(double id0) { SetTitleScale_106(id0); } private native void SetMinorStart_107(double id0); public void SetMinorStart(double id0) { SetMinorStart_107(id0); } private native double GetMinorStart_108(); public double GetMinorStart() { return GetMinorStart_108(); } private native double GetMajorStart_109(int id0); public double GetMajorStart(int id0) { return GetMajorStart_109(id0); } private native void SetMajorStart_110(int id0,double id1); public void SetMajorStart(int id0,double id1) { SetMajorStart_110(id0,id1); } private native void SetDeltaMinor_111(double id0); public void SetDeltaMinor(double id0) { SetDeltaMinor_111(id0); } private native double GetDeltaMinor_112(); public double GetDeltaMinor() { return GetDeltaMinor_112(); } private native double GetDeltaMajor_113(int id0); public double GetDeltaMajor(int id0) { return GetDeltaMajor_113(id0); } private native void SetDeltaMajor_114(int id0,double id1); public void SetDeltaMajor(int id0,double id1) { SetDeltaMajor_114(id0,id1); } private native void SetMinorRangeStart_115(double id0); public void SetMinorRangeStart(double id0) { SetMinorRangeStart_115(id0); } private native double GetMinorRangeStart_116(); public double GetMinorRangeStart() { return GetMinorRangeStart_116(); } private native void SetMajorRangeStart_117(double id0); public void SetMajorRangeStart(double id0) { SetMajorRangeStart_117(id0); } private native double GetMajorRangeStart_118(); public double GetMajorRangeStart() { return GetMajorRangeStart_118(); } private native void SetDeltaRangeMinor_119(double id0); public void SetDeltaRangeMinor(double id0) { SetDeltaRangeMinor_119(id0); } private native double GetDeltaRangeMinor_120(); public double GetDeltaRangeMinor() { return GetDeltaRangeMinor_120(); } private native void SetDeltaRangeMajor_121(double id0); public void SetDeltaRangeMajor(double id0) { SetDeltaRangeMajor_121(id0); } private native double GetDeltaRangeMajor_122(); public double GetDeltaRangeMajor() { return GetDeltaRangeMajor_122(); } private native void SetLabels_123(vtkStringArray id0); public void SetLabels(vtkStringArray id0) { SetLabels_123(id0); } private native void BuildAxis_124(vtkViewport id0,boolean id1); public void BuildAxis(vtkViewport id0,boolean id1) { BuildAxis_124(id0,id1); } private native long GetTitleActor_125(); public vtkAxisFollower GetTitleActor() { long temp = GetTitleActor_125(); if (temp == 0) return null; return (vtkAxisFollower)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetNumberOfLabelsBuilt_126(); public int GetNumberOfLabelsBuilt() { return GetNumberOfLabelsBuilt_126(); } private native void SetCalculateTitleOffset_127(int id0); public void SetCalculateTitleOffset(int id0) { SetCalculateTitleOffset_127(id0); } private native int GetCalculateTitleOffset_128(); public int GetCalculateTitleOffset() { return GetCalculateTitleOffset_128(); } private native void CalculateTitleOffsetOn_129(); public void CalculateTitleOffsetOn() { CalculateTitleOffsetOn_129(); } private native void CalculateTitleOffsetOff_130(); public void CalculateTitleOffsetOff() { CalculateTitleOffsetOff_130(); } private native void SetCalculateLabelOffset_131(int id0); public void SetCalculateLabelOffset(int id0) { SetCalculateLabelOffset_131(id0); } private native int GetCalculateLabelOffset_132(); public int GetCalculateLabelOffset() { return GetCalculateLabelOffset_132(); } private native void CalculateLabelOffsetOn_133(); public void CalculateLabelOffsetOn() { CalculateLabelOffsetOn_133(); } private native void CalculateLabelOffsetOff_134(); public void CalculateLabelOffsetOff() { CalculateLabelOffsetOff_134(); } private native void SetUse2DMode_135(int id0); public void SetUse2DMode(int id0) { SetUse2DMode_135(id0); } private native int GetUse2DMode_136(); public int GetUse2DMode() { return GetUse2DMode_136(); } private native void SetVerticalOffsetXTitle2D_137(double id0); public void SetVerticalOffsetXTitle2D(double id0) { SetVerticalOffsetXTitle2D_137(id0); } private native double GetVerticalOffsetXTitle2D_138(); public double GetVerticalOffsetXTitle2D() { return GetVerticalOffsetXTitle2D_138(); } private native void SetHorizontalOffsetYTitle2D_139(double id0); public void SetHorizontalOffsetYTitle2D(double id0) { SetHorizontalOffsetYTitle2D_139(id0); } private native double GetHorizontalOffsetYTitle2D_140(); public double GetHorizontalOffsetYTitle2D() { return GetHorizontalOffsetYTitle2D_140(); } private native void SetSaveTitlePosition_141(int id0); public void SetSaveTitlePosition(int id0) { SetSaveTitlePosition_141(id0); } private native int GetSaveTitlePosition_142(); public int GetSaveTitlePosition() { return GetSaveTitlePosition_142(); } public vtkAxisActor() { super(); } public vtkAxisActor(long id) { super(id); } public native long VTKInit(); }