// java wrapper for vtkGraphLayoutStrategy object // package vtk; import vtk.*; public class vtkGraphLayoutStrategy extends vtkObject { 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 SetGraph_2(vtkGraph id0); public void SetGraph(vtkGraph id0) { SetGraph_2(id0); } private native void Initialize_3(); public void Initialize() { Initialize_3(); } private native void Layout_4(); public void Layout() { Layout_4(); } private native int IsLayoutComplete_5(); public int IsLayoutComplete() { return IsLayoutComplete_5(); } private native void SetWeightEdges_6(boolean id0); public void SetWeightEdges(boolean id0) { SetWeightEdges_6(id0); } private native boolean GetWeightEdges_7(); public boolean GetWeightEdges() { return GetWeightEdges_7(); } private native void SetEdgeWeightField_8(String id0); public void SetEdgeWeightField(String id0) { SetEdgeWeightField_8(id0); } private native String GetEdgeWeightField_9(); public String GetEdgeWeightField() { return GetEdgeWeightField_9(); } public vtkGraphLayoutStrategy() { super(); } public vtkGraphLayoutStrategy(long id) { super(id); } }