]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkTanglegramItem.java
66d1d36147bc8289268354d513f16f38e5d4c836
[simantics/3d.git] / vtk / src / vtk / vtkTanglegramItem.java
1 // java wrapper for vtkTanglegramItem object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkTanglegramItem extends vtkContextItem
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void SetTree1_2(vtkTree id0);
19   public void SetTree1(vtkTree id0)
20     { SetTree1_2(id0); }
21
22   private native void SetTree2_3(vtkTree id0);
23   public void SetTree2(vtkTree id0)
24     { SetTree2_3(id0); }
25
26   private native long GetTable_4();
27   public vtkTable GetTable() {
28     long temp = GetTable_4();
29
30     if (temp == 0) return null;
31     return (vtkTable)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native void SetTable_5(vtkTable id0);
35   public void SetTable(vtkTable id0)
36     { SetTable_5(id0); }
37
38   private native String GetTree1Label_6();
39   public String GetTree1Label()
40     { return GetTree1Label_6(); }
41
42   private native void SetTree1Label_7(String id0);
43   public void SetTree1Label(String id0)
44     { SetTree1Label_7(id0); }
45
46   private native String GetTree2Label_8();
47   public String GetTree2Label()
48     { return GetTree2Label_8(); }
49
50   private native void SetTree2Label_9(String id0);
51   public void SetTree2Label(String id0)
52     { SetTree2Label_9(id0); }
53
54   private native void SetOrientation_10(int id0);
55   public void SetOrientation(int id0)
56     { SetOrientation_10(id0); }
57
58   private native int GetOrientation_11();
59   public int GetOrientation()
60     { return GetOrientation_11(); }
61
62   private native int GetMinimumVisibleFontSize_12();
63   public int GetMinimumVisibleFontSize()
64     { return GetMinimumVisibleFontSize_12(); }
65
66   private native void SetMinimumVisibleFontSize_13(int id0);
67   public void SetMinimumVisibleFontSize(int id0)
68     { SetMinimumVisibleFontSize_13(id0); }
69
70   private native int GetLabelSizeDifference_14();
71   public int GetLabelSizeDifference()
72     { return GetLabelSizeDifference_14(); }
73
74   private native void SetLabelSizeDifference_15(int id0);
75   public void SetLabelSizeDifference(int id0)
76     { SetLabelSizeDifference_15(id0); }
77
78   private native double GetCorrespondenceLineWidth_16();
79   public double GetCorrespondenceLineWidth()
80     { return GetCorrespondenceLineWidth_16(); }
81
82   private native void SetCorrespondenceLineWidth_17(double id0);
83   public void SetCorrespondenceLineWidth(double id0)
84     { SetCorrespondenceLineWidth_17(id0); }
85
86   private native double GetTreeLineWidth_18();
87   public double GetTreeLineWidth()
88     { return GetTreeLineWidth_18(); }
89
90   private native void SetTreeLineWidth_19(double id0);
91   public void SetTreeLineWidth(double id0)
92     { SetTreeLineWidth_19(id0); }
93
94   public vtkTanglegramItem() { super(); }
95
96   public vtkTanglegramItem(long id) { super(id); }
97   public native long   VTKInit();
98
99 }