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