]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkRandomLayoutStrategy.java
Refactoring of SCLUtil to allow customization
[simantics/3d.git] / vtk / src / vtk / vtkRandomLayoutStrategy.java
index f9311cc73e5fbf0fdb0dc46162a6b4baca417d2a..3c44f434fdf9c04e545f73c1055f5c9ca37b9018 100644 (file)
@@ -1,91 +1,91 @@
-// java wrapper for vtkRandomLayoutStrategy object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkRandomLayoutStrategy extends vtkGraphLayoutStrategy\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 SetRandomSeed_2(int id0);\r
-  public void SetRandomSeed(int id0)\r
-    { SetRandomSeed_2(id0); }\r
-\r
-  private native int GetRandomSeedMinValue_3();\r
-  public int GetRandomSeedMinValue()\r
-    { return GetRandomSeedMinValue_3(); }\r
-\r
-  private native int GetRandomSeedMaxValue_4();\r
-  public int GetRandomSeedMaxValue()\r
-    { return GetRandomSeedMaxValue_4(); }\r
-\r
-  private native int GetRandomSeed_5();\r
-  public int GetRandomSeed()\r
-    { return GetRandomSeed_5(); }\r
-\r
-  private native void SetGraphBounds_6(double id0,double id1,double id2,double id3,double id4,double id5);\r
-  public void SetGraphBounds(double id0,double id1,double id2,double id3,double id4,double id5)\r
-    { SetGraphBounds_6(id0,id1,id2,id3,id4,id5); }\r
-\r
-  private native void SetGraphBounds_7(double id0[]);\r
-  public void SetGraphBounds(double id0[])\r
-    { SetGraphBounds_7(id0); }\r
-\r
-  private native double[] GetGraphBounds_8();\r
-  public double[] GetGraphBounds()\r
-    { return GetGraphBounds_8(); }\r
-\r
-  private native void SetAutomaticBoundsComputation_9(int id0);\r
-  public void SetAutomaticBoundsComputation(int id0)\r
-    { SetAutomaticBoundsComputation_9(id0); }\r
-\r
-  private native int GetAutomaticBoundsComputation_10();\r
-  public int GetAutomaticBoundsComputation()\r
-    { return GetAutomaticBoundsComputation_10(); }\r
-\r
-  private native void AutomaticBoundsComputationOn_11();\r
-  public void AutomaticBoundsComputationOn()\r
-    { AutomaticBoundsComputationOn_11(); }\r
-\r
-  private native void AutomaticBoundsComputationOff_12();\r
-  public void AutomaticBoundsComputationOff()\r
-    { AutomaticBoundsComputationOff_12(); }\r
-\r
-  private native void SetThreeDimensionalLayout_13(int id0);\r
-  public void SetThreeDimensionalLayout(int id0)\r
-    { SetThreeDimensionalLayout_13(id0); }\r
-\r
-  private native int GetThreeDimensionalLayout_14();\r
-  public int GetThreeDimensionalLayout()\r
-    { return GetThreeDimensionalLayout_14(); }\r
-\r
-  private native void ThreeDimensionalLayoutOn_15();\r
-  public void ThreeDimensionalLayoutOn()\r
-    { ThreeDimensionalLayoutOn_15(); }\r
-\r
-  private native void ThreeDimensionalLayoutOff_16();\r
-  public void ThreeDimensionalLayoutOff()\r
-    { ThreeDimensionalLayoutOff_16(); }\r
-\r
-  private native void SetGraph_17(vtkGraph id0);\r
-  public void SetGraph(vtkGraph id0)\r
-    { SetGraph_17(id0); }\r
-\r
-  private native void Layout_18();\r
-  public void Layout()\r
-    { Layout_18(); }\r
-\r
-  public vtkRandomLayoutStrategy() { super(); }\r
-\r
-  public vtkRandomLayoutStrategy(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkRandomLayoutStrategy object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkRandomLayoutStrategy extends vtkGraphLayoutStrategy
+{
+
+  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 SetRandomSeed_2(int id0);
+  public void SetRandomSeed(int id0)
+    { SetRandomSeed_2(id0); }
+
+  private native int GetRandomSeedMinValue_3();
+  public int GetRandomSeedMinValue()
+    { return GetRandomSeedMinValue_3(); }
+
+  private native int GetRandomSeedMaxValue_4();
+  public int GetRandomSeedMaxValue()
+    { return GetRandomSeedMaxValue_4(); }
+
+  private native int GetRandomSeed_5();
+  public int GetRandomSeed()
+    { return GetRandomSeed_5(); }
+
+  private native void SetGraphBounds_6(double id0,double id1,double id2,double id3,double id4,double id5);
+  public void SetGraphBounds(double id0,double id1,double id2,double id3,double id4,double id5)
+    { SetGraphBounds_6(id0,id1,id2,id3,id4,id5); }
+
+  private native void SetGraphBounds_7(double id0[]);
+  public void SetGraphBounds(double id0[])
+    { SetGraphBounds_7(id0); }
+
+  private native double[] GetGraphBounds_8();
+  public double[] GetGraphBounds()
+    { return GetGraphBounds_8(); }
+
+  private native void SetAutomaticBoundsComputation_9(int id0);
+  public void SetAutomaticBoundsComputation(int id0)
+    { SetAutomaticBoundsComputation_9(id0); }
+
+  private native int GetAutomaticBoundsComputation_10();
+  public int GetAutomaticBoundsComputation()
+    { return GetAutomaticBoundsComputation_10(); }
+
+  private native void AutomaticBoundsComputationOn_11();
+  public void AutomaticBoundsComputationOn()
+    { AutomaticBoundsComputationOn_11(); }
+
+  private native void AutomaticBoundsComputationOff_12();
+  public void AutomaticBoundsComputationOff()
+    { AutomaticBoundsComputationOff_12(); }
+
+  private native void SetThreeDimensionalLayout_13(int id0);
+  public void SetThreeDimensionalLayout(int id0)
+    { SetThreeDimensionalLayout_13(id0); }
+
+  private native int GetThreeDimensionalLayout_14();
+  public int GetThreeDimensionalLayout()
+    { return GetThreeDimensionalLayout_14(); }
+
+  private native void ThreeDimensionalLayoutOn_15();
+  public void ThreeDimensionalLayoutOn()
+    { ThreeDimensionalLayoutOn_15(); }
+
+  private native void ThreeDimensionalLayoutOff_16();
+  public void ThreeDimensionalLayoutOff()
+    { ThreeDimensionalLayoutOff_16(); }
+
+  private native void SetGraph_17(vtkGraph id0);
+  public void SetGraph(vtkGraph id0)
+    { SetGraph_17(id0); }
+
+  private native void Layout_18();
+  public void Layout()
+    { Layout_18(); }
+
+  public vtkRandomLayoutStrategy() { super(); }
+
+  public vtkRandomLayoutStrategy(long id) { super(id); }
+  public native long   VTKInit();
+
+}