]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkTreeMapView.java
Merge "More precise position selection for add component action"
[simantics/3d.git] / vtk / src / vtk / vtkTreeMapView.java
index cc9e6cbd45ecc53a6e0e36193ec87bb5fcb9e7ce..cd31141c196b7bd51d2debcd380ee65dca1f02bc 100644 (file)
@@ -1,51 +1,51 @@
-// java wrapper for vtkTreeMapView object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkTreeMapView extends vtkTreeAreaView\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 SetLayoutStrategy_2(vtkAreaLayoutStrategy id0);\r
-  public void SetLayoutStrategy(vtkAreaLayoutStrategy id0)\r
-    { SetLayoutStrategy_2(id0); }\r
-\r
-  private native void SetLayoutStrategy_3(String id0);\r
-  public void SetLayoutStrategy(String id0)\r
-    { SetLayoutStrategy_3(id0); }\r
-\r
-  private native void SetLayoutStrategyToBox_4();\r
-  public void SetLayoutStrategyToBox()\r
-    { SetLayoutStrategyToBox_4(); }\r
-\r
-  private native void SetLayoutStrategyToSliceAndDice_5();\r
-  public void SetLayoutStrategyToSliceAndDice()\r
-    { SetLayoutStrategyToSliceAndDice_5(); }\r
-\r
-  private native void SetLayoutStrategyToSquarify_6();\r
-  public void SetLayoutStrategyToSquarify()\r
-    { SetLayoutStrategyToSquarify_6(); }\r
-\r
-  private native void SetFontSizeRange_7(int id0,int id1,int id2);\r
-  public void SetFontSizeRange(int id0,int id1,int id2)\r
-    { SetFontSizeRange_7(id0,id1,id2); }\r
-\r
-  private native void GetFontSizeRange_8(int id0[]);\r
-  public void GetFontSizeRange(int id0[])\r
-    { GetFontSizeRange_8(id0); }\r
-\r
-  public vtkTreeMapView() { super(); }\r
-\r
-  public vtkTreeMapView(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkTreeMapView object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkTreeMapView extends vtkTreeAreaView
+{
+
+  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 SetLayoutStrategy_2(vtkAreaLayoutStrategy id0);
+  public void SetLayoutStrategy(vtkAreaLayoutStrategy id0)
+    { SetLayoutStrategy_2(id0); }
+
+  private native void SetLayoutStrategy_3(String id0);
+  public void SetLayoutStrategy(String id0)
+    { SetLayoutStrategy_3(id0); }
+
+  private native void SetLayoutStrategyToBox_4();
+  public void SetLayoutStrategyToBox()
+    { SetLayoutStrategyToBox_4(); }
+
+  private native void SetLayoutStrategyToSliceAndDice_5();
+  public void SetLayoutStrategyToSliceAndDice()
+    { SetLayoutStrategyToSliceAndDice_5(); }
+
+  private native void SetLayoutStrategyToSquarify_6();
+  public void SetLayoutStrategyToSquarify()
+    { SetLayoutStrategyToSquarify_6(); }
+
+  private native void SetFontSizeRange_7(int id0,int id1,int id2);
+  public void SetFontSizeRange(int id0,int id1,int id2)
+    { SetFontSizeRange_7(id0,id1,id2); }
+
+  private native void GetFontSizeRange_8(int id0[]);
+  public void GetFontSizeRange(int id0[])
+    { GetFontSizeRange_8(id0); }
+
+  public vtkTreeMapView() { super(); }
+
+  public vtkTreeMapView(long id) { super(id); }
+  public native long   VTKInit();
+
+}