]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkCubeAxesActor2D.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkCubeAxesActor2D.java
index c82d005916fe2db0157fa819f0022693ee725c26..b431835f5fc44f080a0f1f262ae107929e9ac315 100644 (file)
-// java wrapper for vtkCubeAxesActor2D object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkCubeAxesActor2D extends vtkActor2D\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 int RenderOverlay_2(vtkViewport id0);\r
-  public int RenderOverlay(vtkViewport id0)\r
-    { return RenderOverlay_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 HasTranslucentPolygonalGeometry_5();\r
-  public int HasTranslucentPolygonalGeometry()\r
-    { return HasTranslucentPolygonalGeometry_5(); }\r
-\r
-  private native void SetInput_6(vtkDataSet id0);\r
-  public void SetInput(vtkDataSet id0)\r
-    { SetInput_6(id0); }\r
-\r
-  private native long GetInput_7();\r
-  public vtkDataSet GetInput() {\r
-    long temp = GetInput_7();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkDataSet)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetViewProp_8(vtkProp id0);\r
-  public void SetViewProp(vtkProp id0)\r
-    { SetViewProp_8(id0); }\r
-\r
-  private native long GetViewProp_9();\r
-  public vtkProp GetViewProp() {\r
-    long temp = GetViewProp_9();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProp)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetBounds_10(double id0,double id1,double id2,double id3,double id4,double id5);\r
-  public void SetBounds(double id0,double id1,double id2,double id3,double id4,double id5)\r
-    { SetBounds_10(id0,id1,id2,id3,id4,id5); }\r
-\r
-  private native void SetBounds_11(double id0[]);\r
-  public void SetBounds(double id0[])\r
-    { SetBounds_11(id0); }\r
-\r
-  private native double[] GetBounds_12();\r
-  public double[] GetBounds()\r
-    { return GetBounds_12(); }\r
-\r
-  private native void GetBounds_13(double id0[]);\r
-  public void GetBounds(double id0[])\r
-    { GetBounds_13(id0); }\r
-\r
-  private native void SetRanges_14(double id0,double id1,double id2,double id3,double id4,double id5);\r
-  public void SetRanges(double id0,double id1,double id2,double id3,double id4,double id5)\r
-    { SetRanges_14(id0,id1,id2,id3,id4,id5); }\r
-\r
-  private native void SetRanges_15(double id0[]);\r
-  public void SetRanges(double id0[])\r
-    { SetRanges_15(id0); }\r
-\r
-  private native double[] GetRanges_16();\r
-  public double[] GetRanges()\r
-    { return GetRanges_16(); }\r
-\r
-  private native void GetRanges_17(double id0[]);\r
-  public void GetRanges(double id0[])\r
-    { GetRanges_17(id0); }\r
-\r
-  private native void SetXOrigin_18(double id0);\r
-  public void SetXOrigin(double id0)\r
-    { SetXOrigin_18(id0); }\r
-\r
-  private native void SetYOrigin_19(double id0);\r
-  public void SetYOrigin(double id0)\r
-    { SetYOrigin_19(id0); }\r
-\r
-  private native void SetZOrigin_20(double id0);\r
-  public void SetZOrigin(double id0)\r
-    { SetZOrigin_20(id0); }\r
-\r
-  private native void SetUseRanges_21(int id0);\r
-  public void SetUseRanges(int id0)\r
-    { SetUseRanges_21(id0); }\r
-\r
-  private native int GetUseRanges_22();\r
-  public int GetUseRanges()\r
-    { return GetUseRanges_22(); }\r
-\r
-  private native void UseRangesOn_23();\r
-  public void UseRangesOn()\r
-    { UseRangesOn_23(); }\r
-\r
-  private native void UseRangesOff_24();\r
-  public void UseRangesOff()\r
-    { UseRangesOff_24(); }\r
-\r
-  private native void SetCamera_25(vtkCamera id0);\r
-  public void SetCamera(vtkCamera id0)\r
-    { SetCamera_25(id0); }\r
-\r
-  private native long GetCamera_26();\r
-  public vtkCamera GetCamera() {\r
-    long temp = GetCamera_26();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkCamera)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetFlyMode_27(int id0);\r
-  public void SetFlyMode(int id0)\r
-    { SetFlyMode_27(id0); }\r
-\r
-  private native int GetFlyModeMinValue_28();\r
-  public int GetFlyModeMinValue()\r
-    { return GetFlyModeMinValue_28(); }\r
-\r
-  private native int GetFlyModeMaxValue_29();\r
-  public int GetFlyModeMaxValue()\r
-    { return GetFlyModeMaxValue_29(); }\r
-\r
-  private native int GetFlyMode_30();\r
-  public int GetFlyMode()\r
-    { return GetFlyMode_30(); }\r
-\r
-  private native void SetFlyModeToOuterEdges_31();\r
-  public void SetFlyModeToOuterEdges()\r
-    { SetFlyModeToOuterEdges_31(); }\r
-\r
-  private native void SetFlyModeToClosestTriad_32();\r
-  public void SetFlyModeToClosestTriad()\r
-    { SetFlyModeToClosestTriad_32(); }\r
-\r
-  private native void SetFlyModeToNone_33();\r
-  public void SetFlyModeToNone()\r
-    { SetFlyModeToNone_33(); }\r
-\r
-  private native void SetScaling_34(int id0);\r
-  public void SetScaling(int id0)\r
-    { SetScaling_34(id0); }\r
-\r
-  private native int GetScaling_35();\r
-  public int GetScaling()\r
-    { return GetScaling_35(); }\r
-\r
-  private native void ScalingOn_36();\r
-  public void ScalingOn()\r
-    { ScalingOn_36(); }\r
-\r
-  private native void ScalingOff_37();\r
-  public void ScalingOff()\r
-    { ScalingOff_37(); }\r
-\r
-  private native void SetNumberOfLabels_38(int id0);\r
-  public void SetNumberOfLabels(int id0)\r
-    { SetNumberOfLabels_38(id0); }\r
-\r
-  private native int GetNumberOfLabelsMinValue_39();\r
-  public int GetNumberOfLabelsMinValue()\r
-    { return GetNumberOfLabelsMinValue_39(); }\r
-\r
-  private native int GetNumberOfLabelsMaxValue_40();\r
-  public int GetNumberOfLabelsMaxValue()\r
-    { return GetNumberOfLabelsMaxValue_40(); }\r
-\r
-  private native int GetNumberOfLabels_41();\r
-  public int GetNumberOfLabels()\r
-    { return GetNumberOfLabels_41(); }\r
-\r
-  private native void SetXLabel_42(String id0);\r
-  public void SetXLabel(String id0)\r
-    { SetXLabel_42(id0); }\r
-\r
-  private native String GetXLabel_43();\r
-  public String GetXLabel()\r
-    { return GetXLabel_43(); }\r
-\r
-  private native void SetYLabel_44(String id0);\r
-  public void SetYLabel(String id0)\r
-    { SetYLabel_44(id0); }\r
-\r
-  private native String GetYLabel_45();\r
-  public String GetYLabel()\r
-    { return GetYLabel_45(); }\r
-\r
-  private native void SetZLabel_46(String id0);\r
-  public void SetZLabel(String id0)\r
-    { SetZLabel_46(id0); }\r
-\r
-  private native String GetZLabel_47();\r
-  public String GetZLabel()\r
-    { return GetZLabel_47(); }\r
-\r
-  private native long GetXAxisActor2D_48();\r
-  public vtkAxisActor2D GetXAxisActor2D() {\r
-    long temp = GetXAxisActor2D_48();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkAxisActor2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetYAxisActor2D_49();\r
-  public vtkAxisActor2D GetYAxisActor2D() {\r
-    long temp = GetYAxisActor2D_49();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkAxisActor2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetZAxisActor2D_50();\r
-  public vtkAxisActor2D GetZAxisActor2D() {\r
-    long temp = GetZAxisActor2D_50();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkAxisActor2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetAxisTitleTextProperty_51(vtkTextProperty id0);\r
-  public void SetAxisTitleTextProperty(vtkTextProperty id0)\r
-    { SetAxisTitleTextProperty_51(id0); }\r
-\r
-  private native long GetAxisTitleTextProperty_52();\r
-  public vtkTextProperty GetAxisTitleTextProperty() {\r
-    long temp = GetAxisTitleTextProperty_52();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetAxisLabelTextProperty_53(vtkTextProperty id0);\r
-  public void SetAxisLabelTextProperty(vtkTextProperty id0)\r
-    { SetAxisLabelTextProperty_53(id0); }\r
-\r
-  private native long GetAxisLabelTextProperty_54();\r
-  public vtkTextProperty GetAxisLabelTextProperty() {\r
-    long temp = GetAxisLabelTextProperty_54();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetLabelFormat_55(String id0);\r
-  public void SetLabelFormat(String id0)\r
-    { SetLabelFormat_55(id0); }\r
-\r
-  private native String GetLabelFormat_56();\r
-  public String GetLabelFormat()\r
-    { return GetLabelFormat_56(); }\r
-\r
-  private native void SetFontFactor_57(double id0);\r
-  public void SetFontFactor(double id0)\r
-    { SetFontFactor_57(id0); }\r
-\r
-  private native double GetFontFactorMinValue_58();\r
-  public double GetFontFactorMinValue()\r
-    { return GetFontFactorMinValue_58(); }\r
-\r
-  private native double GetFontFactorMaxValue_59();\r
-  public double GetFontFactorMaxValue()\r
-    { return GetFontFactorMaxValue_59(); }\r
-\r
-  private native double GetFontFactor_60();\r
-  public double GetFontFactor()\r
-    { return GetFontFactor_60(); }\r
-\r
-  private native void SetInertia_61(int id0);\r
-  public void SetInertia(int id0)\r
-    { SetInertia_61(id0); }\r
-\r
-  private native int GetInertiaMinValue_62();\r
-  public int GetInertiaMinValue()\r
-    { return GetInertiaMinValue_62(); }\r
-\r
-  private native int GetInertiaMaxValue_63();\r
-  public int GetInertiaMaxValue()\r
-    { return GetInertiaMaxValue_63(); }\r
-\r
-  private native int GetInertia_64();\r
-  public int GetInertia()\r
-    { return GetInertia_64(); }\r
-\r
-  private native void SetShowActualBounds_65(int id0);\r
-  public void SetShowActualBounds(int id0)\r
-    { SetShowActualBounds_65(id0); }\r
-\r
-  private native int GetShowActualBoundsMinValue_66();\r
-  public int GetShowActualBoundsMinValue()\r
-    { return GetShowActualBoundsMinValue_66(); }\r
-\r
-  private native int GetShowActualBoundsMaxValue_67();\r
-  public int GetShowActualBoundsMaxValue()\r
-    { return GetShowActualBoundsMaxValue_67(); }\r
-\r
-  private native int GetShowActualBounds_68();\r
-  public int GetShowActualBounds()\r
-    { return GetShowActualBounds_68(); }\r
-\r
-  private native void SetCornerOffset_69(double id0);\r
-  public void SetCornerOffset(double id0)\r
-    { SetCornerOffset_69(id0); }\r
-\r
-  private native double GetCornerOffset_70();\r
-  public double GetCornerOffset()\r
-    { return GetCornerOffset_70(); }\r
-\r
-  private native void ReleaseGraphicsResources_71(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_71(id0); }\r
-\r
-  private native void SetXAxisVisibility_72(int id0);\r
-  public void SetXAxisVisibility(int id0)\r
-    { SetXAxisVisibility_72(id0); }\r
-\r
-  private native int GetXAxisVisibility_73();\r
-  public int GetXAxisVisibility()\r
-    { return GetXAxisVisibility_73(); }\r
-\r
-  private native void XAxisVisibilityOn_74();\r
-  public void XAxisVisibilityOn()\r
-    { XAxisVisibilityOn_74(); }\r
-\r
-  private native void XAxisVisibilityOff_75();\r
-  public void XAxisVisibilityOff()\r
-    { XAxisVisibilityOff_75(); }\r
-\r
-  private native void SetYAxisVisibility_76(int id0);\r
-  public void SetYAxisVisibility(int id0)\r
-    { SetYAxisVisibility_76(id0); }\r
-\r
-  private native int GetYAxisVisibility_77();\r
-  public int GetYAxisVisibility()\r
-    { return GetYAxisVisibility_77(); }\r
-\r
-  private native void YAxisVisibilityOn_78();\r
-  public void YAxisVisibilityOn()\r
-    { YAxisVisibilityOn_78(); }\r
-\r
-  private native void YAxisVisibilityOff_79();\r
-  public void YAxisVisibilityOff()\r
-    { YAxisVisibilityOff_79(); }\r
-\r
-  private native void SetZAxisVisibility_80(int id0);\r
-  public void SetZAxisVisibility(int id0)\r
-    { SetZAxisVisibility_80(id0); }\r
-\r
-  private native int GetZAxisVisibility_81();\r
-  public int GetZAxisVisibility()\r
-    { return GetZAxisVisibility_81(); }\r
-\r
-  private native void ZAxisVisibilityOn_82();\r
-  public void ZAxisVisibilityOn()\r
-    { ZAxisVisibilityOn_82(); }\r
-\r
-  private native void ZAxisVisibilityOff_83();\r
-  public void ZAxisVisibilityOff()\r
-    { ZAxisVisibilityOff_83(); }\r
-\r
-  private native void ShallowCopy_84(vtkCubeAxesActor2D id0);\r
-  public void ShallowCopy(vtkCubeAxesActor2D id0)\r
-    { ShallowCopy_84(id0); }\r
-\r
-  private native void SetProp_85(vtkProp id0);\r
-  public void SetProp(vtkProp id0)\r
-    { SetProp_85(id0); }\r
-\r
-  private native long GetProp_86();\r
-  public vtkProp GetProp() {\r
-    long temp = GetProp_86();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProp)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  public vtkCubeAxesActor2D() { super(); }\r
-\r
-  public vtkCubeAxesActor2D(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkCubeAxesActor2D object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkCubeAxesActor2D extends vtkActor2D
+{
+
+  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 int RenderOverlay_2(vtkViewport id0);
+  public int RenderOverlay(vtkViewport id0)
+    { return RenderOverlay_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 HasTranslucentPolygonalGeometry_5();
+  public int HasTranslucentPolygonalGeometry()
+    { return HasTranslucentPolygonalGeometry_5(); }
+
+  private native void SetInputConnection_6(vtkAlgorithmOutput id0);
+  public void SetInputConnection(vtkAlgorithmOutput id0)
+    { SetInputConnection_6(id0); }
+
+  private native void SetInputData_7(vtkDataSet id0);
+  public void SetInputData(vtkDataSet id0)
+    { SetInputData_7(id0); }
+
+  private native long GetInput_8();
+  public vtkDataSet GetInput() {
+    long temp = GetInput_8();
+
+    if (temp == 0) return null;
+    return (vtkDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetViewProp_9(vtkProp id0);
+  public void SetViewProp(vtkProp id0)
+    { SetViewProp_9(id0); }
+
+  private native long GetViewProp_10();
+  public vtkProp GetViewProp() {
+    long temp = GetViewProp_10();
+
+    if (temp == 0) return null;
+    return (vtkProp)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetBounds_11(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_11(id0,id1,id2,id3,id4,id5); }
+
+  private native void SetBounds_12(double id0[]);
+  public void SetBounds(double id0[])
+    { SetBounds_12(id0); }
+
+  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 SetRanges_15(double id0,double id1,double id2,double id3,double id4,double id5);
+  public void SetRanges(double id0,double id1,double id2,double id3,double id4,double id5)
+    { SetRanges_15(id0,id1,id2,id3,id4,id5); }
+
+  private native void SetRanges_16(double id0[]);
+  public void SetRanges(double id0[])
+    { SetRanges_16(id0); }
+
+  private native double[] GetRanges_17();
+  public double[] GetRanges()
+    { return GetRanges_17(); }
+
+  private native void GetRanges_18(double id0[]);
+  public void GetRanges(double id0[])
+    { GetRanges_18(id0); }
+
+  private native void SetXOrigin_19(double id0);
+  public void SetXOrigin(double id0)
+    { SetXOrigin_19(id0); }
+
+  private native void SetYOrigin_20(double id0);
+  public void SetYOrigin(double id0)
+    { SetYOrigin_20(id0); }
+
+  private native void SetZOrigin_21(double id0);
+  public void SetZOrigin(double id0)
+    { SetZOrigin_21(id0); }
+
+  private native void SetUseRanges_22(int id0);
+  public void SetUseRanges(int id0)
+    { SetUseRanges_22(id0); }
+
+  private native int GetUseRanges_23();
+  public int GetUseRanges()
+    { return GetUseRanges_23(); }
+
+  private native void UseRangesOn_24();
+  public void UseRangesOn()
+    { UseRangesOn_24(); }
+
+  private native void UseRangesOff_25();
+  public void UseRangesOff()
+    { UseRangesOff_25(); }
+
+  private native void SetCamera_26(vtkCamera id0);
+  public void SetCamera(vtkCamera id0)
+    { SetCamera_26(id0); }
+
+  private native long GetCamera_27();
+  public vtkCamera GetCamera() {
+    long temp = GetCamera_27();
+
+    if (temp == 0) return null;
+    return (vtkCamera)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetFlyMode_28(int id0);
+  public void SetFlyMode(int id0)
+    { SetFlyMode_28(id0); }
+
+  private native int GetFlyModeMinValue_29();
+  public int GetFlyModeMinValue()
+    { return GetFlyModeMinValue_29(); }
+
+  private native int GetFlyModeMaxValue_30();
+  public int GetFlyModeMaxValue()
+    { return GetFlyModeMaxValue_30(); }
+
+  private native int GetFlyMode_31();
+  public int GetFlyMode()
+    { return GetFlyMode_31(); }
+
+  private native void SetFlyModeToOuterEdges_32();
+  public void SetFlyModeToOuterEdges()
+    { SetFlyModeToOuterEdges_32(); }
+
+  private native void SetFlyModeToClosestTriad_33();
+  public void SetFlyModeToClosestTriad()
+    { SetFlyModeToClosestTriad_33(); }
+
+  private native void SetFlyModeToNone_34();
+  public void SetFlyModeToNone()
+    { SetFlyModeToNone_34(); }
+
+  private native void SetScaling_35(int id0);
+  public void SetScaling(int id0)
+    { SetScaling_35(id0); }
+
+  private native int GetScaling_36();
+  public int GetScaling()
+    { return GetScaling_36(); }
+
+  private native void ScalingOn_37();
+  public void ScalingOn()
+    { ScalingOn_37(); }
+
+  private native void ScalingOff_38();
+  public void ScalingOff()
+    { ScalingOff_38(); }
+
+  private native void SetNumberOfLabels_39(int id0);
+  public void SetNumberOfLabels(int id0)
+    { SetNumberOfLabels_39(id0); }
+
+  private native int GetNumberOfLabelsMinValue_40();
+  public int GetNumberOfLabelsMinValue()
+    { return GetNumberOfLabelsMinValue_40(); }
+
+  private native int GetNumberOfLabelsMaxValue_41();
+  public int GetNumberOfLabelsMaxValue()
+    { return GetNumberOfLabelsMaxValue_41(); }
+
+  private native int GetNumberOfLabels_42();
+  public int GetNumberOfLabels()
+    { return GetNumberOfLabels_42(); }
+
+  private native void SetXLabel_43(String id0);
+  public void SetXLabel(String id0)
+    { SetXLabel_43(id0); }
+
+  private native String GetXLabel_44();
+  public String GetXLabel()
+    { return GetXLabel_44(); }
+
+  private native void SetYLabel_45(String id0);
+  public void SetYLabel(String id0)
+    { SetYLabel_45(id0); }
+
+  private native String GetYLabel_46();
+  public String GetYLabel()
+    { return GetYLabel_46(); }
+
+  private native void SetZLabel_47(String id0);
+  public void SetZLabel(String id0)
+    { SetZLabel_47(id0); }
+
+  private native String GetZLabel_48();
+  public String GetZLabel()
+    { return GetZLabel_48(); }
+
+  private native long GetXAxisActor2D_49();
+  public vtkAxisActor2D GetXAxisActor2D() {
+    long temp = GetXAxisActor2D_49();
+
+    if (temp == 0) return null;
+    return (vtkAxisActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetYAxisActor2D_50();
+  public vtkAxisActor2D GetYAxisActor2D() {
+    long temp = GetYAxisActor2D_50();
+
+    if (temp == 0) return null;
+    return (vtkAxisActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetZAxisActor2D_51();
+  public vtkAxisActor2D GetZAxisActor2D() {
+    long temp = GetZAxisActor2D_51();
+
+    if (temp == 0) return null;
+    return (vtkAxisActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetAxisTitleTextProperty_52(vtkTextProperty id0);
+  public void SetAxisTitleTextProperty(vtkTextProperty id0)
+    { SetAxisTitleTextProperty_52(id0); }
+
+  private native long GetAxisTitleTextProperty_53();
+  public vtkTextProperty GetAxisTitleTextProperty() {
+    long temp = GetAxisTitleTextProperty_53();
+
+    if (temp == 0) return null;
+    return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetAxisLabelTextProperty_54(vtkTextProperty id0);
+  public void SetAxisLabelTextProperty(vtkTextProperty id0)
+    { SetAxisLabelTextProperty_54(id0); }
+
+  private native long GetAxisLabelTextProperty_55();
+  public vtkTextProperty GetAxisLabelTextProperty() {
+    long temp = GetAxisLabelTextProperty_55();
+
+    if (temp == 0) return null;
+    return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetLabelFormat_56(String id0);
+  public void SetLabelFormat(String id0)
+    { SetLabelFormat_56(id0); }
+
+  private native String GetLabelFormat_57();
+  public String GetLabelFormat()
+    { return GetLabelFormat_57(); }
+
+  private native void SetFontFactor_58(double id0);
+  public void SetFontFactor(double id0)
+    { SetFontFactor_58(id0); }
+
+  private native double GetFontFactorMinValue_59();
+  public double GetFontFactorMinValue()
+    { return GetFontFactorMinValue_59(); }
+
+  private native double GetFontFactorMaxValue_60();
+  public double GetFontFactorMaxValue()
+    { return GetFontFactorMaxValue_60(); }
+
+  private native double GetFontFactor_61();
+  public double GetFontFactor()
+    { return GetFontFactor_61(); }
+
+  private native void SetInertia_62(int id0);
+  public void SetInertia(int id0)
+    { SetInertia_62(id0); }
+
+  private native int GetInertiaMinValue_63();
+  public int GetInertiaMinValue()
+    { return GetInertiaMinValue_63(); }
+
+  private native int GetInertiaMaxValue_64();
+  public int GetInertiaMaxValue()
+    { return GetInertiaMaxValue_64(); }
+
+  private native int GetInertia_65();
+  public int GetInertia()
+    { return GetInertia_65(); }
+
+  private native void SetShowActualBounds_66(int id0);
+  public void SetShowActualBounds(int id0)
+    { SetShowActualBounds_66(id0); }
+
+  private native int GetShowActualBoundsMinValue_67();
+  public int GetShowActualBoundsMinValue()
+    { return GetShowActualBoundsMinValue_67(); }
+
+  private native int GetShowActualBoundsMaxValue_68();
+  public int GetShowActualBoundsMaxValue()
+    { return GetShowActualBoundsMaxValue_68(); }
+
+  private native int GetShowActualBounds_69();
+  public int GetShowActualBounds()
+    { return GetShowActualBounds_69(); }
+
+  private native void SetCornerOffset_70(double id0);
+  public void SetCornerOffset(double id0)
+    { SetCornerOffset_70(id0); }
+
+  private native double GetCornerOffset_71();
+  public double GetCornerOffset()
+    { return GetCornerOffset_71(); }
+
+  private native void ReleaseGraphicsResources_72(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_72(id0); }
+
+  private native void SetXAxisVisibility_73(int id0);
+  public void SetXAxisVisibility(int id0)
+    { SetXAxisVisibility_73(id0); }
+
+  private native int GetXAxisVisibility_74();
+  public int GetXAxisVisibility()
+    { return GetXAxisVisibility_74(); }
+
+  private native void XAxisVisibilityOn_75();
+  public void XAxisVisibilityOn()
+    { XAxisVisibilityOn_75(); }
+
+  private native void XAxisVisibilityOff_76();
+  public void XAxisVisibilityOff()
+    { XAxisVisibilityOff_76(); }
+
+  private native void SetYAxisVisibility_77(int id0);
+  public void SetYAxisVisibility(int id0)
+    { SetYAxisVisibility_77(id0); }
+
+  private native int GetYAxisVisibility_78();
+  public int GetYAxisVisibility()
+    { return GetYAxisVisibility_78(); }
+
+  private native void YAxisVisibilityOn_79();
+  public void YAxisVisibilityOn()
+    { YAxisVisibilityOn_79(); }
+
+  private native void YAxisVisibilityOff_80();
+  public void YAxisVisibilityOff()
+    { YAxisVisibilityOff_80(); }
+
+  private native void SetZAxisVisibility_81(int id0);
+  public void SetZAxisVisibility(int id0)
+    { SetZAxisVisibility_81(id0); }
+
+  private native int GetZAxisVisibility_82();
+  public int GetZAxisVisibility()
+    { return GetZAxisVisibility_82(); }
+
+  private native void ZAxisVisibilityOn_83();
+  public void ZAxisVisibilityOn()
+    { ZAxisVisibilityOn_83(); }
+
+  private native void ZAxisVisibilityOff_84();
+  public void ZAxisVisibilityOff()
+    { ZAxisVisibilityOff_84(); }
+
+  private native void ShallowCopy_85(vtkCubeAxesActor2D id0);
+  public void ShallowCopy(vtkCubeAxesActor2D id0)
+    { ShallowCopy_85(id0); }
+
+  public vtkCubeAxesActor2D() { super(); }
+
+  public vtkCubeAxesActor2D(long id) { super(id); }
+  public native long   VTKInit();
+
+}