]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkTextSource.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkTextSource.java
index ab18941706ffa1304e96c882bc7d2be55a94da1f..3ef2310887b6694dc26247b504b6b1a159de9db4 100644 (file)
@@ -1,71 +1,79 @@
-// java wrapper for vtkTextSource object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkTextSource extends vtkPolyDataAlgorithm\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 SetText_2(String id0);\r
-  public void SetText(String id0)\r
-    { SetText_2(id0); }\r
-\r
-  private native String GetText_3();\r
-  public String GetText()\r
-    { return GetText_3(); }\r
-\r
-  private native void SetBacking_4(int id0);\r
-  public void SetBacking(int id0)\r
-    { SetBacking_4(id0); }\r
-\r
-  private native int GetBacking_5();\r
-  public int GetBacking()\r
-    { return GetBacking_5(); }\r
-\r
-  private native void BackingOn_6();\r
-  public void BackingOn()\r
-    { BackingOn_6(); }\r
-\r
-  private native void BackingOff_7();\r
-  public void BackingOff()\r
-    { BackingOff_7(); }\r
-\r
-  private native void SetForegroundColor_8(double id0,double id1,double id2);\r
-  public void SetForegroundColor(double id0,double id1,double id2)\r
-    { SetForegroundColor_8(id0,id1,id2); }\r
-\r
-  private native void SetForegroundColor_9(double id0[]);\r
-  public void SetForegroundColor(double id0[])\r
-    { SetForegroundColor_9(id0); }\r
-\r
-  private native double[] GetForegroundColor_10();\r
-  public double[] GetForegroundColor()\r
-    { return GetForegroundColor_10(); }\r
-\r
-  private native void SetBackgroundColor_11(double id0,double id1,double id2);\r
-  public void SetBackgroundColor(double id0,double id1,double id2)\r
-    { SetBackgroundColor_11(id0,id1,id2); }\r
-\r
-  private native void SetBackgroundColor_12(double id0[]);\r
-  public void SetBackgroundColor(double id0[])\r
-    { SetBackgroundColor_12(id0); }\r
-\r
-  private native double[] GetBackgroundColor_13();\r
-  public double[] GetBackgroundColor()\r
-    { return GetBackgroundColor_13(); }\r
-\r
-  public vtkTextSource() { super(); }\r
-\r
-  public vtkTextSource(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkTextSource object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkTextSource extends vtkPolyDataAlgorithm
+{
+
+  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 SetText_2(String id0);
+  public void SetText(String id0)
+    { SetText_2(id0); }
+
+  private native String GetText_3();
+  public String GetText()
+    { return GetText_3(); }
+
+  private native void SetBacking_4(int id0);
+  public void SetBacking(int id0)
+    { SetBacking_4(id0); }
+
+  private native int GetBacking_5();
+  public int GetBacking()
+    { return GetBacking_5(); }
+
+  private native void BackingOn_6();
+  public void BackingOn()
+    { BackingOn_6(); }
+
+  private native void BackingOff_7();
+  public void BackingOff()
+    { BackingOff_7(); }
+
+  private native void SetForegroundColor_8(double id0,double id1,double id2);
+  public void SetForegroundColor(double id0,double id1,double id2)
+    { SetForegroundColor_8(id0,id1,id2); }
+
+  private native void SetForegroundColor_9(double id0[]);
+  public void SetForegroundColor(double id0[])
+    { SetForegroundColor_9(id0); }
+
+  private native double[] GetForegroundColor_10();
+  public double[] GetForegroundColor()
+    { return GetForegroundColor_10(); }
+
+  private native void SetBackgroundColor_11(double id0,double id1,double id2);
+  public void SetBackgroundColor(double id0,double id1,double id2)
+    { SetBackgroundColor_11(id0,id1,id2); }
+
+  private native void SetBackgroundColor_12(double id0[]);
+  public void SetBackgroundColor(double id0[])
+    { SetBackgroundColor_12(id0); }
+
+  private native double[] GetBackgroundColor_13();
+  public double[] GetBackgroundColor()
+    { return GetBackgroundColor_13(); }
+
+  private native void SetOutputPointsPrecision_14(int id0);
+  public void SetOutputPointsPrecision(int id0)
+    { SetOutputPointsPrecision_14(id0); }
+
+  private native int GetOutputPointsPrecision_15();
+  public int GetOutputPointsPrecision()
+    { return GetOutputPointsPrecision_15(); }
+
+  public vtkTextSource() { super(); }
+
+  public vtkTextSource(long id) { super(id); }
+  public native long   VTKInit();
+
+}