// java wrapper for vtkStackedTreeLayoutStrategy object // package vtk; import vtk.*; public class vtkStackedTreeLayoutStrategy extends vtkAreaLayoutStrategy { 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 Layout_2(vtkTree id0,vtkDataArray id1,vtkDataArray id2); public void Layout(vtkTree id0,vtkDataArray id1,vtkDataArray id2) { Layout_2(id0,id1,id2); } private native void LayoutEdgePoints_3(vtkTree id0,vtkDataArray id1,vtkDataArray id2,vtkTree id3); public void LayoutEdgePoints(vtkTree id0,vtkDataArray id1,vtkDataArray id2,vtkTree id3) { LayoutEdgePoints_3(id0,id1,id2,id3); } private native void SetInteriorRadius_4(double id0); public void SetInteriorRadius(double id0) { SetInteriorRadius_4(id0); } private native double GetInteriorRadius_5(); public double GetInteriorRadius() { return GetInteriorRadius_5(); } private native void SetRingThickness_6(double id0); public void SetRingThickness(double id0) { SetRingThickness_6(id0); } private native double GetRingThickness_7(); public double GetRingThickness() { return GetRingThickness_7(); } private native void SetRootStartAngle_8(double id0); public void SetRootStartAngle(double id0) { SetRootStartAngle_8(id0); } private native double GetRootStartAngle_9(); public double GetRootStartAngle() { return GetRootStartAngle_9(); } private native void SetRootEndAngle_10(double id0); public void SetRootEndAngle(double id0) { SetRootEndAngle_10(id0); } private native double GetRootEndAngle_11(); public double GetRootEndAngle() { return GetRootEndAngle_11(); } private native void SetUseRectangularCoordinates_12(boolean id0); public void SetUseRectangularCoordinates(boolean id0) { SetUseRectangularCoordinates_12(id0); } private native boolean GetUseRectangularCoordinates_13(); public boolean GetUseRectangularCoordinates() { return GetUseRectangularCoordinates_13(); } private native void UseRectangularCoordinatesOn_14(); public void UseRectangularCoordinatesOn() { UseRectangularCoordinatesOn_14(); } private native void UseRectangularCoordinatesOff_15(); public void UseRectangularCoordinatesOff() { UseRectangularCoordinatesOff_15(); } private native void SetReverse_16(boolean id0); public void SetReverse(boolean id0) { SetReverse_16(id0); } private native boolean GetReverse_17(); public boolean GetReverse() { return GetReverse_17(); } private native void ReverseOn_18(); public void ReverseOn() { ReverseOn_18(); } private native void ReverseOff_19(); public void ReverseOff() { ReverseOff_19(); } private native void SetInteriorLogSpacingValue_20(double id0); public void SetInteriorLogSpacingValue(double id0) { SetInteriorLogSpacingValue_20(id0); } private native double GetInteriorLogSpacingValue_21(); public double GetInteriorLogSpacingValue() { return GetInteriorLogSpacingValue_21(); } private native int FindVertex_22(vtkTree id0,vtkDataArray id1,double id2[]); public int FindVertex(vtkTree id0,vtkDataArray id1,double id2[]) { return FindVertex_22(id0,id1,id2); } public vtkStackedTreeLayoutStrategy() { super(); } public vtkStackedTreeLayoutStrategy(long id) { super(id); } public native long VTKInit(); }