]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkLegendScaleActor.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkLegendScaleActor.java
1 // java wrapper for vtkLegendScaleActor object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkLegendScaleActor extends vtkProp
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 SetLabelMode_2(int id0);
19   public void SetLabelMode(int id0)
20     { SetLabelMode_2(id0); }
21
22   private native int GetLabelModeMinValue_3();
23   public int GetLabelModeMinValue()
24     { return GetLabelModeMinValue_3(); }
25
26   private native int GetLabelModeMaxValue_4();
27   public int GetLabelModeMaxValue()
28     { return GetLabelModeMaxValue_4(); }
29
30   private native int GetLabelMode_5();
31   public int GetLabelMode()
32     { return GetLabelMode_5(); }
33
34   private native void SetLabelModeToDistance_6();
35   public void SetLabelModeToDistance()
36     { SetLabelModeToDistance_6(); }
37
38   private native void SetLabelModeToXYCoordinates_7();
39   public void SetLabelModeToXYCoordinates()
40     { SetLabelModeToXYCoordinates_7(); }
41
42   private native void SetRightAxisVisibility_8(int id0);
43   public void SetRightAxisVisibility(int id0)
44     { SetRightAxisVisibility_8(id0); }
45
46   private native int GetRightAxisVisibility_9();
47   public int GetRightAxisVisibility()
48     { return GetRightAxisVisibility_9(); }
49
50   private native void RightAxisVisibilityOn_10();
51   public void RightAxisVisibilityOn()
52     { RightAxisVisibilityOn_10(); }
53
54   private native void RightAxisVisibilityOff_11();
55   public void RightAxisVisibilityOff()
56     { RightAxisVisibilityOff_11(); }
57
58   private native void SetTopAxisVisibility_12(int id0);
59   public void SetTopAxisVisibility(int id0)
60     { SetTopAxisVisibility_12(id0); }
61
62   private native int GetTopAxisVisibility_13();
63   public int GetTopAxisVisibility()
64     { return GetTopAxisVisibility_13(); }
65
66   private native void TopAxisVisibilityOn_14();
67   public void TopAxisVisibilityOn()
68     { TopAxisVisibilityOn_14(); }
69
70   private native void TopAxisVisibilityOff_15();
71   public void TopAxisVisibilityOff()
72     { TopAxisVisibilityOff_15(); }
73
74   private native void SetLeftAxisVisibility_16(int id0);
75   public void SetLeftAxisVisibility(int id0)
76     { SetLeftAxisVisibility_16(id0); }
77
78   private native int GetLeftAxisVisibility_17();
79   public int GetLeftAxisVisibility()
80     { return GetLeftAxisVisibility_17(); }
81
82   private native void LeftAxisVisibilityOn_18();
83   public void LeftAxisVisibilityOn()
84     { LeftAxisVisibilityOn_18(); }
85
86   private native void LeftAxisVisibilityOff_19();
87   public void LeftAxisVisibilityOff()
88     { LeftAxisVisibilityOff_19(); }
89
90   private native void SetBottomAxisVisibility_20(int id0);
91   public void SetBottomAxisVisibility(int id0)
92     { SetBottomAxisVisibility_20(id0); }
93
94   private native int GetBottomAxisVisibility_21();
95   public int GetBottomAxisVisibility()
96     { return GetBottomAxisVisibility_21(); }
97
98   private native void BottomAxisVisibilityOn_22();
99   public void BottomAxisVisibilityOn()
100     { BottomAxisVisibilityOn_22(); }
101
102   private native void BottomAxisVisibilityOff_23();
103   public void BottomAxisVisibilityOff()
104     { BottomAxisVisibilityOff_23(); }
105
106   private native void SetLegendVisibility_24(int id0);
107   public void SetLegendVisibility(int id0)
108     { SetLegendVisibility_24(id0); }
109
110   private native int GetLegendVisibility_25();
111   public int GetLegendVisibility()
112     { return GetLegendVisibility_25(); }
113
114   private native void LegendVisibilityOn_26();
115   public void LegendVisibilityOn()
116     { LegendVisibilityOn_26(); }
117
118   private native void LegendVisibilityOff_27();
119   public void LegendVisibilityOff()
120     { LegendVisibilityOff_27(); }
121
122   private native void AllAxesOn_28();
123   public void AllAxesOn()
124     { AllAxesOn_28(); }
125
126   private native void AllAxesOff_29();
127   public void AllAxesOff()
128     { AllAxesOff_29(); }
129
130   private native void AllAnnotationsOn_30();
131   public void AllAnnotationsOn()
132     { AllAnnotationsOn_30(); }
133
134   private native void AllAnnotationsOff_31();
135   public void AllAnnotationsOff()
136     { AllAnnotationsOff_31(); }
137
138   private native void SetRightBorderOffset_32(int id0);
139   public void SetRightBorderOffset(int id0)
140     { SetRightBorderOffset_32(id0); }
141
142   private native int GetRightBorderOffsetMinValue_33();
143   public int GetRightBorderOffsetMinValue()
144     { return GetRightBorderOffsetMinValue_33(); }
145
146   private native int GetRightBorderOffsetMaxValue_34();
147   public int GetRightBorderOffsetMaxValue()
148     { return GetRightBorderOffsetMaxValue_34(); }
149
150   private native int GetRightBorderOffset_35();
151   public int GetRightBorderOffset()
152     { return GetRightBorderOffset_35(); }
153
154   private native void SetTopBorderOffset_36(int id0);
155   public void SetTopBorderOffset(int id0)
156     { SetTopBorderOffset_36(id0); }
157
158   private native int GetTopBorderOffsetMinValue_37();
159   public int GetTopBorderOffsetMinValue()
160     { return GetTopBorderOffsetMinValue_37(); }
161
162   private native int GetTopBorderOffsetMaxValue_38();
163   public int GetTopBorderOffsetMaxValue()
164     { return GetTopBorderOffsetMaxValue_38(); }
165
166   private native int GetTopBorderOffset_39();
167   public int GetTopBorderOffset()
168     { return GetTopBorderOffset_39(); }
169
170   private native void SetLeftBorderOffset_40(int id0);
171   public void SetLeftBorderOffset(int id0)
172     { SetLeftBorderOffset_40(id0); }
173
174   private native int GetLeftBorderOffsetMinValue_41();
175   public int GetLeftBorderOffsetMinValue()
176     { return GetLeftBorderOffsetMinValue_41(); }
177
178   private native int GetLeftBorderOffsetMaxValue_42();
179   public int GetLeftBorderOffsetMaxValue()
180     { return GetLeftBorderOffsetMaxValue_42(); }
181
182   private native int GetLeftBorderOffset_43();
183   public int GetLeftBorderOffset()
184     { return GetLeftBorderOffset_43(); }
185
186   private native void SetBottomBorderOffset_44(int id0);
187   public void SetBottomBorderOffset(int id0)
188     { SetBottomBorderOffset_44(id0); }
189
190   private native int GetBottomBorderOffsetMinValue_45();
191   public int GetBottomBorderOffsetMinValue()
192     { return GetBottomBorderOffsetMinValue_45(); }
193
194   private native int GetBottomBorderOffsetMaxValue_46();
195   public int GetBottomBorderOffsetMaxValue()
196     { return GetBottomBorderOffsetMaxValue_46(); }
197
198   private native int GetBottomBorderOffset_47();
199   public int GetBottomBorderOffset()
200     { return GetBottomBorderOffset_47(); }
201
202   private native void SetCornerOffsetFactor_48(double id0);
203   public void SetCornerOffsetFactor(double id0)
204     { SetCornerOffsetFactor_48(id0); }
205
206   private native double GetCornerOffsetFactorMinValue_49();
207   public double GetCornerOffsetFactorMinValue()
208     { return GetCornerOffsetFactorMinValue_49(); }
209
210   private native double GetCornerOffsetFactorMaxValue_50();
211   public double GetCornerOffsetFactorMaxValue()
212     { return GetCornerOffsetFactorMaxValue_50(); }
213
214   private native double GetCornerOffsetFactor_51();
215   public double GetCornerOffsetFactor()
216     { return GetCornerOffsetFactor_51(); }
217
218   private native long GetLegendTitleProperty_52();
219   public vtkTextProperty GetLegendTitleProperty() {
220     long temp = GetLegendTitleProperty_52();
221
222     if (temp == 0) return null;
223     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
224 }
225
226   private native long GetLegendLabelProperty_53();
227   public vtkTextProperty GetLegendLabelProperty() {
228     long temp = GetLegendLabelProperty_53();
229
230     if (temp == 0) return null;
231     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
232 }
233
234   private native long GetRightAxis_54();
235   public vtkAxisActor2D GetRightAxis() {
236     long temp = GetRightAxis_54();
237
238     if (temp == 0) return null;
239     return (vtkAxisActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
240 }
241
242   private native long GetTopAxis_55();
243   public vtkAxisActor2D GetTopAxis() {
244     long temp = GetTopAxis_55();
245
246     if (temp == 0) return null;
247     return (vtkAxisActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
248 }
249
250   private native long GetLeftAxis_56();
251   public vtkAxisActor2D GetLeftAxis() {
252     long temp = GetLeftAxis_56();
253
254     if (temp == 0) return null;
255     return (vtkAxisActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
256 }
257
258   private native long GetBottomAxis_57();
259   public vtkAxisActor2D GetBottomAxis() {
260     long temp = GetBottomAxis_57();
261
262     if (temp == 0) return null;
263     return (vtkAxisActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
264 }
265
266   private native void BuildRepresentation_58(vtkViewport id0);
267   public void BuildRepresentation(vtkViewport id0)
268     { BuildRepresentation_58(id0); }
269
270   private native void GetActors2D_59(vtkPropCollection id0);
271   public void GetActors2D(vtkPropCollection id0)
272     { GetActors2D_59(id0); }
273
274   private native void ReleaseGraphicsResources_60(vtkWindow id0);
275   public void ReleaseGraphicsResources(vtkWindow id0)
276     { ReleaseGraphicsResources_60(id0); }
277
278   private native int RenderOverlay_61(vtkViewport id0);
279   public int RenderOverlay(vtkViewport id0)
280     { return RenderOverlay_61(id0); }
281
282   private native int RenderOpaqueGeometry_62(vtkViewport id0);
283   public int RenderOpaqueGeometry(vtkViewport id0)
284     { return RenderOpaqueGeometry_62(id0); }
285
286   public vtkLegendScaleActor() { super(); }
287
288   public vtkLegendScaleActor(long id) { super(id); }
289   public native long   VTKInit();
290
291 }