// java wrapper for vtkRandomLayoutStrategy object // package vtk; import vtk.*; public class vtkRandomLayoutStrategy 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 SetGraphBounds_6(double id0,double id1,double id2,double id3,double id4,double id5); public void SetGraphBounds(double id0,double id1,double id2,double id3,double id4,double id5) { SetGraphBounds_6(id0,id1,id2,id3,id4,id5); } private native void SetGraphBounds_7(double id0[]); public void SetGraphBounds(double id0[]) { SetGraphBounds_7(id0); } private native double[] GetGraphBounds_8(); public double[] GetGraphBounds() { return GetGraphBounds_8(); } private native void SetAutomaticBoundsComputation_9(int id0); public void SetAutomaticBoundsComputation(int id0) { SetAutomaticBoundsComputation_9(id0); } private native int GetAutomaticBoundsComputation_10(); public int GetAutomaticBoundsComputation() { return GetAutomaticBoundsComputation_10(); } private native void AutomaticBoundsComputationOn_11(); public void AutomaticBoundsComputationOn() { AutomaticBoundsComputationOn_11(); } private native void AutomaticBoundsComputationOff_12(); public void AutomaticBoundsComputationOff() { AutomaticBoundsComputationOff_12(); } private native void SetThreeDimensionalLayout_13(int id0); public void SetThreeDimensionalLayout(int id0) { SetThreeDimensionalLayout_13(id0); } private native int GetThreeDimensionalLayout_14(); public int GetThreeDimensionalLayout() { return GetThreeDimensionalLayout_14(); } private native void ThreeDimensionalLayoutOn_15(); public void ThreeDimensionalLayoutOn() { ThreeDimensionalLayoutOn_15(); } private native void ThreeDimensionalLayoutOff_16(); public void ThreeDimensionalLayoutOff() { ThreeDimensionalLayoutOff_16(); } private native void SetGraph_17(vtkGraph id0); public void SetGraph(vtkGraph id0) { SetGraph_17(id0); } private native void Layout_18(); public void Layout() { Layout_18(); } public vtkRandomLayoutStrategy() { super(); } public vtkRandomLayoutStrategy(long id) { super(id); } public native long VTKInit(); }