// java wrapper for vtkIncrementalForceLayout object // package vtk; import vtk.*; public class vtkIncrementalForceLayout 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 long GetGraph_3(); public vtkGraph GetGraph() { long temp = GetGraph_3(); if (temp == 0) return null; return (vtkGraph)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetFixed_4(int id0); public void SetFixed(int id0) { SetFixed_4(id0); } private native int GetFixed_5(); public int GetFixed() { return GetFixed_5(); } private native void SetAlpha_6(double id0); public void SetAlpha(double id0) { SetAlpha_6(id0); } private native double GetAlpha_7(); public double GetAlpha() { return GetAlpha_7(); } private native void SetTheta_8(double id0); public void SetTheta(double id0) { SetTheta_8(id0); } private native double GetTheta_9(); public double GetTheta() { return GetTheta_9(); } private native void SetCharge_10(double id0); public void SetCharge(double id0) { SetCharge_10(id0); } private native double GetCharge_11(); public double GetCharge() { return GetCharge_11(); } private native void SetStrength_12(double id0); public void SetStrength(double id0) { SetStrength_12(id0); } private native double GetStrength_13(); public double GetStrength() { return GetStrength_13(); } private native void SetDistance_14(double id0); public void SetDistance(double id0) { SetDistance_14(id0); } private native double GetDistance_15(); public double GetDistance() { return GetDistance_15(); } private native void SetGravity_16(double id0); public void SetGravity(double id0) { SetGravity_16(id0); } private native double GetGravity_17(); public double GetGravity() { return GetGravity_17(); } private native void SetFriction_18(double id0); public void SetFriction(double id0) { SetFriction_18(id0); } private native double GetFriction_19(); public double GetFriction() { return GetFriction_19(); } private native void UpdatePositions_20(); public void UpdatePositions() { UpdatePositions_20(); } public vtkIncrementalForceLayout() { super(); } public vtkIncrementalForceLayout(long id) { super(id); } public native long VTKInit(); }