]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkGL2PSExporter.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkGL2PSExporter.java
1 // java wrapper for vtkGL2PSExporter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkGL2PSExporter extends vtkExporter
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 SetFilePrefix_2(String id0);
19   public void SetFilePrefix(String id0)
20     { SetFilePrefix_2(id0); }
21
22   private native String GetFilePrefix_3();
23   public String GetFilePrefix()
24     { return GetFilePrefix_3(); }
25
26   private native void SetBufferSize_4(int id0);
27   public void SetBufferSize(int id0)
28     { SetBufferSize_4(id0); }
29
30   private native int GetBufferSize_5();
31   public int GetBufferSize()
32     { return GetBufferSize_5(); }
33
34   private native void SetTitle_6(String id0);
35   public void SetTitle(String id0)
36     { SetTitle_6(id0); }
37
38   private native String GetTitle_7();
39   public String GetTitle()
40     { return GetTitle_7(); }
41
42   private native void UsePainterSettings_8();
43   public void UsePainterSettings()
44     { UsePainterSettings_8(); }
45
46   private native void SetFileFormat_9(int id0);
47   public void SetFileFormat(int id0)
48     { SetFileFormat_9(id0); }
49
50   private native int GetFileFormatMinValue_10();
51   public int GetFileFormatMinValue()
52     { return GetFileFormatMinValue_10(); }
53
54   private native int GetFileFormatMaxValue_11();
55   public int GetFileFormatMaxValue()
56     { return GetFileFormatMaxValue_11(); }
57
58   private native int GetFileFormat_12();
59   public int GetFileFormat()
60     { return GetFileFormat_12(); }
61
62   private native void SetFileFormatToPS_13();
63   public void SetFileFormatToPS()
64     { SetFileFormatToPS_13(); }
65
66   private native void SetFileFormatToEPS_14();
67   public void SetFileFormatToEPS()
68     { SetFileFormatToEPS_14(); }
69
70   private native void SetFileFormatToPDF_15();
71   public void SetFileFormatToPDF()
72     { SetFileFormatToPDF_15(); }
73
74   private native void SetFileFormatToTeX_16();
75   public void SetFileFormatToTeX()
76     { SetFileFormatToTeX_16(); }
77
78   private native void SetFileFormatToSVG_17();
79   public void SetFileFormatToSVG()
80     { SetFileFormatToSVG_17(); }
81
82   private native String GetFileFormatAsString_18();
83   public String GetFileFormatAsString()
84     { return GetFileFormatAsString_18(); }
85
86   private native void SetSort_19(int id0);
87   public void SetSort(int id0)
88     { SetSort_19(id0); }
89
90   private native int GetSortMinValue_20();
91   public int GetSortMinValue()
92     { return GetSortMinValue_20(); }
93
94   private native int GetSortMaxValue_21();
95   public int GetSortMaxValue()
96     { return GetSortMaxValue_21(); }
97
98   private native int GetSort_22();
99   public int GetSort()
100     { return GetSort_22(); }
101
102   private native void SetSortToOff_23();
103   public void SetSortToOff()
104     { SetSortToOff_23(); }
105
106   private native void SetSortToSimple_24();
107   public void SetSortToSimple()
108     { SetSortToSimple_24(); }
109
110   private native void SetSortToBSP_25();
111   public void SetSortToBSP()
112     { SetSortToBSP_25(); }
113
114   private native String GetSortAsString_26();
115   public String GetSortAsString()
116     { return GetSortAsString_26(); }
117
118   private native void SetCompress_27(int id0);
119   public void SetCompress(int id0)
120     { SetCompress_27(id0); }
121
122   private native int GetCompress_28();
123   public int GetCompress()
124     { return GetCompress_28(); }
125
126   private native void CompressOn_29();
127   public void CompressOn()
128     { CompressOn_29(); }
129
130   private native void CompressOff_30();
131   public void CompressOff()
132     { CompressOff_30(); }
133
134   private native void SetDrawBackground_31(int id0);
135   public void SetDrawBackground(int id0)
136     { SetDrawBackground_31(id0); }
137
138   private native int GetDrawBackground_32();
139   public int GetDrawBackground()
140     { return GetDrawBackground_32(); }
141
142   private native void DrawBackgroundOn_33();
143   public void DrawBackgroundOn()
144     { DrawBackgroundOn_33(); }
145
146   private native void DrawBackgroundOff_34();
147   public void DrawBackgroundOff()
148     { DrawBackgroundOff_34(); }
149
150   private native void SetSimpleLineOffset_35(int id0);
151   public void SetSimpleLineOffset(int id0)
152     { SetSimpleLineOffset_35(id0); }
153
154   private native int GetSimpleLineOffset_36();
155   public int GetSimpleLineOffset()
156     { return GetSimpleLineOffset_36(); }
157
158   private native void SimpleLineOffsetOn_37();
159   public void SimpleLineOffsetOn()
160     { SimpleLineOffsetOn_37(); }
161
162   private native void SimpleLineOffsetOff_38();
163   public void SimpleLineOffsetOff()
164     { SimpleLineOffsetOff_38(); }
165
166   private native void SetSilent_39(int id0);
167   public void SetSilent(int id0)
168     { SetSilent_39(id0); }
169
170   private native int GetSilent_40();
171   public int GetSilent()
172     { return GetSilent_40(); }
173
174   private native void SilentOn_41();
175   public void SilentOn()
176     { SilentOn_41(); }
177
178   private native void SilentOff_42();
179   public void SilentOff()
180     { SilentOff_42(); }
181
182   private native void SetBestRoot_43(int id0);
183   public void SetBestRoot(int id0)
184     { SetBestRoot_43(id0); }
185
186   private native int GetBestRoot_44();
187   public int GetBestRoot()
188     { return GetBestRoot_44(); }
189
190   private native void BestRootOn_45();
191   public void BestRootOn()
192     { BestRootOn_45(); }
193
194   private native void BestRootOff_46();
195   public void BestRootOff()
196     { BestRootOff_46(); }
197
198   private native void SetText_47(int id0);
199   public void SetText(int id0)
200     { SetText_47(id0); }
201
202   private native int GetText_48();
203   public int GetText()
204     { return GetText_48(); }
205
206   private native void TextOn_49();
207   public void TextOn()
208     { TextOn_49(); }
209
210   private native void TextOff_50();
211   public void TextOff()
212     { TextOff_50(); }
213
214   private native void SetLandscape_51(int id0);
215   public void SetLandscape(int id0)
216     { SetLandscape_51(id0); }
217
218   private native int GetLandscape_52();
219   public int GetLandscape()
220     { return GetLandscape_52(); }
221
222   private native void LandscapeOn_53();
223   public void LandscapeOn()
224     { LandscapeOn_53(); }
225
226   private native void LandscapeOff_54();
227   public void LandscapeOff()
228     { LandscapeOff_54(); }
229
230   private native void SetPS3Shading_55(int id0);
231   public void SetPS3Shading(int id0)
232     { SetPS3Shading_55(id0); }
233
234   private native int GetPS3Shading_56();
235   public int GetPS3Shading()
236     { return GetPS3Shading_56(); }
237
238   private native void PS3ShadingOn_57();
239   public void PS3ShadingOn()
240     { PS3ShadingOn_57(); }
241
242   private native void PS3ShadingOff_58();
243   public void PS3ShadingOff()
244     { PS3ShadingOff_58(); }
245
246   private native void SetOcclusionCull_59(int id0);
247   public void SetOcclusionCull(int id0)
248     { SetOcclusionCull_59(id0); }
249
250   private native int GetOcclusionCull_60();
251   public int GetOcclusionCull()
252     { return GetOcclusionCull_60(); }
253
254   private native void OcclusionCullOn_61();
255   public void OcclusionCullOn()
256     { OcclusionCullOn_61(); }
257
258   private native void OcclusionCullOff_62();
259   public void OcclusionCullOff()
260     { OcclusionCullOff_62(); }
261
262   private native void SetWrite3DPropsAsRasterImage_63(int id0);
263   public void SetWrite3DPropsAsRasterImage(int id0)
264     { SetWrite3DPropsAsRasterImage_63(id0); }
265
266   private native int GetWrite3DPropsAsRasterImage_64();
267   public int GetWrite3DPropsAsRasterImage()
268     { return GetWrite3DPropsAsRasterImage_64(); }
269
270   private native void Write3DPropsAsRasterImageOn_65();
271   public void Write3DPropsAsRasterImageOn()
272     { Write3DPropsAsRasterImageOn_65(); }
273
274   private native void Write3DPropsAsRasterImageOff_66();
275   public void Write3DPropsAsRasterImageOff()
276     { Write3DPropsAsRasterImageOff_66(); }
277
278   private native void SetTextAsPath_67(boolean id0);
279   public void SetTextAsPath(boolean id0)
280     { SetTextAsPath_67(id0); }
281
282   private native boolean GetTextAsPath_68();
283   public boolean GetTextAsPath()
284     { return GetTextAsPath_68(); }
285
286   private native void TextAsPathOn_69();
287   public void TextAsPathOn()
288     { TextAsPathOn_69(); }
289
290   private native void TextAsPathOff_70();
291   public void TextAsPathOff()
292     { TextAsPathOff_70(); }
293
294   private native void SetRasterExclusions_71(vtkPropCollection id0);
295   public void SetRasterExclusions(vtkPropCollection id0)
296     { SetRasterExclusions_71(id0); }
297
298   private native long GetRasterExclusions_72();
299   public vtkPropCollection GetRasterExclusions() {
300     long temp = GetRasterExclusions_72();
301
302     if (temp == 0) return null;
303     return (vtkPropCollection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
304 }
305
306   private native void SetPointSizeFactor_73(double id0);
307   public void SetPointSizeFactor(double id0)
308     { SetPointSizeFactor_73(id0); }
309
310   private native double GetPointSizeFactor_74();
311   public double GetPointSizeFactor()
312     { return GetPointSizeFactor_74(); }
313
314   private native void SetLineWidthFactor_75(double id0);
315   public void SetLineWidthFactor(double id0)
316     { SetLineWidthFactor_75(id0); }
317
318   private native double GetLineWidthFactor_76();
319   public double GetLineWidthFactor()
320     { return GetLineWidthFactor_76(); }
321
322   public vtkGL2PSExporter() { super(); }
323
324   public vtkGL2PSExporter(long id) { super(id); }
325   public native long   VTKInit();
326
327 }