]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkTreeLayoutStrategy.java
Added LICENSE
[simantics/3d.git] / vtk / src / vtk / vtkTreeLayoutStrategy.java
1 // java wrapper for vtkTreeLayoutStrategy object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkTreeLayoutStrategy 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 Layout_2();\r
19   public void Layout()\r
20     { Layout_2(); }\r
21 \r
22   private native void SetAngle_3(double id0);\r
23   public void SetAngle(double id0)\r
24     { SetAngle_3(id0); }\r
25 \r
26   private native double GetAngleMinValue_4();\r
27   public double GetAngleMinValue()\r
28     { return GetAngleMinValue_4(); }\r
29 \r
30   private native double GetAngleMaxValue_5();\r
31   public double GetAngleMaxValue()\r
32     { return GetAngleMaxValue_5(); }\r
33 \r
34   private native double GetAngle_6();\r
35   public double GetAngle()\r
36     { return GetAngle_6(); }\r
37 \r
38   private native void SetRadial_7(boolean id0);\r
39   public void SetRadial(boolean id0)\r
40     { SetRadial_7(id0); }\r
41 \r
42   private native boolean GetRadial_8();\r
43   public boolean GetRadial()\r
44     { return GetRadial_8(); }\r
45 \r
46   private native void RadialOn_9();\r
47   public void RadialOn()\r
48     { RadialOn_9(); }\r
49 \r
50   private native void RadialOff_10();\r
51   public void RadialOff()\r
52     { RadialOff_10(); }\r
53 \r
54   private native void SetLogSpacingValue_11(double id0);\r
55   public void SetLogSpacingValue(double id0)\r
56     { SetLogSpacingValue_11(id0); }\r
57 \r
58   private native double GetLogSpacingValue_12();\r
59   public double GetLogSpacingValue()\r
60     { return GetLogSpacingValue_12(); }\r
61 \r
62   private native void SetLeafSpacing_13(double id0);\r
63   public void SetLeafSpacing(double id0)\r
64     { SetLeafSpacing_13(id0); }\r
65 \r
66   private native double GetLeafSpacingMinValue_14();\r
67   public double GetLeafSpacingMinValue()\r
68     { return GetLeafSpacingMinValue_14(); }\r
69 \r
70   private native double GetLeafSpacingMaxValue_15();\r
71   public double GetLeafSpacingMaxValue()\r
72     { return GetLeafSpacingMaxValue_15(); }\r
73 \r
74   private native double GetLeafSpacing_16();\r
75   public double GetLeafSpacing()\r
76     { return GetLeafSpacing_16(); }\r
77 \r
78   private native void SetDistanceArrayName_17(String id0);\r
79   public void SetDistanceArrayName(String id0)\r
80     { SetDistanceArrayName_17(id0); }\r
81 \r
82   private native String GetDistanceArrayName_18();\r
83   public String GetDistanceArrayName()\r
84     { return GetDistanceArrayName_18(); }\r
85 \r
86   private native void SetRotation_19(double id0);\r
87   public void SetRotation(double id0)\r
88     { SetRotation_19(id0); }\r
89 \r
90   private native double GetRotation_20();\r
91   public double GetRotation()\r
92     { return GetRotation_20(); }\r
93 \r
94   private native void SetReverseEdges_21(boolean id0);\r
95   public void SetReverseEdges(boolean id0)\r
96     { SetReverseEdges_21(id0); }\r
97 \r
98   private native boolean GetReverseEdges_22();\r
99   public boolean GetReverseEdges()\r
100     { return GetReverseEdges_22(); }\r
101 \r
102   private native void ReverseEdgesOn_23();\r
103   public void ReverseEdgesOn()\r
104     { ReverseEdgesOn_23(); }\r
105 \r
106   private native void ReverseEdgesOff_24();\r
107   public void ReverseEdgesOff()\r
108     { ReverseEdgesOff_24(); }\r
109 \r
110   public vtkTreeLayoutStrategy() { super(); }\r
111 \r
112   public vtkTreeLayoutStrategy(long id) { super(id); }\r
113   public native long   VTKInit();\r
114 \r
115 }\r