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