]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkHierarchicalGraphView.java
Fix removed nodes leaving visible graphical elements.
[simantics/3d.git] / vtk / src / vtk / vtkHierarchicalGraphView.java
index 6dd69b1711b15c00165b57d348af71891e01f02e..c01f8d6153fdc0062b6acdb5de9ed9ae19ea2952 100644 (file)
-// java wrapper for vtkHierarchicalGraphView object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkHierarchicalGraphView extends vtkGraphLayoutView\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 long SetHierarchyFromInputConnection_2(vtkAlgorithmOutput id0);\r
-  public vtkDataRepresentation SetHierarchyFromInputConnection(vtkAlgorithmOutput id0) {\r
-    long temp = SetHierarchyFromInputConnection_2(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkDataRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long SetHierarchyFromInput_3(vtkDataObject id0);\r
-  public vtkDataRepresentation SetHierarchyFromInput(vtkDataObject id0) {\r
-    long temp = SetHierarchyFromInput_3(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkDataRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long SetGraphFromInputConnection_4(vtkAlgorithmOutput id0);\r
-  public vtkDataRepresentation SetGraphFromInputConnection(vtkAlgorithmOutput id0) {\r
-    long temp = SetGraphFromInputConnection_4(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkDataRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long SetGraphFromInput_5(vtkDataObject id0);\r
-  public vtkDataRepresentation SetGraphFromInput(vtkDataObject id0) {\r
-    long temp = SetGraphFromInput_5(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkDataRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetGraphEdgeLabelArrayName_6(String id0);\r
-  public void SetGraphEdgeLabelArrayName(String id0)\r
-    { SetGraphEdgeLabelArrayName_6(id0); }\r
-\r
-  private native String GetGraphEdgeLabelArrayName_7();\r
-  public String GetGraphEdgeLabelArrayName()\r
-    { return GetGraphEdgeLabelArrayName_7(); }\r
-\r
-  private native void SetGraphEdgeLabelVisibility_8(boolean id0);\r
-  public void SetGraphEdgeLabelVisibility(boolean id0)\r
-    { SetGraphEdgeLabelVisibility_8(id0); }\r
-\r
-  private native boolean GetGraphEdgeLabelVisibility_9();\r
-  public boolean GetGraphEdgeLabelVisibility()\r
-    { return GetGraphEdgeLabelVisibility_9(); }\r
-\r
-  private native void GraphEdgeLabelVisibilityOn_10();\r
-  public void GraphEdgeLabelVisibilityOn()\r
-    { GraphEdgeLabelVisibilityOn_10(); }\r
-\r
-  private native void GraphEdgeLabelVisibilityOff_11();\r
-  public void GraphEdgeLabelVisibilityOff()\r
-    { GraphEdgeLabelVisibilityOff_11(); }\r
-\r
-  private native void SetGraphEdgeColorArrayName_12(String id0);\r
-  public void SetGraphEdgeColorArrayName(String id0)\r
-    { SetGraphEdgeColorArrayName_12(id0); }\r
-\r
-  private native String GetGraphEdgeColorArrayName_13();\r
-  public String GetGraphEdgeColorArrayName()\r
-    { return GetGraphEdgeColorArrayName_13(); }\r
-\r
-  private native void SetGraphEdgeColorToSplineFraction_14();\r
-  public void SetGraphEdgeColorToSplineFraction()\r
-    { SetGraphEdgeColorToSplineFraction_14(); }\r
-\r
-  private native void SetColorGraphEdgesByArray_15(boolean id0);\r
-  public void SetColorGraphEdgesByArray(boolean id0)\r
-    { SetColorGraphEdgesByArray_15(id0); }\r
-\r
-  private native boolean GetColorGraphEdgesByArray_16();\r
-  public boolean GetColorGraphEdgesByArray()\r
-    { return GetColorGraphEdgesByArray_16(); }\r
-\r
-  private native void ColorGraphEdgesByArrayOn_17();\r
-  public void ColorGraphEdgesByArrayOn()\r
-    { ColorGraphEdgesByArrayOn_17(); }\r
-\r
-  private native void ColorGraphEdgesByArrayOff_18();\r
-  public void ColorGraphEdgesByArrayOff()\r
-    { ColorGraphEdgesByArrayOff_18(); }\r
-\r
-  private native void SetBundlingStrength_19(double id0);\r
-  public void SetBundlingStrength(double id0)\r
-    { SetBundlingStrength_19(id0); }\r
-\r
-  private native double GetBundlingStrength_20();\r
-  public double GetBundlingStrength()\r
-    { return GetBundlingStrength_20(); }\r
-\r
-  private native void SetGraphVisibility_21(boolean id0);\r
-  public void SetGraphVisibility(boolean id0)\r
-    { SetGraphVisibility_21(id0); }\r
-\r
-  private native boolean GetGraphVisibility_22();\r
-  public boolean GetGraphVisibility()\r
-    { return GetGraphVisibility_22(); }\r
-\r
-  private native void GraphVisibilityOn_23();\r
-  public void GraphVisibilityOn()\r
-    { GraphVisibilityOn_23(); }\r
-\r
-  private native void GraphVisibilityOff_24();\r
-  public void GraphVisibilityOff()\r
-    { GraphVisibilityOff_24(); }\r
-\r
-  private native void SetGraphEdgeLabelFontSize_25(int id0);\r
-  public void SetGraphEdgeLabelFontSize(int id0)\r
-    { SetGraphEdgeLabelFontSize_25(id0); }\r
-\r
-  private native int GetGraphEdgeLabelFontSize_26();\r
-  public int GetGraphEdgeLabelFontSize()\r
-    { return GetGraphEdgeLabelFontSize_26(); }\r
-\r
-  public vtkHierarchicalGraphView() { super(); }\r
-\r
-  public vtkHierarchicalGraphView(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkHierarchicalGraphView object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkHierarchicalGraphView extends vtkGraphLayoutView
+{
+
+  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 long SetHierarchyFromInputConnection_2(vtkAlgorithmOutput id0);
+  public vtkDataRepresentation SetHierarchyFromInputConnection(vtkAlgorithmOutput id0) {
+    long temp = SetHierarchyFromInputConnection_2(id0);
+
+    if (temp == 0) return null;
+    return (vtkDataRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long SetHierarchyFromInput_3(vtkDataObject id0);
+  public vtkDataRepresentation SetHierarchyFromInput(vtkDataObject id0) {
+    long temp = SetHierarchyFromInput_3(id0);
+
+    if (temp == 0) return null;
+    return (vtkDataRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long SetGraphFromInputConnection_4(vtkAlgorithmOutput id0);
+  public vtkDataRepresentation SetGraphFromInputConnection(vtkAlgorithmOutput id0) {
+    long temp = SetGraphFromInputConnection_4(id0);
+
+    if (temp == 0) return null;
+    return (vtkDataRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long SetGraphFromInput_5(vtkDataObject id0);
+  public vtkDataRepresentation SetGraphFromInput(vtkDataObject id0) {
+    long temp = SetGraphFromInput_5(id0);
+
+    if (temp == 0) return null;
+    return (vtkDataRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetGraphEdgeLabelArrayName_6(String id0);
+  public void SetGraphEdgeLabelArrayName(String id0)
+    { SetGraphEdgeLabelArrayName_6(id0); }
+
+  private native String GetGraphEdgeLabelArrayName_7();
+  public String GetGraphEdgeLabelArrayName()
+    { return GetGraphEdgeLabelArrayName_7(); }
+
+  private native void SetGraphEdgeLabelVisibility_8(boolean id0);
+  public void SetGraphEdgeLabelVisibility(boolean id0)
+    { SetGraphEdgeLabelVisibility_8(id0); }
+
+  private native boolean GetGraphEdgeLabelVisibility_9();
+  public boolean GetGraphEdgeLabelVisibility()
+    { return GetGraphEdgeLabelVisibility_9(); }
+
+  private native void GraphEdgeLabelVisibilityOn_10();
+  public void GraphEdgeLabelVisibilityOn()
+    { GraphEdgeLabelVisibilityOn_10(); }
+
+  private native void GraphEdgeLabelVisibilityOff_11();
+  public void GraphEdgeLabelVisibilityOff()
+    { GraphEdgeLabelVisibilityOff_11(); }
+
+  private native void SetGraphEdgeColorArrayName_12(String id0);
+  public void SetGraphEdgeColorArrayName(String id0)
+    { SetGraphEdgeColorArrayName_12(id0); }
+
+  private native String GetGraphEdgeColorArrayName_13();
+  public String GetGraphEdgeColorArrayName()
+    { return GetGraphEdgeColorArrayName_13(); }
+
+  private native void SetGraphEdgeColorToSplineFraction_14();
+  public void SetGraphEdgeColorToSplineFraction()
+    { SetGraphEdgeColorToSplineFraction_14(); }
+
+  private native void SetColorGraphEdgesByArray_15(boolean id0);
+  public void SetColorGraphEdgesByArray(boolean id0)
+    { SetColorGraphEdgesByArray_15(id0); }
+
+  private native boolean GetColorGraphEdgesByArray_16();
+  public boolean GetColorGraphEdgesByArray()
+    { return GetColorGraphEdgesByArray_16(); }
+
+  private native void ColorGraphEdgesByArrayOn_17();
+  public void ColorGraphEdgesByArrayOn()
+    { ColorGraphEdgesByArrayOn_17(); }
+
+  private native void ColorGraphEdgesByArrayOff_18();
+  public void ColorGraphEdgesByArrayOff()
+    { ColorGraphEdgesByArrayOff_18(); }
+
+  private native void SetBundlingStrength_19(double id0);
+  public void SetBundlingStrength(double id0)
+    { SetBundlingStrength_19(id0); }
+
+  private native double GetBundlingStrength_20();
+  public double GetBundlingStrength()
+    { return GetBundlingStrength_20(); }
+
+  private native void SetGraphVisibility_21(boolean id0);
+  public void SetGraphVisibility(boolean id0)
+    { SetGraphVisibility_21(id0); }
+
+  private native boolean GetGraphVisibility_22();
+  public boolean GetGraphVisibility()
+    { return GetGraphVisibility_22(); }
+
+  private native void GraphVisibilityOn_23();
+  public void GraphVisibilityOn()
+    { GraphVisibilityOn_23(); }
+
+  private native void GraphVisibilityOff_24();
+  public void GraphVisibilityOff()
+    { GraphVisibilityOff_24(); }
+
+  private native void SetGraphEdgeLabelFontSize_25(int id0);
+  public void SetGraphEdgeLabelFontSize(int id0)
+    { SetGraphEdgeLabelFontSize_25(id0); }
+
+  private native int GetGraphEdgeLabelFontSize_26();
+  public int GetGraphEdgeLabelFontSize()
+    { return GetGraphEdgeLabelFontSize_26(); }
+
+  public vtkHierarchicalGraphView() { super(); }
+
+  public vtkHierarchicalGraphView(long id) { super(id); }
+  public native long   VTKInit();
+
+}