]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkGraphLayoutFilter.java
Tooltip support
[simantics/3d.git] / vtk / src / vtk / vtkGraphLayoutFilter.java
index 7e5ff5dffd73b0ac29fd776eb4cd8467fcd2af02..7b2ef32aee96ef42b19782d78f7d09c955c68a45 100644 (file)
@@ -1,99 +1,99 @@
-// java wrapper for vtkGraphLayoutFilter object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkGraphLayoutFilter 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 SetGraphBounds_2(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_2(id0,id1,id2,id3,id4,id5); }\r
-\r
-  private native void SetGraphBounds_3(double id0[]);\r
-  public void SetGraphBounds(double id0[])\r
-    { SetGraphBounds_3(id0); }\r
-\r
-  private native double[] GetGraphBounds_4();\r
-  public double[] GetGraphBounds()\r
-    { return GetGraphBounds_4(); }\r
-\r
-  private native void SetAutomaticBoundsComputation_5(int id0);\r
-  public void SetAutomaticBoundsComputation(int id0)\r
-    { SetAutomaticBoundsComputation_5(id0); }\r
-\r
-  private native int GetAutomaticBoundsComputation_6();\r
-  public int GetAutomaticBoundsComputation()\r
-    { return GetAutomaticBoundsComputation_6(); }\r
-\r
-  private native void AutomaticBoundsComputationOn_7();\r
-  public void AutomaticBoundsComputationOn()\r
-    { AutomaticBoundsComputationOn_7(); }\r
-\r
-  private native void AutomaticBoundsComputationOff_8();\r
-  public void AutomaticBoundsComputationOff()\r
-    { AutomaticBoundsComputationOff_8(); }\r
-\r
-  private native void SetMaxNumberOfIterations_9(int id0);\r
-  public void SetMaxNumberOfIterations(int id0)\r
-    { SetMaxNumberOfIterations_9(id0); }\r
-\r
-  private native int GetMaxNumberOfIterationsMinValue_10();\r
-  public int GetMaxNumberOfIterationsMinValue()\r
-    { return GetMaxNumberOfIterationsMinValue_10(); }\r
-\r
-  private native int GetMaxNumberOfIterationsMaxValue_11();\r
-  public int GetMaxNumberOfIterationsMaxValue()\r
-    { return GetMaxNumberOfIterationsMaxValue_11(); }\r
-\r
-  private native int GetMaxNumberOfIterations_12();\r
-  public int GetMaxNumberOfIterations()\r
-    { return GetMaxNumberOfIterations_12(); }\r
-\r
-  private native void SetCoolDownRate_13(double id0);\r
-  public void SetCoolDownRate(double id0)\r
-    { SetCoolDownRate_13(id0); }\r
-\r
-  private native double GetCoolDownRateMinValue_14();\r
-  public double GetCoolDownRateMinValue()\r
-    { return GetCoolDownRateMinValue_14(); }\r
-\r
-  private native double GetCoolDownRateMaxValue_15();\r
-  public double GetCoolDownRateMaxValue()\r
-    { return GetCoolDownRateMaxValue_15(); }\r
-\r
-  private native double GetCoolDownRate_16();\r
-  public double GetCoolDownRate()\r
-    { return GetCoolDownRate_16(); }\r
-\r
-  private native void SetThreeDimensionalLayout_17(int id0);\r
-  public void SetThreeDimensionalLayout(int id0)\r
-    { SetThreeDimensionalLayout_17(id0); }\r
-\r
-  private native int GetThreeDimensionalLayout_18();\r
-  public int GetThreeDimensionalLayout()\r
-    { return GetThreeDimensionalLayout_18(); }\r
-\r
-  private native void ThreeDimensionalLayoutOn_19();\r
-  public void ThreeDimensionalLayoutOn()\r
-    { ThreeDimensionalLayoutOn_19(); }\r
-\r
-  private native void ThreeDimensionalLayoutOff_20();\r
-  public void ThreeDimensionalLayoutOff()\r
-    { ThreeDimensionalLayoutOff_20(); }\r
-\r
-  public vtkGraphLayoutFilter() { super(); }\r
-\r
-  public vtkGraphLayoutFilter(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkGraphLayoutFilter object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkGraphLayoutFilter 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 SetGraphBounds_2(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_2(id0,id1,id2,id3,id4,id5); }
+
+  private native void SetGraphBounds_3(double id0[]);
+  public void SetGraphBounds(double id0[])
+    { SetGraphBounds_3(id0); }
+
+  private native double[] GetGraphBounds_4();
+  public double[] GetGraphBounds()
+    { return GetGraphBounds_4(); }
+
+  private native void SetAutomaticBoundsComputation_5(int id0);
+  public void SetAutomaticBoundsComputation(int id0)
+    { SetAutomaticBoundsComputation_5(id0); }
+
+  private native int GetAutomaticBoundsComputation_6();
+  public int GetAutomaticBoundsComputation()
+    { return GetAutomaticBoundsComputation_6(); }
+
+  private native void AutomaticBoundsComputationOn_7();
+  public void AutomaticBoundsComputationOn()
+    { AutomaticBoundsComputationOn_7(); }
+
+  private native void AutomaticBoundsComputationOff_8();
+  public void AutomaticBoundsComputationOff()
+    { AutomaticBoundsComputationOff_8(); }
+
+  private native void SetMaxNumberOfIterations_9(int id0);
+  public void SetMaxNumberOfIterations(int id0)
+    { SetMaxNumberOfIterations_9(id0); }
+
+  private native int GetMaxNumberOfIterationsMinValue_10();
+  public int GetMaxNumberOfIterationsMinValue()
+    { return GetMaxNumberOfIterationsMinValue_10(); }
+
+  private native int GetMaxNumberOfIterationsMaxValue_11();
+  public int GetMaxNumberOfIterationsMaxValue()
+    { return GetMaxNumberOfIterationsMaxValue_11(); }
+
+  private native int GetMaxNumberOfIterations_12();
+  public int GetMaxNumberOfIterations()
+    { return GetMaxNumberOfIterations_12(); }
+
+  private native void SetCoolDownRate_13(double id0);
+  public void SetCoolDownRate(double id0)
+    { SetCoolDownRate_13(id0); }
+
+  private native double GetCoolDownRateMinValue_14();
+  public double GetCoolDownRateMinValue()
+    { return GetCoolDownRateMinValue_14(); }
+
+  private native double GetCoolDownRateMaxValue_15();
+  public double GetCoolDownRateMaxValue()
+    { return GetCoolDownRateMaxValue_15(); }
+
+  private native double GetCoolDownRate_16();
+  public double GetCoolDownRate()
+    { return GetCoolDownRate_16(); }
+
+  private native void SetThreeDimensionalLayout_17(int id0);
+  public void SetThreeDimensionalLayout(int id0)
+    { SetThreeDimensionalLayout_17(id0); }
+
+  private native int GetThreeDimensionalLayout_18();
+  public int GetThreeDimensionalLayout()
+    { return GetThreeDimensionalLayout_18(); }
+
+  private native void ThreeDimensionalLayoutOn_19();
+  public void ThreeDimensionalLayoutOn()
+    { ThreeDimensionalLayoutOn_19(); }
+
+  private native void ThreeDimensionalLayoutOff_20();
+  public void ThreeDimensionalLayoutOff()
+    { ThreeDimensionalLayoutOff_20(); }
+
+  public vtkGraphLayoutFilter() { super(); }
+
+  public vtkGraphLayoutFilter(long id) { super(id); }
+  public native long   VTKInit();
+
+}