]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkBalloonRepresentation.java
Add a "Properties" tab to selection view for pipeline components.
[simantics/3d.git] / vtk / src / vtk / vtkBalloonRepresentation.java
index 9bc5f81c51a29d88e19b32307cc7805d15567d9d..091e544727e9b97578ce5c977c19ba43ab58eab9 100644 (file)
-// java wrapper for vtkBalloonRepresentation object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkBalloonRepresentation extends vtkWidgetRepresentation\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 SetBalloonImage_2(vtkImageData id0);\r
-  public void SetBalloonImage(vtkImageData id0)\r
-    { SetBalloonImage_2(id0); }\r
-\r
-  private native long GetBalloonImage_3();\r
-  public vtkImageData GetBalloonImage() {\r
-    long temp = GetBalloonImage_3();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkImageData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native String GetBalloonText_4();\r
-  public String GetBalloonText()\r
-    { return GetBalloonText_4(); }\r
-\r
-  private native void SetBalloonText_5(String id0);\r
-  public void SetBalloonText(String id0)\r
-    { SetBalloonText_5(id0); }\r
-\r
-  private native void SetImageSize_6(int id0,int id1);\r
-  public void SetImageSize(int id0,int id1)\r
-    { SetImageSize_6(id0,id1); }\r
-\r
-  private native void SetImageSize_7(int id0[]);\r
-  public void SetImageSize(int id0[])\r
-    { SetImageSize_7(id0); }\r
-\r
-  private native int[]  GetImageSize_8();\r
-  public int[]  GetImageSize()\r
-    { return GetImageSize_8(); }\r
-\r
-  private native void SetTextProperty_9(vtkTextProperty id0);\r
-  public void SetTextProperty(vtkTextProperty id0)\r
-    { SetTextProperty_9(id0); }\r
-\r
-  private native long GetTextProperty_10();\r
-  public vtkTextProperty GetTextProperty() {\r
-    long temp = GetTextProperty_10();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetFrameProperty_11(vtkProperty2D id0);\r
-  public void SetFrameProperty(vtkProperty2D id0)\r
-    { SetFrameProperty_11(id0); }\r
-\r
-  private native long GetFrameProperty_12();\r
-  public vtkProperty2D GetFrameProperty() {\r
-    long temp = GetFrameProperty_12();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetImageProperty_13(vtkProperty2D id0);\r
-  public void SetImageProperty(vtkProperty2D id0)\r
-    { SetImageProperty_13(id0); }\r
-\r
-  private native long GetImageProperty_14();\r
-  public vtkProperty2D GetImageProperty() {\r
-    long temp = GetImageProperty_14();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetBalloonLayout_15(int id0);\r
-  public void SetBalloonLayout(int id0)\r
-    { SetBalloonLayout_15(id0); }\r
-\r
-  private native int GetBalloonLayout_16();\r
-  public int GetBalloonLayout()\r
-    { return GetBalloonLayout_16(); }\r
-\r
-  private native void SetBalloonLayoutToImageLeft_17();\r
-  public void SetBalloonLayoutToImageLeft()\r
-    { SetBalloonLayoutToImageLeft_17(); }\r
-\r
-  private native void SetBalloonLayoutToImageRight_18();\r
-  public void SetBalloonLayoutToImageRight()\r
-    { SetBalloonLayoutToImageRight_18(); }\r
-\r
-  private native void SetBalloonLayoutToImageBottom_19();\r
-  public void SetBalloonLayoutToImageBottom()\r
-    { SetBalloonLayoutToImageBottom_19(); }\r
-\r
-  private native void SetBalloonLayoutToImageTop_20();\r
-  public void SetBalloonLayoutToImageTop()\r
-    { SetBalloonLayoutToImageTop_20(); }\r
-\r
-  private native void SetBalloonLayoutToTextLeft_21();\r
-  public void SetBalloonLayoutToTextLeft()\r
-    { SetBalloonLayoutToTextLeft_21(); }\r
-\r
-  private native void SetBalloonLayoutToTextRight_22();\r
-  public void SetBalloonLayoutToTextRight()\r
-    { SetBalloonLayoutToTextRight_22(); }\r
-\r
-  private native void SetBalloonLayoutToTextTop_23();\r
-  public void SetBalloonLayoutToTextTop()\r
-    { SetBalloonLayoutToTextTop_23(); }\r
-\r
-  private native void SetBalloonLayoutToTextBottom_24();\r
-  public void SetBalloonLayoutToTextBottom()\r
-    { SetBalloonLayoutToTextBottom_24(); }\r
-\r
-  private native void SetOffset_25(int id0,int id1);\r
-  public void SetOffset(int id0,int id1)\r
-    { SetOffset_25(id0,id1); }\r
-\r
-  private native void SetOffset_26(int id0[]);\r
-  public void SetOffset(int id0[])\r
-    { SetOffset_26(id0); }\r
-\r
-  private native int[]  GetOffset_27();\r
-  public int[]  GetOffset()\r
-    { return GetOffset_27(); }\r
-\r
-  private native void SetPadding_28(int id0);\r
-  public void SetPadding(int id0)\r
-    { SetPadding_28(id0); }\r
-\r
-  private native int GetPaddingMinValue_29();\r
-  public int GetPaddingMinValue()\r
-    { return GetPaddingMinValue_29(); }\r
-\r
-  private native int GetPaddingMaxValue_30();\r
-  public int GetPaddingMaxValue()\r
-    { return GetPaddingMaxValue_30(); }\r
-\r
-  private native int GetPadding_31();\r
-  public int GetPadding()\r
-    { return GetPadding_31(); }\r
-\r
-  private native void StartWidgetInteraction_32(double id0[]);\r
-  public void StartWidgetInteraction(double id0[])\r
-    { StartWidgetInteraction_32(id0); }\r
-\r
-  private native void EndWidgetInteraction_33(double id0[]);\r
-  public void EndWidgetInteraction(double id0[])\r
-    { EndWidgetInteraction_33(id0); }\r
-\r
-  private native void BuildRepresentation_34();\r
-  public void BuildRepresentation()\r
-    { BuildRepresentation_34(); }\r
-\r
-  private native int ComputeInteractionState_35(int id0,int id1,int id2);\r
-  public int ComputeInteractionState(int id0,int id1,int id2)\r
-    { return ComputeInteractionState_35(id0,id1,id2); }\r
-\r
-  private native void ReleaseGraphicsResources_36(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_36(id0); }\r
-\r
-  private native int RenderOverlay_37(vtkViewport id0);\r
-  public int RenderOverlay(vtkViewport id0)\r
-    { return RenderOverlay_37(id0); }\r
-\r
-  public vtkBalloonRepresentation() { super(); }\r
-\r
-  public vtkBalloonRepresentation(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkBalloonRepresentation object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkBalloonRepresentation extends vtkWidgetRepresentation
+{
+
+  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 SetBalloonImage_2(vtkImageData id0);
+  public void SetBalloonImage(vtkImageData id0)
+    { SetBalloonImage_2(id0); }
+
+  private native long GetBalloonImage_3();
+  public vtkImageData GetBalloonImage() {
+    long temp = GetBalloonImage_3();
+
+    if (temp == 0) return null;
+    return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native String GetBalloonText_4();
+  public String GetBalloonText()
+    { return GetBalloonText_4(); }
+
+  private native void SetBalloonText_5(String id0);
+  public void SetBalloonText(String id0)
+    { SetBalloonText_5(id0); }
+
+  private native void SetImageSize_6(int id0,int id1);
+  public void SetImageSize(int id0,int id1)
+    { SetImageSize_6(id0,id1); }
+
+  private native void SetImageSize_7(int id0[]);
+  public void SetImageSize(int id0[])
+    { SetImageSize_7(id0); }
+
+  private native int[]  GetImageSize_8();
+  public int[]  GetImageSize()
+    { return GetImageSize_8(); }
+
+  private native void SetTextProperty_9(vtkTextProperty id0);
+  public void SetTextProperty(vtkTextProperty id0)
+    { SetTextProperty_9(id0); }
+
+  private native long GetTextProperty_10();
+  public vtkTextProperty GetTextProperty() {
+    long temp = GetTextProperty_10();
+
+    if (temp == 0) return null;
+    return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetFrameProperty_11(vtkProperty2D id0);
+  public void SetFrameProperty(vtkProperty2D id0)
+    { SetFrameProperty_11(id0); }
+
+  private native long GetFrameProperty_12();
+  public vtkProperty2D GetFrameProperty() {
+    long temp = GetFrameProperty_12();
+
+    if (temp == 0) return null;
+    return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetImageProperty_13(vtkProperty2D id0);
+  public void SetImageProperty(vtkProperty2D id0)
+    { SetImageProperty_13(id0); }
+
+  private native long GetImageProperty_14();
+  public vtkProperty2D GetImageProperty() {
+    long temp = GetImageProperty_14();
+
+    if (temp == 0) return null;
+    return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetBalloonLayout_15(int id0);
+  public void SetBalloonLayout(int id0)
+    { SetBalloonLayout_15(id0); }
+
+  private native int GetBalloonLayout_16();
+  public int GetBalloonLayout()
+    { return GetBalloonLayout_16(); }
+
+  private native void SetBalloonLayoutToImageLeft_17();
+  public void SetBalloonLayoutToImageLeft()
+    { SetBalloonLayoutToImageLeft_17(); }
+
+  private native void SetBalloonLayoutToImageRight_18();
+  public void SetBalloonLayoutToImageRight()
+    { SetBalloonLayoutToImageRight_18(); }
+
+  private native void SetBalloonLayoutToImageBottom_19();
+  public void SetBalloonLayoutToImageBottom()
+    { SetBalloonLayoutToImageBottom_19(); }
+
+  private native void SetBalloonLayoutToImageTop_20();
+  public void SetBalloonLayoutToImageTop()
+    { SetBalloonLayoutToImageTop_20(); }
+
+  private native void SetBalloonLayoutToTextLeft_21();
+  public void SetBalloonLayoutToTextLeft()
+    { SetBalloonLayoutToTextLeft_21(); }
+
+  private native void SetBalloonLayoutToTextRight_22();
+  public void SetBalloonLayoutToTextRight()
+    { SetBalloonLayoutToTextRight_22(); }
+
+  private native void SetBalloonLayoutToTextTop_23();
+  public void SetBalloonLayoutToTextTop()
+    { SetBalloonLayoutToTextTop_23(); }
+
+  private native void SetBalloonLayoutToTextBottom_24();
+  public void SetBalloonLayoutToTextBottom()
+    { SetBalloonLayoutToTextBottom_24(); }
+
+  private native void SetOffset_25(int id0,int id1);
+  public void SetOffset(int id0,int id1)
+    { SetOffset_25(id0,id1); }
+
+  private native void SetOffset_26(int id0[]);
+  public void SetOffset(int id0[])
+    { SetOffset_26(id0); }
+
+  private native int[]  GetOffset_27();
+  public int[]  GetOffset()
+    { return GetOffset_27(); }
+
+  private native void SetPadding_28(int id0);
+  public void SetPadding(int id0)
+    { SetPadding_28(id0); }
+
+  private native int GetPaddingMinValue_29();
+  public int GetPaddingMinValue()
+    { return GetPaddingMinValue_29(); }
+
+  private native int GetPaddingMaxValue_30();
+  public int GetPaddingMaxValue()
+    { return GetPaddingMaxValue_30(); }
+
+  private native int GetPadding_31();
+  public int GetPadding()
+    { return GetPadding_31(); }
+
+  private native void StartWidgetInteraction_32(double id0[]);
+  public void StartWidgetInteraction(double id0[])
+    { StartWidgetInteraction_32(id0); }
+
+  private native void EndWidgetInteraction_33(double id0[]);
+  public void EndWidgetInteraction(double id0[])
+    { EndWidgetInteraction_33(id0); }
+
+  private native void BuildRepresentation_34();
+  public void BuildRepresentation()
+    { BuildRepresentation_34(); }
+
+  private native int ComputeInteractionState_35(int id0,int id1,int id2);
+  public int ComputeInteractionState(int id0,int id1,int id2)
+    { return ComputeInteractionState_35(id0,id1,id2); }
+
+  private native void ReleaseGraphicsResources_36(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_36(id0); }
+
+  private native int RenderOverlay_37(vtkViewport id0);
+  public int RenderOverlay(vtkViewport id0)
+    { return RenderOverlay_37(id0); }
+
+  public vtkBalloonRepresentation() { super(); }
+
+  public vtkBalloonRepresentation(long id) { super(id); }
+  public native long   VTKInit();
+
+}