]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkTanglegramItem.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkTanglegramItem.java
diff --git a/vtk/src/vtk/vtkTanglegramItem.java b/vtk/src/vtk/vtkTanglegramItem.java
new file mode 100644 (file)
index 0000000..66d1d36
--- /dev/null
@@ -0,0 +1,99 @@
+// java wrapper for vtkTanglegramItem object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkTanglegramItem extends vtkContextItem
+{
+
+  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 SetTree1_2(vtkTree id0);
+  public void SetTree1(vtkTree id0)
+    { SetTree1_2(id0); }
+
+  private native void SetTree2_3(vtkTree id0);
+  public void SetTree2(vtkTree id0)
+    { SetTree2_3(id0); }
+
+  private native long GetTable_4();
+  public vtkTable GetTable() {
+    long temp = GetTable_4();
+
+    if (temp == 0) return null;
+    return (vtkTable)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetTable_5(vtkTable id0);
+  public void SetTable(vtkTable id0)
+    { SetTable_5(id0); }
+
+  private native String GetTree1Label_6();
+  public String GetTree1Label()
+    { return GetTree1Label_6(); }
+
+  private native void SetTree1Label_7(String id0);
+  public void SetTree1Label(String id0)
+    { SetTree1Label_7(id0); }
+
+  private native String GetTree2Label_8();
+  public String GetTree2Label()
+    { return GetTree2Label_8(); }
+
+  private native void SetTree2Label_9(String id0);
+  public void SetTree2Label(String id0)
+    { SetTree2Label_9(id0); }
+
+  private native void SetOrientation_10(int id0);
+  public void SetOrientation(int id0)
+    { SetOrientation_10(id0); }
+
+  private native int GetOrientation_11();
+  public int GetOrientation()
+    { return GetOrientation_11(); }
+
+  private native int GetMinimumVisibleFontSize_12();
+  public int GetMinimumVisibleFontSize()
+    { return GetMinimumVisibleFontSize_12(); }
+
+  private native void SetMinimumVisibleFontSize_13(int id0);
+  public void SetMinimumVisibleFontSize(int id0)
+    { SetMinimumVisibleFontSize_13(id0); }
+
+  private native int GetLabelSizeDifference_14();
+  public int GetLabelSizeDifference()
+    { return GetLabelSizeDifference_14(); }
+
+  private native void SetLabelSizeDifference_15(int id0);
+  public void SetLabelSizeDifference(int id0)
+    { SetLabelSizeDifference_15(id0); }
+
+  private native double GetCorrespondenceLineWidth_16();
+  public double GetCorrespondenceLineWidth()
+    { return GetCorrespondenceLineWidth_16(); }
+
+  private native void SetCorrespondenceLineWidth_17(double id0);
+  public void SetCorrespondenceLineWidth(double id0)
+    { SetCorrespondenceLineWidth_17(id0); }
+
+  private native double GetTreeLineWidth_18();
+  public double GetTreeLineWidth()
+    { return GetTreeLineWidth_18(); }
+
+  private native void SetTreeLineWidth_19(double id0);
+  public void SetTreeLineWidth(double id0)
+    { SetTreeLineWidth_19(id0); }
+
+  public vtkTanglegramItem() { super(); }
+
+  public vtkTanglegramItem(long id) { super(id); }
+  public native long   VTKInit();
+
+}