// java wrapper for vtkSimple2DLayoutStrategy object // package vtk; import vtk.*; public class vtkSimple2DLayoutStrategy extends vtkGraphLayoutStrategy { 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 SetRandomSeed_2(int id0); public void SetRandomSeed(int id0) { SetRandomSeed_2(id0); } private native int GetRandomSeedMinValue_3(); public int GetRandomSeedMinValue() { return GetRandomSeedMinValue_3(); } private native int GetRandomSeedMaxValue_4(); public int GetRandomSeedMaxValue() { return GetRandomSeedMaxValue_4(); } private native int GetRandomSeed_5(); public int GetRandomSeed() { return GetRandomSeed_5(); } private native void SetMaxNumberOfIterations_6(int id0); public void SetMaxNumberOfIterations(int id0) { SetMaxNumberOfIterations_6(id0); } private native int GetMaxNumberOfIterationsMinValue_7(); public int GetMaxNumberOfIterationsMinValue() { return GetMaxNumberOfIterationsMinValue_7(); } private native int GetMaxNumberOfIterationsMaxValue_8(); public int GetMaxNumberOfIterationsMaxValue() { return GetMaxNumberOfIterationsMaxValue_8(); } private native int GetMaxNumberOfIterations_9(); public int GetMaxNumberOfIterations() { return GetMaxNumberOfIterations_9(); } private native void SetIterationsPerLayout_10(int id0); public void SetIterationsPerLayout(int id0) { SetIterationsPerLayout_10(id0); } private native int GetIterationsPerLayoutMinValue_11(); public int GetIterationsPerLayoutMinValue() { return GetIterationsPerLayoutMinValue_11(); } private native int GetIterationsPerLayoutMaxValue_12(); public int GetIterationsPerLayoutMaxValue() { return GetIterationsPerLayoutMaxValue_12(); } private native int GetIterationsPerLayout_13(); public int GetIterationsPerLayout() { return GetIterationsPerLayout_13(); } private native void SetInitialTemperature_14(double id0); public void SetInitialTemperature(double id0) { SetInitialTemperature_14(id0); } private native double GetInitialTemperatureMinValue_15(); public double GetInitialTemperatureMinValue() { return GetInitialTemperatureMinValue_15(); } private native double GetInitialTemperatureMaxValue_16(); public double GetInitialTemperatureMaxValue() { return GetInitialTemperatureMaxValue_16(); } private native double GetInitialTemperature_17(); public double GetInitialTemperature() { return GetInitialTemperature_17(); } private native void SetCoolDownRate_18(double id0); public void SetCoolDownRate(double id0) { SetCoolDownRate_18(id0); } private native double GetCoolDownRateMinValue_19(); public double GetCoolDownRateMinValue() { return GetCoolDownRateMinValue_19(); } private native double GetCoolDownRateMaxValue_20(); public double GetCoolDownRateMaxValue() { return GetCoolDownRateMaxValue_20(); } private native double GetCoolDownRate_21(); public double GetCoolDownRate() { return GetCoolDownRate_21(); } private native void SetJitter_22(boolean id0); public void SetJitter(boolean id0) { SetJitter_22(id0); } private native boolean GetJitter_23(); public boolean GetJitter() { return GetJitter_23(); } private native void SetRestDistance_24(double id0); public void SetRestDistance(double id0) { SetRestDistance_24(id0); } private native double GetRestDistance_25(); public double GetRestDistance() { return GetRestDistance_25(); } private native void Initialize_26(); public void Initialize() { Initialize_26(); } private native void Layout_27(); public void Layout() { Layout_27(); } private native int IsLayoutComplete_28(); public int IsLayoutComplete() { return IsLayoutComplete_28(); } public vtkSimple2DLayoutStrategy() { super(); } public vtkSimple2DLayoutStrategy(long id) { super(id); } public native long VTKInit(); }