]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkCaptionRepresentation.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkCaptionRepresentation.java
index 128066340beaf335457906d401f9a4cd8e1aff9b..763ee57dceb78376cd84c149fbece4a621a72030 100644 (file)
-// java wrapper for vtkCaptionRepresentation object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkCaptionRepresentation extends vtkBorderRepresentation\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 SetAnchorPosition_2(double id0[]);\r
-  public void SetAnchorPosition(double id0[])\r
-    { SetAnchorPosition_2(id0); }\r
-\r
-  private native void GetAnchorPosition_3(double id0[]);\r
-  public void GetAnchorPosition(double id0[])\r
-    { GetAnchorPosition_3(id0); }\r
-\r
-  private native void SetCaptionActor2D_4(vtkCaptionActor2D id0);\r
-  public void SetCaptionActor2D(vtkCaptionActor2D id0)\r
-    { SetCaptionActor2D_4(id0); }\r
-\r
-  private native long GetCaptionActor2D_5();\r
-  public vtkCaptionActor2D GetCaptionActor2D() {\r
-    long temp = GetCaptionActor2D_5();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkCaptionActor2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetAnchorRepresentation_6(vtkPointHandleRepresentation3D id0);\r
-  public void SetAnchorRepresentation(vtkPointHandleRepresentation3D id0)\r
-    { SetAnchorRepresentation_6(id0); }\r
-\r
-  private native long GetAnchorRepresentation_7();\r
-  public vtkPointHandleRepresentation3D GetAnchorRepresentation() {\r
-    long temp = GetAnchorRepresentation_7();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPointHandleRepresentation3D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void BuildRepresentation_8();\r
-  public void BuildRepresentation()\r
-    { BuildRepresentation_8(); }\r
-\r
-  private native void GetSize_9(double id0[]);\r
-  public void GetSize(double id0[])\r
-    { GetSize_9(id0); }\r
-\r
-  private native void GetActors2D_10(vtkPropCollection id0);\r
-  public void GetActors2D(vtkPropCollection id0)\r
-    { GetActors2D_10(id0); }\r
-\r
-  private native void ReleaseGraphicsResources_11(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_11(id0); }\r
-\r
-  private native int RenderOverlay_12(vtkViewport id0);\r
-  public int RenderOverlay(vtkViewport id0)\r
-    { return RenderOverlay_12(id0); }\r
-\r
-  private native int RenderOpaqueGeometry_13(vtkViewport id0);\r
-  public int RenderOpaqueGeometry(vtkViewport id0)\r
-    { return RenderOpaqueGeometry_13(id0); }\r
-\r
-  private native int RenderTranslucentPolygonalGeometry_14(vtkViewport id0);\r
-  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
-    { return RenderTranslucentPolygonalGeometry_14(id0); }\r
-\r
-  private native int HasTranslucentPolygonalGeometry_15();\r
-  public int HasTranslucentPolygonalGeometry()\r
-    { return HasTranslucentPolygonalGeometry_15(); }\r
-\r
-  private native void SetFontFactor_16(double id0);\r
-  public void SetFontFactor(double id0)\r
-    { SetFontFactor_16(id0); }\r
-\r
-  private native double GetFontFactorMinValue_17();\r
-  public double GetFontFactorMinValue()\r
-    { return GetFontFactorMinValue_17(); }\r
-\r
-  private native double GetFontFactorMaxValue_18();\r
-  public double GetFontFactorMaxValue()\r
-    { return GetFontFactorMaxValue_18(); }\r
-\r
-  private native double GetFontFactor_19();\r
-  public double GetFontFactor()\r
-    { return GetFontFactor_19(); }\r
-\r
-  public vtkCaptionRepresentation() { super(); }\r
-\r
-  public vtkCaptionRepresentation(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkCaptionRepresentation object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkCaptionRepresentation extends vtkBorderRepresentation
+{
+
+  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 SetAnchorPosition_2(double id0[]);
+  public void SetAnchorPosition(double id0[])
+    { SetAnchorPosition_2(id0); }
+
+  private native void GetAnchorPosition_3(double id0[]);
+  public void GetAnchorPosition(double id0[])
+    { GetAnchorPosition_3(id0); }
+
+  private native void SetCaptionActor2D_4(vtkCaptionActor2D id0);
+  public void SetCaptionActor2D(vtkCaptionActor2D id0)
+    { SetCaptionActor2D_4(id0); }
+
+  private native long GetCaptionActor2D_5();
+  public vtkCaptionActor2D GetCaptionActor2D() {
+    long temp = GetCaptionActor2D_5();
+
+    if (temp == 0) return null;
+    return (vtkCaptionActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetAnchorRepresentation_6(vtkPointHandleRepresentation3D id0);
+  public void SetAnchorRepresentation(vtkPointHandleRepresentation3D id0)
+    { SetAnchorRepresentation_6(id0); }
+
+  private native long GetAnchorRepresentation_7();
+  public vtkPointHandleRepresentation3D GetAnchorRepresentation() {
+    long temp = GetAnchorRepresentation_7();
+
+    if (temp == 0) return null;
+    return (vtkPointHandleRepresentation3D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void BuildRepresentation_8();
+  public void BuildRepresentation()
+    { BuildRepresentation_8(); }
+
+  private native void GetSize_9(double id0[]);
+  public void GetSize(double id0[])
+    { GetSize_9(id0); }
+
+  private native void GetActors2D_10(vtkPropCollection id0);
+  public void GetActors2D(vtkPropCollection id0)
+    { GetActors2D_10(id0); }
+
+  private native void ReleaseGraphicsResources_11(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_11(id0); }
+
+  private native int RenderOverlay_12(vtkViewport id0);
+  public int RenderOverlay(vtkViewport id0)
+    { return RenderOverlay_12(id0); }
+
+  private native int RenderOpaqueGeometry_13(vtkViewport id0);
+  public int RenderOpaqueGeometry(vtkViewport id0)
+    { return RenderOpaqueGeometry_13(id0); }
+
+  private native int RenderTranslucentPolygonalGeometry_14(vtkViewport id0);
+  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
+    { return RenderTranslucentPolygonalGeometry_14(id0); }
+
+  private native int HasTranslucentPolygonalGeometry_15();
+  public int HasTranslucentPolygonalGeometry()
+    { return HasTranslucentPolygonalGeometry_15(); }
+
+  private native void SetFontFactor_16(double id0);
+  public void SetFontFactor(double id0)
+    { SetFontFactor_16(id0); }
+
+  private native double GetFontFactorMinValue_17();
+  public double GetFontFactorMinValue()
+    { return GetFontFactorMinValue_17(); }
+
+  private native double GetFontFactorMaxValue_18();
+  public double GetFontFactorMaxValue()
+    { return GetFontFactorMaxValue_18(); }
+
+  private native double GetFontFactor_19();
+  public double GetFontFactor()
+    { return GetFontFactor_19(); }
+
+  public vtkCaptionRepresentation() { super(); }
+
+  public vtkCaptionRepresentation(long id) { super(id); }
+  public native long   VTKInit();
+
+}