X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkHierarchicalGraphView.java;h=c01f8d6153fdc0062b6acdb5de9ed9ae19ea2952;hb=09afb6fbe9c440b6768714373d95d581111b9993;hp=6dd69b1711b15c00165b57d348af71891e01f02e;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkHierarchicalGraphView.java b/vtk/src/vtk/vtkHierarchicalGraphView.java index 6dd69b17..c01f8d61 100644 --- a/vtk/src/vtk/vtkHierarchicalGraphView.java +++ b/vtk/src/vtk/vtkHierarchicalGraphView.java @@ -1,139 +1,139 @@ -// java wrapper for vtkHierarchicalGraphView object -// - -package vtk; -import vtk.*; - -public class vtkHierarchicalGraphView extends vtkGraphLayoutView -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - 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)vtkObject.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)vtkObject.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)vtkObject.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)vtkObject.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(); - -} +// 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(); + +}