]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkHierarchicalGraphView.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkHierarchicalGraphView.java
1 // java wrapper for vtkHierarchicalGraphView object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkHierarchicalGraphView extends vtkGraphLayoutView
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 long SetHierarchyFromInputConnection_2(vtkAlgorithmOutput id0);
19   public vtkDataRepresentation SetHierarchyFromInputConnection(vtkAlgorithmOutput id0) {
20     long temp = SetHierarchyFromInputConnection_2(id0);
21
22     if (temp == 0) return null;
23     return (vtkDataRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native long SetHierarchyFromInput_3(vtkDataObject id0);
27   public vtkDataRepresentation SetHierarchyFromInput(vtkDataObject id0) {
28     long temp = SetHierarchyFromInput_3(id0);
29
30     if (temp == 0) return null;
31     return (vtkDataRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native long SetGraphFromInputConnection_4(vtkAlgorithmOutput id0);
35   public vtkDataRepresentation SetGraphFromInputConnection(vtkAlgorithmOutput id0) {
36     long temp = SetGraphFromInputConnection_4(id0);
37
38     if (temp == 0) return null;
39     return (vtkDataRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
40 }
41
42   private native long SetGraphFromInput_5(vtkDataObject id0);
43   public vtkDataRepresentation SetGraphFromInput(vtkDataObject id0) {
44     long temp = SetGraphFromInput_5(id0);
45
46     if (temp == 0) return null;
47     return (vtkDataRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
48 }
49
50   private native void SetGraphEdgeLabelArrayName_6(String id0);
51   public void SetGraphEdgeLabelArrayName(String id0)
52     { SetGraphEdgeLabelArrayName_6(id0); }
53
54   private native String GetGraphEdgeLabelArrayName_7();
55   public String GetGraphEdgeLabelArrayName()
56     { return GetGraphEdgeLabelArrayName_7(); }
57
58   private native void SetGraphEdgeLabelVisibility_8(boolean id0);
59   public void SetGraphEdgeLabelVisibility(boolean id0)
60     { SetGraphEdgeLabelVisibility_8(id0); }
61
62   private native boolean GetGraphEdgeLabelVisibility_9();
63   public boolean GetGraphEdgeLabelVisibility()
64     { return GetGraphEdgeLabelVisibility_9(); }
65
66   private native void GraphEdgeLabelVisibilityOn_10();
67   public void GraphEdgeLabelVisibilityOn()
68     { GraphEdgeLabelVisibilityOn_10(); }
69
70   private native void GraphEdgeLabelVisibilityOff_11();
71   public void GraphEdgeLabelVisibilityOff()
72     { GraphEdgeLabelVisibilityOff_11(); }
73
74   private native void SetGraphEdgeColorArrayName_12(String id0);
75   public void SetGraphEdgeColorArrayName(String id0)
76     { SetGraphEdgeColorArrayName_12(id0); }
77
78   private native String GetGraphEdgeColorArrayName_13();
79   public String GetGraphEdgeColorArrayName()
80     { return GetGraphEdgeColorArrayName_13(); }
81
82   private native void SetGraphEdgeColorToSplineFraction_14();
83   public void SetGraphEdgeColorToSplineFraction()
84     { SetGraphEdgeColorToSplineFraction_14(); }
85
86   private native void SetColorGraphEdgesByArray_15(boolean id0);
87   public void SetColorGraphEdgesByArray(boolean id0)
88     { SetColorGraphEdgesByArray_15(id0); }
89
90   private native boolean GetColorGraphEdgesByArray_16();
91   public boolean GetColorGraphEdgesByArray()
92     { return GetColorGraphEdgesByArray_16(); }
93
94   private native void ColorGraphEdgesByArrayOn_17();
95   public void ColorGraphEdgesByArrayOn()
96     { ColorGraphEdgesByArrayOn_17(); }
97
98   private native void ColorGraphEdgesByArrayOff_18();
99   public void ColorGraphEdgesByArrayOff()
100     { ColorGraphEdgesByArrayOff_18(); }
101
102   private native void SetBundlingStrength_19(double id0);
103   public void SetBundlingStrength(double id0)
104     { SetBundlingStrength_19(id0); }
105
106   private native double GetBundlingStrength_20();
107   public double GetBundlingStrength()
108     { return GetBundlingStrength_20(); }
109
110   private native void SetGraphVisibility_21(boolean id0);
111   public void SetGraphVisibility(boolean id0)
112     { SetGraphVisibility_21(id0); }
113
114   private native boolean GetGraphVisibility_22();
115   public boolean GetGraphVisibility()
116     { return GetGraphVisibility_22(); }
117
118   private native void GraphVisibilityOn_23();
119   public void GraphVisibilityOn()
120     { GraphVisibilityOn_23(); }
121
122   private native void GraphVisibilityOff_24();
123   public void GraphVisibilityOff()
124     { GraphVisibilityOff_24(); }
125
126   private native void SetGraphEdgeLabelFontSize_25(int id0);
127   public void SetGraphEdgeLabelFontSize(int id0)
128     { SetGraphEdgeLabelFontSize_25(id0); }
129
130   private native int GetGraphEdgeLabelFontSize_26();
131   public int GetGraphEdgeLabelFontSize()
132     { return GetGraphEdgeLabelFontSize_26(); }
133
134   public vtkHierarchicalGraphView() { super(); }
135
136   public vtkHierarchicalGraphView(long id) { super(id); }
137   public native long   VTKInit();
138
139 }