]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkTextRepresentation.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkTextRepresentation.java
index 8e1749fb6b8da4b0dc0be0ecf6cc490e801aed66..83f68dbb4ae2b83327116ae5e5175d53c5902ab9 100644 (file)
@@ -1,91 +1,91 @@
-// java wrapper for vtkTextRepresentation object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkTextRepresentation 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 SetTextActor_2(vtkTextActor id0);\r
-  public void SetTextActor(vtkTextActor id0)\r
-    { SetTextActor_2(id0); }\r
-\r
-  private native long GetTextActor_3();\r
-  public vtkTextActor GetTextActor() {\r
-    long temp = GetTextActor_3();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkTextActor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetText_4(String id0);\r
-  public void SetText(String id0)\r
-    { SetText_4(id0); }\r
-\r
-  private native String GetText_5();\r
-  public String GetText()\r
-    { return GetText_5(); }\r
-\r
-  private native void BuildRepresentation_6();\r
-  public void BuildRepresentation()\r
-    { BuildRepresentation_6(); }\r
-\r
-  private native void GetSize_7(double id0[]);\r
-  public void GetSize(double id0[])\r
-    { GetSize_7(id0); }\r
-\r
-  private native void GetActors2D_8(vtkPropCollection id0);\r
-  public void GetActors2D(vtkPropCollection id0)\r
-    { GetActors2D_8(id0); }\r
-\r
-  private native void ReleaseGraphicsResources_9(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_9(id0); }\r
-\r
-  private native int RenderOverlay_10(vtkViewport id0);\r
-  public int RenderOverlay(vtkViewport id0)\r
-    { return RenderOverlay_10(id0); }\r
-\r
-  private native int RenderOpaqueGeometry_11(vtkViewport id0);\r
-  public int RenderOpaqueGeometry(vtkViewport id0)\r
-    { return RenderOpaqueGeometry_11(id0); }\r
-\r
-  private native int RenderTranslucentPolygonalGeometry_12(vtkViewport id0);\r
-  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
-    { return RenderTranslucentPolygonalGeometry_12(id0); }\r
-\r
-  private native int HasTranslucentPolygonalGeometry_13();\r
-  public int HasTranslucentPolygonalGeometry()\r
-    { return HasTranslucentPolygonalGeometry_13(); }\r
-\r
-  private native void SetWindowLocation_14(int id0);\r
-  public void SetWindowLocation(int id0)\r
-    { SetWindowLocation_14(id0); }\r
-\r
-  private native int GetWindowLocation_15();\r
-  public int GetWindowLocation()\r
-    { return GetWindowLocation_15(); }\r
-\r
-  private native void SetPosition_16(double id0,double id1);\r
-  public void SetPosition(double id0,double id1)\r
-    { SetPosition_16(id0,id1); }\r
-\r
-  private native void SetPosition_17(double id0[]);\r
-  public void SetPosition(double id0[])\r
-    { SetPosition_17(id0); }\r
-\r
-  public vtkTextRepresentation() { super(); }\r
-\r
-  public vtkTextRepresentation(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkTextRepresentation object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkTextRepresentation 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 SetTextActor_2(vtkTextActor id0);
+  public void SetTextActor(vtkTextActor id0)
+    { SetTextActor_2(id0); }
+
+  private native long GetTextActor_3();
+  public vtkTextActor GetTextActor() {
+    long temp = GetTextActor_3();
+
+    if (temp == 0) return null;
+    return (vtkTextActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetText_4(String id0);
+  public void SetText(String id0)
+    { SetText_4(id0); }
+
+  private native String GetText_5();
+  public String GetText()
+    { return GetText_5(); }
+
+  private native void BuildRepresentation_6();
+  public void BuildRepresentation()
+    { BuildRepresentation_6(); }
+
+  private native void GetSize_7(double id0[]);
+  public void GetSize(double id0[])
+    { GetSize_7(id0); }
+
+  private native void GetActors2D_8(vtkPropCollection id0);
+  public void GetActors2D(vtkPropCollection id0)
+    { GetActors2D_8(id0); }
+
+  private native void ReleaseGraphicsResources_9(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_9(id0); }
+
+  private native int RenderOverlay_10(vtkViewport id0);
+  public int RenderOverlay(vtkViewport id0)
+    { return RenderOverlay_10(id0); }
+
+  private native int RenderOpaqueGeometry_11(vtkViewport id0);
+  public int RenderOpaqueGeometry(vtkViewport id0)
+    { return RenderOpaqueGeometry_11(id0); }
+
+  private native int RenderTranslucentPolygonalGeometry_12(vtkViewport id0);
+  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
+    { return RenderTranslucentPolygonalGeometry_12(id0); }
+
+  private native int HasTranslucentPolygonalGeometry_13();
+  public int HasTranslucentPolygonalGeometry()
+    { return HasTranslucentPolygonalGeometry_13(); }
+
+  private native void SetWindowLocation_14(int id0);
+  public void SetWindowLocation(int id0)
+    { SetWindowLocation_14(id0); }
+
+  private native int GetWindowLocation_15();
+  public int GetWindowLocation()
+    { return GetWindowLocation_15(); }
+
+  private native void SetPosition_16(double id0,double id1);
+  public void SetPosition(double id0,double id1)
+    { SetPosition_16(id0,id1); }
+
+  private native void SetPosition_17(double id0[]);
+  public void SetPosition(double id0[])
+    { SetPosition_17(id0); }
+
+  public vtkTextRepresentation() { super(); }
+
+  public vtkTextRepresentation(long id) { super(id); }
+  public native long   VTKInit();
+
+}