]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkBarChartActor.java
Tooltip support
[simantics/3d.git] / vtk / src / vtk / vtkBarChartActor.java
index 170784bd736614569df6c61be0493def104fee5d..63bc583386e2396ceb091cb875cc82faf69ff8e0 100644 (file)
-// java wrapper for vtkBarChartActor object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkBarChartActor 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 void SetInput_2(vtkDataObject id0);\r
-  public void SetInput(vtkDataObject id0)\r
-    { SetInput_2(id0); }\r
-\r
-  private native long GetInput_3();\r
-  public vtkDataObject GetInput() {\r
-    long temp = GetInput_3();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkDataObject)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetTitleVisibility_4(int id0);\r
-  public void SetTitleVisibility(int id0)\r
-    { SetTitleVisibility_4(id0); }\r
-\r
-  private native int GetTitleVisibility_5();\r
-  public int GetTitleVisibility()\r
-    { return GetTitleVisibility_5(); }\r
-\r
-  private native void TitleVisibilityOn_6();\r
-  public void TitleVisibilityOn()\r
-    { TitleVisibilityOn_6(); }\r
-\r
-  private native void TitleVisibilityOff_7();\r
-  public void TitleVisibilityOff()\r
-    { TitleVisibilityOff_7(); }\r
-\r
-  private native void SetTitle_8(String id0);\r
-  public void SetTitle(String id0)\r
-    { SetTitle_8(id0); }\r
-\r
-  private native String GetTitle_9();\r
-  public String GetTitle()\r
-    { return GetTitle_9(); }\r
-\r
-  private native void SetTitleTextProperty_10(vtkTextProperty id0);\r
-  public void SetTitleTextProperty(vtkTextProperty id0)\r
-    { SetTitleTextProperty_10(id0); }\r
-\r
-  private native long GetTitleTextProperty_11();\r
-  public vtkTextProperty GetTitleTextProperty() {\r
-    long temp = GetTitleTextProperty_11();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetLabelVisibility_12(int id0);\r
-  public void SetLabelVisibility(int id0)\r
-    { SetLabelVisibility_12(id0); }\r
-\r
-  private native int GetLabelVisibility_13();\r
-  public int GetLabelVisibility()\r
-    { return GetLabelVisibility_13(); }\r
-\r
-  private native void LabelVisibilityOn_14();\r
-  public void LabelVisibilityOn()\r
-    { LabelVisibilityOn_14(); }\r
-\r
-  private native void LabelVisibilityOff_15();\r
-  public void LabelVisibilityOff()\r
-    { LabelVisibilityOff_15(); }\r
-\r
-  private native void SetLabelTextProperty_16(vtkTextProperty id0);\r
-  public void SetLabelTextProperty(vtkTextProperty id0)\r
-    { SetLabelTextProperty_16(id0); }\r
-\r
-  private native long GetLabelTextProperty_17();\r
-  public vtkTextProperty GetLabelTextProperty() {\r
-    long temp = GetLabelTextProperty_17();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetBarColor_18(int id0,double id1,double id2,double id3);\r
-  public void SetBarColor(int id0,double id1,double id2,double id3)\r
-    { SetBarColor_18(id0,id1,id2,id3); }\r
-\r
-  private native void SetBarColor_19(int id0,double id1[]);\r
-  public void SetBarColor(int id0,double id1[])\r
-    { SetBarColor_19(id0,id1); }\r
-\r
-  private native void SetBarLabel_20(int id0,String id1);\r
-  public void SetBarLabel(int id0,String id1)\r
-    { SetBarLabel_20(id0,id1); }\r
-\r
-  private native String GetBarLabel_21(int id0);\r
-  public String GetBarLabel(int id0)\r
-    { return GetBarLabel_21(id0); }\r
-\r
-  private native void SetYTitle_22(String id0);\r
-  public void SetYTitle(String id0)\r
-    { SetYTitle_22(id0); }\r
-\r
-  private native String GetYTitle_23();\r
-  public String GetYTitle()\r
-    { return GetYTitle_23(); }\r
-\r
-  private native void SetLegendVisibility_24(int id0);\r
-  public void SetLegendVisibility(int id0)\r
-    { SetLegendVisibility_24(id0); }\r
-\r
-  private native int GetLegendVisibility_25();\r
-  public int GetLegendVisibility()\r
-    { return GetLegendVisibility_25(); }\r
-\r
-  private native void LegendVisibilityOn_26();\r
-  public void LegendVisibilityOn()\r
-    { LegendVisibilityOn_26(); }\r
-\r
-  private native void LegendVisibilityOff_27();\r
-  public void LegendVisibilityOff()\r
-    { LegendVisibilityOff_27(); }\r
-\r
-  private native long GetLegendActor_28();\r
-  public vtkLegendBoxActor GetLegendActor() {\r
-    long temp = GetLegendActor_28();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkLegendBoxActor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native int RenderOverlay_29(vtkViewport id0);\r
-  public int RenderOverlay(vtkViewport id0)\r
-    { return RenderOverlay_29(id0); }\r
-\r
-  private native int RenderOpaqueGeometry_30(vtkViewport id0);\r
-  public int RenderOpaqueGeometry(vtkViewport id0)\r
-    { return RenderOpaqueGeometry_30(id0); }\r
-\r
-  private native int RenderTranslucentPolygonalGeometry_31(vtkViewport id0);\r
-  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
-    { return RenderTranslucentPolygonalGeometry_31(id0); }\r
-\r
-  private native int HasTranslucentPolygonalGeometry_32();\r
-  public int HasTranslucentPolygonalGeometry()\r
-    { return HasTranslucentPolygonalGeometry_32(); }\r
-\r
-  private native void ReleaseGraphicsResources_33(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_33(id0); }\r
-\r
-  public vtkBarChartActor() { super(); }\r
-\r
-  public vtkBarChartActor(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkBarChartActor object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkBarChartActor 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 void SetInput_2(vtkDataObject id0);
+  public void SetInput(vtkDataObject id0)
+    { SetInput_2(id0); }
+
+  private native long GetInput_3();
+  public vtkDataObject GetInput() {
+    long temp = GetInput_3();
+
+    if (temp == 0) return null;
+    return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetTitleVisibility_4(int id0);
+  public void SetTitleVisibility(int id0)
+    { SetTitleVisibility_4(id0); }
+
+  private native int GetTitleVisibility_5();
+  public int GetTitleVisibility()
+    { return GetTitleVisibility_5(); }
+
+  private native void TitleVisibilityOn_6();
+  public void TitleVisibilityOn()
+    { TitleVisibilityOn_6(); }
+
+  private native void TitleVisibilityOff_7();
+  public void TitleVisibilityOff()
+    { TitleVisibilityOff_7(); }
+
+  private native void SetTitle_8(String id0);
+  public void SetTitle(String id0)
+    { SetTitle_8(id0); }
+
+  private native String GetTitle_9();
+  public String GetTitle()
+    { return GetTitle_9(); }
+
+  private native void SetTitleTextProperty_10(vtkTextProperty id0);
+  public void SetTitleTextProperty(vtkTextProperty id0)
+    { SetTitleTextProperty_10(id0); }
+
+  private native long GetTitleTextProperty_11();
+  public vtkTextProperty GetTitleTextProperty() {
+    long temp = GetTitleTextProperty_11();
+
+    if (temp == 0) return null;
+    return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetLabelVisibility_12(int id0);
+  public void SetLabelVisibility(int id0)
+    { SetLabelVisibility_12(id0); }
+
+  private native int GetLabelVisibility_13();
+  public int GetLabelVisibility()
+    { return GetLabelVisibility_13(); }
+
+  private native void LabelVisibilityOn_14();
+  public void LabelVisibilityOn()
+    { LabelVisibilityOn_14(); }
+
+  private native void LabelVisibilityOff_15();
+  public void LabelVisibilityOff()
+    { LabelVisibilityOff_15(); }
+
+  private native void SetLabelTextProperty_16(vtkTextProperty id0);
+  public void SetLabelTextProperty(vtkTextProperty id0)
+    { SetLabelTextProperty_16(id0); }
+
+  private native long GetLabelTextProperty_17();
+  public vtkTextProperty GetLabelTextProperty() {
+    long temp = GetLabelTextProperty_17();
+
+    if (temp == 0) return null;
+    return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetBarColor_18(int id0,double id1,double id2,double id3);
+  public void SetBarColor(int id0,double id1,double id2,double id3)
+    { SetBarColor_18(id0,id1,id2,id3); }
+
+  private native void SetBarColor_19(int id0,double id1[]);
+  public void SetBarColor(int id0,double id1[])
+    { SetBarColor_19(id0,id1); }
+
+  private native void SetBarLabel_20(int id0,String id1);
+  public void SetBarLabel(int id0,String id1)
+    { SetBarLabel_20(id0,id1); }
+
+  private native String GetBarLabel_21(int id0);
+  public String GetBarLabel(int id0)
+    { return GetBarLabel_21(id0); }
+
+  private native void SetYTitle_22(String id0);
+  public void SetYTitle(String id0)
+    { SetYTitle_22(id0); }
+
+  private native String GetYTitle_23();
+  public String GetYTitle()
+    { return GetYTitle_23(); }
+
+  private native void SetLegendVisibility_24(int id0);
+  public void SetLegendVisibility(int id0)
+    { SetLegendVisibility_24(id0); }
+
+  private native int GetLegendVisibility_25();
+  public int GetLegendVisibility()
+    { return GetLegendVisibility_25(); }
+
+  private native void LegendVisibilityOn_26();
+  public void LegendVisibilityOn()
+    { LegendVisibilityOn_26(); }
+
+  private native void LegendVisibilityOff_27();
+  public void LegendVisibilityOff()
+    { LegendVisibilityOff_27(); }
+
+  private native long GetLegendActor_28();
+  public vtkLegendBoxActor GetLegendActor() {
+    long temp = GetLegendActor_28();
+
+    if (temp == 0) return null;
+    return (vtkLegendBoxActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native int RenderOverlay_29(vtkViewport id0);
+  public int RenderOverlay(vtkViewport id0)
+    { return RenderOverlay_29(id0); }
+
+  private native int RenderOpaqueGeometry_30(vtkViewport id0);
+  public int RenderOpaqueGeometry(vtkViewport id0)
+    { return RenderOpaqueGeometry_30(id0); }
+
+  private native int RenderTranslucentPolygonalGeometry_31(vtkViewport id0);
+  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
+    { return RenderTranslucentPolygonalGeometry_31(id0); }
+
+  private native int HasTranslucentPolygonalGeometry_32();
+  public int HasTranslucentPolygonalGeometry()
+    { return HasTranslucentPolygonalGeometry_32(); }
+
+  private native void ReleaseGraphicsResources_33(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_33(id0); }
+
+  public vtkBarChartActor() { super(); }
+
+  public vtkBarChartActor(long id) { super(id); }
+  public native long   VTKInit();
+
+}