]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkRandomLayoutStrategy.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkRandomLayoutStrategy.java
1 // java wrapper for vtkRandomLayoutStrategy object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkRandomLayoutStrategy extends vtkGraphLayoutStrategy
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void SetRandomSeed_2(int id0);
19   public void SetRandomSeed(int id0)
20     { SetRandomSeed_2(id0); }
21
22   private native int GetRandomSeedMinValue_3();
23   public int GetRandomSeedMinValue()
24     { return GetRandomSeedMinValue_3(); }
25
26   private native int GetRandomSeedMaxValue_4();
27   public int GetRandomSeedMaxValue()
28     { return GetRandomSeedMaxValue_4(); }
29
30   private native int GetRandomSeed_5();
31   public int GetRandomSeed()
32     { return GetRandomSeed_5(); }
33
34   private native void SetGraphBounds_6(double id0,double id1,double id2,double id3,double id4,double id5);
35   public void SetGraphBounds(double id0,double id1,double id2,double id3,double id4,double id5)
36     { SetGraphBounds_6(id0,id1,id2,id3,id4,id5); }
37
38   private native void SetGraphBounds_7(double id0[]);
39   public void SetGraphBounds(double id0[])
40     { SetGraphBounds_7(id0); }
41
42   private native double[] GetGraphBounds_8();
43   public double[] GetGraphBounds()
44     { return GetGraphBounds_8(); }
45
46   private native void SetAutomaticBoundsComputation_9(int id0);
47   public void SetAutomaticBoundsComputation(int id0)
48     { SetAutomaticBoundsComputation_9(id0); }
49
50   private native int GetAutomaticBoundsComputation_10();
51   public int GetAutomaticBoundsComputation()
52     { return GetAutomaticBoundsComputation_10(); }
53
54   private native void AutomaticBoundsComputationOn_11();
55   public void AutomaticBoundsComputationOn()
56     { AutomaticBoundsComputationOn_11(); }
57
58   private native void AutomaticBoundsComputationOff_12();
59   public void AutomaticBoundsComputationOff()
60     { AutomaticBoundsComputationOff_12(); }
61
62   private native void SetThreeDimensionalLayout_13(int id0);
63   public void SetThreeDimensionalLayout(int id0)
64     { SetThreeDimensionalLayout_13(id0); }
65
66   private native int GetThreeDimensionalLayout_14();
67   public int GetThreeDimensionalLayout()
68     { return GetThreeDimensionalLayout_14(); }
69
70   private native void ThreeDimensionalLayoutOn_15();
71   public void ThreeDimensionalLayoutOn()
72     { ThreeDimensionalLayoutOn_15(); }
73
74   private native void ThreeDimensionalLayoutOff_16();
75   public void ThreeDimensionalLayoutOff()
76     { ThreeDimensionalLayoutOff_16(); }
77
78   private native void SetGraph_17(vtkGraph id0);
79   public void SetGraph(vtkGraph id0)
80     { SetGraph_17(id0); }
81
82   private native void Layout_18();
83   public void Layout()
84     { Layout_18(); }
85
86   public vtkRandomLayoutStrategy() { super(); }
87
88   public vtkRandomLayoutStrategy(long id) { super(id); }
89   public native long   VTKInit();
90
91 }