// java wrapper for vtkAxesActor object // package vtk; import vtk.*; public class vtkAxesActor extends vtkProp3D { 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 void GetActors_2(vtkPropCollection id0); public void GetActors(vtkPropCollection id0) { GetActors_2(id0); } private native int RenderOpaqueGeometry_3(vtkViewport id0); public int RenderOpaqueGeometry(vtkViewport id0) { return RenderOpaqueGeometry_3(id0); } private native int RenderTranslucentPolygonalGeometry_4(vtkViewport id0); public int RenderTranslucentPolygonalGeometry(vtkViewport id0) { return RenderTranslucentPolygonalGeometry_4(id0); } private native int RenderOverlay_5(vtkViewport id0); public int RenderOverlay(vtkViewport id0) { return RenderOverlay_5(id0); } private native int HasTranslucentPolygonalGeometry_6(); public int HasTranslucentPolygonalGeometry() { return HasTranslucentPolygonalGeometry_6(); } private native void ShallowCopy_7(vtkProp id0); public void ShallowCopy(vtkProp id0) { ShallowCopy_7(id0); } private native void ReleaseGraphicsResources_8(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_8(id0); } private native void GetBounds_9(double id0[]); public void GetBounds(double id0[]) { GetBounds_9(id0); } private native double[] GetBounds_10(); public double[] GetBounds() { return GetBounds_10(); } private native int GetMTime_11(); public int GetMTime() { return GetMTime_11(); } private native int GetRedrawMTime_12(); public int GetRedrawMTime() { return GetRedrawMTime_12(); } private native void SetTotalLength_13(double id0[]); public void SetTotalLength(double id0[]) { SetTotalLength_13(id0); } private native void SetTotalLength_14(double id0,double id1,double id2); public void SetTotalLength(double id0,double id1,double id2) { SetTotalLength_14(id0,id1,id2); } private native double[] GetTotalLength_15(); public double[] GetTotalLength() { return GetTotalLength_15(); } private native void SetNormalizedShaftLength_16(double id0[]); public void SetNormalizedShaftLength(double id0[]) { SetNormalizedShaftLength_16(id0); } private native void SetNormalizedShaftLength_17(double id0,double id1,double id2); public void SetNormalizedShaftLength(double id0,double id1,double id2) { SetNormalizedShaftLength_17(id0,id1,id2); } private native double[] GetNormalizedShaftLength_18(); public double[] GetNormalizedShaftLength() { return GetNormalizedShaftLength_18(); } private native void SetNormalizedTipLength_19(double id0[]); public void SetNormalizedTipLength(double id0[]) { SetNormalizedTipLength_19(id0); } private native void SetNormalizedTipLength_20(double id0,double id1,double id2); public void SetNormalizedTipLength(double id0,double id1,double id2) { SetNormalizedTipLength_20(id0,id1,id2); } private native double[] GetNormalizedTipLength_21(); public double[] GetNormalizedTipLength() { return GetNormalizedTipLength_21(); } private native void SetNormalizedLabelPosition_22(double id0[]); public void SetNormalizedLabelPosition(double id0[]) { SetNormalizedLabelPosition_22(id0); } private native void SetNormalizedLabelPosition_23(double id0,double id1,double id2); public void SetNormalizedLabelPosition(double id0,double id1,double id2) { SetNormalizedLabelPosition_23(id0,id1,id2); } private native double[] GetNormalizedLabelPosition_24(); public double[] GetNormalizedLabelPosition() { return GetNormalizedLabelPosition_24(); } private native void SetConeResolution_25(int id0); public void SetConeResolution(int id0) { SetConeResolution_25(id0); } private native int GetConeResolutionMinValue_26(); public int GetConeResolutionMinValue() { return GetConeResolutionMinValue_26(); } private native int GetConeResolutionMaxValue_27(); public int GetConeResolutionMaxValue() { return GetConeResolutionMaxValue_27(); } private native int GetConeResolution_28(); public int GetConeResolution() { return GetConeResolution_28(); } private native void SetSphereResolution_29(int id0); public void SetSphereResolution(int id0) { SetSphereResolution_29(id0); } private native int GetSphereResolutionMinValue_30(); public int GetSphereResolutionMinValue() { return GetSphereResolutionMinValue_30(); } private native int GetSphereResolutionMaxValue_31(); public int GetSphereResolutionMaxValue() { return GetSphereResolutionMaxValue_31(); } private native int GetSphereResolution_32(); public int GetSphereResolution() { return GetSphereResolution_32(); } private native void SetCylinderResolution_33(int id0); public void SetCylinderResolution(int id0) { SetCylinderResolution_33(id0); } private native int GetCylinderResolutionMinValue_34(); public int GetCylinderResolutionMinValue() { return GetCylinderResolutionMinValue_34(); } private native int GetCylinderResolutionMaxValue_35(); public int GetCylinderResolutionMaxValue() { return GetCylinderResolutionMaxValue_35(); } private native int GetCylinderResolution_36(); public int GetCylinderResolution() { return GetCylinderResolution_36(); } private native void SetConeRadius_37(double id0); public void SetConeRadius(double id0) { SetConeRadius_37(id0); } private native double GetConeRadiusMinValue_38(); public double GetConeRadiusMinValue() { return GetConeRadiusMinValue_38(); } private native double GetConeRadiusMaxValue_39(); public double GetConeRadiusMaxValue() { return GetConeRadiusMaxValue_39(); } private native double GetConeRadius_40(); public double GetConeRadius() { return GetConeRadius_40(); } private native void SetSphereRadius_41(double id0); public void SetSphereRadius(double id0) { SetSphereRadius_41(id0); } private native double GetSphereRadiusMinValue_42(); public double GetSphereRadiusMinValue() { return GetSphereRadiusMinValue_42(); } private native double GetSphereRadiusMaxValue_43(); public double GetSphereRadiusMaxValue() { return GetSphereRadiusMaxValue_43(); } private native double GetSphereRadius_44(); public double GetSphereRadius() { return GetSphereRadius_44(); } private native void SetCylinderRadius_45(double id0); public void SetCylinderRadius(double id0) { SetCylinderRadius_45(id0); } private native double GetCylinderRadiusMinValue_46(); public double GetCylinderRadiusMinValue() { return GetCylinderRadiusMinValue_46(); } private native double GetCylinderRadiusMaxValue_47(); public double GetCylinderRadiusMaxValue() { return GetCylinderRadiusMaxValue_47(); } private native double GetCylinderRadius_48(); public double GetCylinderRadius() { return GetCylinderRadius_48(); } private native void SetShaftType_49(int id0); public void SetShaftType(int id0) { SetShaftType_49(id0); } private native void SetShaftTypeToCylinder_50(); public void SetShaftTypeToCylinder() { SetShaftTypeToCylinder_50(); } private native void SetShaftTypeToLine_51(); public void SetShaftTypeToLine() { SetShaftTypeToLine_51(); } private native void SetShaftTypeToUserDefined_52(); public void SetShaftTypeToUserDefined() { SetShaftTypeToUserDefined_52(); } private native int GetShaftType_53(); public int GetShaftType() { return GetShaftType_53(); } private native void SetTipType_54(int id0); public void SetTipType(int id0) { SetTipType_54(id0); } private native void SetTipTypeToCone_55(); public void SetTipTypeToCone() { SetTipTypeToCone_55(); } private native void SetTipTypeToSphere_56(); public void SetTipTypeToSphere() { SetTipTypeToSphere_56(); } private native void SetTipTypeToUserDefined_57(); public void SetTipTypeToUserDefined() { SetTipTypeToUserDefined_57(); } private native int GetTipType_58(); public int GetTipType() { return GetTipType_58(); } private native void SetUserDefinedTip_59(vtkPolyData id0); public void SetUserDefinedTip(vtkPolyData id0) { SetUserDefinedTip_59(id0); } private native long GetUserDefinedTip_60(); public vtkPolyData GetUserDefinedTip() { long temp = GetUserDefinedTip_60(); if (temp == 0) return null; return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetUserDefinedShaft_61(vtkPolyData id0); public void SetUserDefinedShaft(vtkPolyData id0) { SetUserDefinedShaft_61(id0); } private native long GetUserDefinedShaft_62(); public vtkPolyData GetUserDefinedShaft() { long temp = GetUserDefinedShaft_62(); if (temp == 0) return null; return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetXAxisTipProperty_63(); public vtkProperty GetXAxisTipProperty() { long temp = GetXAxisTipProperty_63(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetYAxisTipProperty_64(); public vtkProperty GetYAxisTipProperty() { long temp = GetYAxisTipProperty_64(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetZAxisTipProperty_65(); public vtkProperty GetZAxisTipProperty() { long temp = GetZAxisTipProperty_65(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetXAxisShaftProperty_66(); public vtkProperty GetXAxisShaftProperty() { long temp = GetXAxisShaftProperty_66(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetYAxisShaftProperty_67(); public vtkProperty GetYAxisShaftProperty() { long temp = GetYAxisShaftProperty_67(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetZAxisShaftProperty_68(); public vtkProperty GetZAxisShaftProperty() { long temp = GetZAxisShaftProperty_68(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetXAxisCaptionActor2D_69(); public vtkCaptionActor2D GetXAxisCaptionActor2D() { long temp = GetXAxisCaptionActor2D_69(); if (temp == 0) return null; return (vtkCaptionActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetYAxisCaptionActor2D_70(); public vtkCaptionActor2D GetYAxisCaptionActor2D() { long temp = GetYAxisCaptionActor2D_70(); if (temp == 0) return null; return (vtkCaptionActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetZAxisCaptionActor2D_71(); public vtkCaptionActor2D GetZAxisCaptionActor2D() { long temp = GetZAxisCaptionActor2D_71(); if (temp == 0) return null; return (vtkCaptionActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetXAxisLabelText_72(String id0); public void SetXAxisLabelText(String id0) { SetXAxisLabelText_72(id0); } private native String GetXAxisLabelText_73(); public String GetXAxisLabelText() { return GetXAxisLabelText_73(); } private native void SetYAxisLabelText_74(String id0); public void SetYAxisLabelText(String id0) { SetYAxisLabelText_74(id0); } private native String GetYAxisLabelText_75(); public String GetYAxisLabelText() { return GetYAxisLabelText_75(); } private native void SetZAxisLabelText_76(String id0); public void SetZAxisLabelText(String id0) { SetZAxisLabelText_76(id0); } private native String GetZAxisLabelText_77(); public String GetZAxisLabelText() { return GetZAxisLabelText_77(); } private native void SetAxisLabels_78(int id0); public void SetAxisLabels(int id0) { SetAxisLabels_78(id0); } private native int GetAxisLabels_79(); public int GetAxisLabels() { return GetAxisLabels_79(); } private native void AxisLabelsOn_80(); public void AxisLabelsOn() { AxisLabelsOn_80(); } private native void AxisLabelsOff_81(); public void AxisLabelsOff() { AxisLabelsOff_81(); } public vtkAxesActor() { super(); } public vtkAxesActor(long id) { super(id); } public native long VTKInit(); }