]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkTextActor3D.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkTextActor3D.java
index 929fd2470ba84ce7b196b1f8f1f5099f00193df6..7dce00533ba6fca2126d7df4fc8f65b2c848b58e 100644 (file)
-// java wrapper for vtkTextActor3D object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkTextActor3D extends vtkProp3D\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(String id0);\r
-  public void SetInput(String id0)\r
-    { SetInput_2(id0); }\r
-\r
-  private native String GetInput_3();\r
-  public String GetInput()\r
-    { return GetInput_3(); }\r
-\r
-  private native void SetTextProperty_4(vtkTextProperty id0);\r
-  public void SetTextProperty(vtkTextProperty id0)\r
-    { SetTextProperty_4(id0); }\r
-\r
-  private native long GetTextProperty_5();\r
-  public vtkTextProperty GetTextProperty() {\r
-    long temp = GetTextProperty_5();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void ShallowCopy_6(vtkProp id0);\r
-  public void ShallowCopy(vtkProp id0)\r
-    { ShallowCopy_6(id0); }\r
-\r
-  private native double[] GetBounds_7();\r
-  public double[] GetBounds()\r
-    { return GetBounds_7(); }\r
-\r
-  private native int GetBoundingBox_8(int id0[]);\r
-  public int GetBoundingBox(int id0[])\r
-    { return GetBoundingBox_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 RenderOpaqueGeometry_10(vtkViewport id0);\r
-  public int RenderOpaqueGeometry(vtkViewport id0)\r
-    { return RenderOpaqueGeometry_10(id0); }\r
-\r
-  private native int RenderTranslucentPolygonalGeometry_11(vtkViewport id0);\r
-  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
-    { return RenderTranslucentPolygonalGeometry_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 HasTranslucentPolygonalGeometry_13();\r
-  public int HasTranslucentPolygonalGeometry()\r
-    { return HasTranslucentPolygonalGeometry_13(); }\r
-\r
-  public vtkTextActor3D() { super(); }\r
-\r
-  public vtkTextActor3D(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkTextActor3D object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkTextActor3D extends vtkProp3D
+{
+
+  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(String id0);
+  public void SetInput(String id0)
+    { SetInput_2(id0); }
+
+  private native String GetInput_3();
+  public String GetInput()
+    { return GetInput_3(); }
+
+  private native void SetTextProperty_4(vtkTextProperty id0);
+  public void SetTextProperty(vtkTextProperty id0)
+    { SetTextProperty_4(id0); }
+
+  private native long GetTextProperty_5();
+  public vtkTextProperty GetTextProperty() {
+    long temp = GetTextProperty_5();
+
+    if (temp == 0) return null;
+    return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native int GetRenderedDPI_6();
+  public int GetRenderedDPI()
+    { return GetRenderedDPI_6(); }
+
+  private native void ShallowCopy_7(vtkProp id0);
+  public void ShallowCopy(vtkProp id0)
+    { ShallowCopy_7(id0); }
+
+  private native double[] GetBounds_8();
+  public double[] GetBounds()
+    { return GetBounds_8(); }
+
+  private native void GetBounds_9(double id0[]);
+  public void GetBounds(double id0[])
+    { GetBounds_9(id0); }
+
+  private native int GetBoundingBox_10(int id0[]);
+  public int GetBoundingBox(int id0[])
+    { return GetBoundingBox_10(id0); }
+
+  private native void ReleaseGraphicsResources_11(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_11(id0); }
+
+  private native void SetForceOpaque_12(boolean id0);
+  public void SetForceOpaque(boolean id0)
+    { SetForceOpaque_12(id0); }
+
+  private native boolean GetForceOpaque_13();
+  public boolean GetForceOpaque()
+    { return GetForceOpaque_13(); }
+
+  private native void ForceOpaqueOn_14();
+  public void ForceOpaqueOn()
+    { ForceOpaqueOn_14(); }
+
+  private native void ForceOpaqueOff_15();
+  public void ForceOpaqueOff()
+    { ForceOpaqueOff_15(); }
+
+  private native void SetForceTranslucent_16(boolean id0);
+  public void SetForceTranslucent(boolean id0)
+    { SetForceTranslucent_16(id0); }
+
+  private native boolean GetForceTranslucent_17();
+  public boolean GetForceTranslucent()
+    { return GetForceTranslucent_17(); }
+
+  private native void ForceTranslucentOn_18();
+  public void ForceTranslucentOn()
+    { ForceTranslucentOn_18(); }
+
+  private native void ForceTranslucentOff_19();
+  public void ForceTranslucentOff()
+    { ForceTranslucentOff_19(); }
+
+  private native int RenderOpaqueGeometry_20(vtkViewport id0);
+  public int RenderOpaqueGeometry(vtkViewport id0)
+    { return RenderOpaqueGeometry_20(id0); }
+
+  private native int RenderTranslucentPolygonalGeometry_21(vtkViewport id0);
+  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
+    { return RenderTranslucentPolygonalGeometry_21(id0); }
+
+  private native int RenderOverlay_22(vtkViewport id0);
+  public int RenderOverlay(vtkViewport id0)
+    { return RenderOverlay_22(id0); }
+
+  private native int HasTranslucentPolygonalGeometry_23();
+  public int HasTranslucentPolygonalGeometry()
+    { return HasTranslucentPolygonalGeometry_23(); }
+
+  public vtkTextActor3D() { super(); }
+
+  public vtkTextActor3D(long id) { super(id); }
+  public native long   VTKInit();
+
+}