]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkLeaderActor2D.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkLeaderActor2D.java
1 // java wrapper for vtkLeaderActor2D object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkLeaderActor2D extends vtkActor2D
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 SetRadius_2(double id0);
19   public void SetRadius(double id0)
20     { SetRadius_2(id0); }
21
22   private native double GetRadius_3();
23   public double GetRadius()
24     { return GetRadius_3(); }
25
26   private native void SetLabel_4(String id0);
27   public void SetLabel(String id0)
28     { SetLabel_4(id0); }
29
30   private native String GetLabel_5();
31   public String GetLabel()
32     { return GetLabel_5(); }
33
34   private native void SetLabelTextProperty_6(vtkTextProperty id0);
35   public void SetLabelTextProperty(vtkTextProperty id0)
36     { SetLabelTextProperty_6(id0); }
37
38   private native long GetLabelTextProperty_7();
39   public vtkTextProperty GetLabelTextProperty() {
40     long temp = GetLabelTextProperty_7();
41
42     if (temp == 0) return null;
43     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
44 }
45
46   private native void SetLabelFactor_8(double id0);
47   public void SetLabelFactor(double id0)
48     { SetLabelFactor_8(id0); }
49
50   private native double GetLabelFactorMinValue_9();
51   public double GetLabelFactorMinValue()
52     { return GetLabelFactorMinValue_9(); }
53
54   private native double GetLabelFactorMaxValue_10();
55   public double GetLabelFactorMaxValue()
56     { return GetLabelFactorMaxValue_10(); }
57
58   private native double GetLabelFactor_11();
59   public double GetLabelFactor()
60     { return GetLabelFactor_11(); }
61
62   private native void SetArrowPlacement_12(int id0);
63   public void SetArrowPlacement(int id0)
64     { SetArrowPlacement_12(id0); }
65
66   private native int GetArrowPlacementMinValue_13();
67   public int GetArrowPlacementMinValue()
68     { return GetArrowPlacementMinValue_13(); }
69
70   private native int GetArrowPlacementMaxValue_14();
71   public int GetArrowPlacementMaxValue()
72     { return GetArrowPlacementMaxValue_14(); }
73
74   private native int GetArrowPlacement_15();
75   public int GetArrowPlacement()
76     { return GetArrowPlacement_15(); }
77
78   private native void SetArrowPlacementToNone_16();
79   public void SetArrowPlacementToNone()
80     { SetArrowPlacementToNone_16(); }
81
82   private native void SetArrowPlacementToPoint1_17();
83   public void SetArrowPlacementToPoint1()
84     { SetArrowPlacementToPoint1_17(); }
85
86   private native void SetArrowPlacementToPoint2_18();
87   public void SetArrowPlacementToPoint2()
88     { SetArrowPlacementToPoint2_18(); }
89
90   private native void SetArrowPlacementToBoth_19();
91   public void SetArrowPlacementToBoth()
92     { SetArrowPlacementToBoth_19(); }
93
94   private native void SetArrowStyle_20(int id0);
95   public void SetArrowStyle(int id0)
96     { SetArrowStyle_20(id0); }
97
98   private native int GetArrowStyleMinValue_21();
99   public int GetArrowStyleMinValue()
100     { return GetArrowStyleMinValue_21(); }
101
102   private native int GetArrowStyleMaxValue_22();
103   public int GetArrowStyleMaxValue()
104     { return GetArrowStyleMaxValue_22(); }
105
106   private native int GetArrowStyle_23();
107   public int GetArrowStyle()
108     { return GetArrowStyle_23(); }
109
110   private native void SetArrowStyleToFilled_24();
111   public void SetArrowStyleToFilled()
112     { SetArrowStyleToFilled_24(); }
113
114   private native void SetArrowStyleToOpen_25();
115   public void SetArrowStyleToOpen()
116     { SetArrowStyleToOpen_25(); }
117
118   private native void SetArrowStyleToHollow_26();
119   public void SetArrowStyleToHollow()
120     { SetArrowStyleToHollow_26(); }
121
122   private native void SetArrowLength_27(double id0);
123   public void SetArrowLength(double id0)
124     { SetArrowLength_27(id0); }
125
126   private native double GetArrowLengthMinValue_28();
127   public double GetArrowLengthMinValue()
128     { return GetArrowLengthMinValue_28(); }
129
130   private native double GetArrowLengthMaxValue_29();
131   public double GetArrowLengthMaxValue()
132     { return GetArrowLengthMaxValue_29(); }
133
134   private native double GetArrowLength_30();
135   public double GetArrowLength()
136     { return GetArrowLength_30(); }
137
138   private native void SetArrowWidth_31(double id0);
139   public void SetArrowWidth(double id0)
140     { SetArrowWidth_31(id0); }
141
142   private native double GetArrowWidthMinValue_32();
143   public double GetArrowWidthMinValue()
144     { return GetArrowWidthMinValue_32(); }
145
146   private native double GetArrowWidthMaxValue_33();
147   public double GetArrowWidthMaxValue()
148     { return GetArrowWidthMaxValue_33(); }
149
150   private native double GetArrowWidth_34();
151   public double GetArrowWidth()
152     { return GetArrowWidth_34(); }
153
154   private native void SetMinimumArrowSize_35(double id0);
155   public void SetMinimumArrowSize(double id0)
156     { SetMinimumArrowSize_35(id0); }
157
158   private native double GetMinimumArrowSizeMinValue_36();
159   public double GetMinimumArrowSizeMinValue()
160     { return GetMinimumArrowSizeMinValue_36(); }
161
162   private native double GetMinimumArrowSizeMaxValue_37();
163   public double GetMinimumArrowSizeMaxValue()
164     { return GetMinimumArrowSizeMaxValue_37(); }
165
166   private native double GetMinimumArrowSize_38();
167   public double GetMinimumArrowSize()
168     { return GetMinimumArrowSize_38(); }
169
170   private native void SetMaximumArrowSize_39(double id0);
171   public void SetMaximumArrowSize(double id0)
172     { SetMaximumArrowSize_39(id0); }
173
174   private native double GetMaximumArrowSizeMinValue_40();
175   public double GetMaximumArrowSizeMinValue()
176     { return GetMaximumArrowSizeMinValue_40(); }
177
178   private native double GetMaximumArrowSizeMaxValue_41();
179   public double GetMaximumArrowSizeMaxValue()
180     { return GetMaximumArrowSizeMaxValue_41(); }
181
182   private native double GetMaximumArrowSize_42();
183   public double GetMaximumArrowSize()
184     { return GetMaximumArrowSize_42(); }
185
186   private native void SetAutoLabel_43(int id0);
187   public void SetAutoLabel(int id0)
188     { SetAutoLabel_43(id0); }
189
190   private native int GetAutoLabel_44();
191   public int GetAutoLabel()
192     { return GetAutoLabel_44(); }
193
194   private native void AutoLabelOn_45();
195   public void AutoLabelOn()
196     { AutoLabelOn_45(); }
197
198   private native void AutoLabelOff_46();
199   public void AutoLabelOff()
200     { AutoLabelOff_46(); }
201
202   private native void SetLabelFormat_47(String id0);
203   public void SetLabelFormat(String id0)
204     { SetLabelFormat_47(id0); }
205
206   private native String GetLabelFormat_48();
207   public String GetLabelFormat()
208     { return GetLabelFormat_48(); }
209
210   private native double GetLength_49();
211   public double GetLength()
212     { return GetLength_49(); }
213
214   private native double GetAngle_50();
215   public double GetAngle()
216     { return GetAngle_50(); }
217
218   private native int RenderOverlay_51(vtkViewport id0);
219   public int RenderOverlay(vtkViewport id0)
220     { return RenderOverlay_51(id0); }
221
222   private native int RenderOpaqueGeometry_52(vtkViewport id0);
223   public int RenderOpaqueGeometry(vtkViewport id0)
224     { return RenderOpaqueGeometry_52(id0); }
225
226   private native int RenderTranslucentPolygonalGeometry_53(vtkViewport id0);
227   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
228     { return RenderTranslucentPolygonalGeometry_53(id0); }
229
230   private native int HasTranslucentPolygonalGeometry_54();
231   public int HasTranslucentPolygonalGeometry()
232     { return HasTranslucentPolygonalGeometry_54(); }
233
234   private native void ReleaseGraphicsResources_55(vtkWindow id0);
235   public void ReleaseGraphicsResources(vtkWindow id0)
236     { ReleaseGraphicsResources_55(id0); }
237
238   private native void ShallowCopy_56(vtkProp id0);
239   public void ShallowCopy(vtkProp id0)
240     { ShallowCopy_56(id0); }
241
242   public vtkLeaderActor2D() { super(); }
243
244   public vtkLeaderActor2D(long id) { super(id); }
245   public native long   VTKInit();
246
247 }