]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkTextProperty.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkTextProperty.java
1 // java wrapper for vtkTextProperty object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkTextProperty extends vtkObject
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 SetColor_2(double id0,double id1,double id2);
19   public void SetColor(double id0,double id1,double id2)
20     { SetColor_2(id0,id1,id2); }
21
22   private native void SetColor_3(double id0[]);
23   public void SetColor(double id0[])
24     { SetColor_3(id0); }
25
26   private native double[] GetColor_4();
27   public double[] GetColor()
28     { return GetColor_4(); }
29
30   private native void SetOpacity_5(double id0);
31   public void SetOpacity(double id0)
32     { SetOpacity_5(id0); }
33
34   private native double GetOpacityMinValue_6();
35   public double GetOpacityMinValue()
36     { return GetOpacityMinValue_6(); }
37
38   private native double GetOpacityMaxValue_7();
39   public double GetOpacityMaxValue()
40     { return GetOpacityMaxValue_7(); }
41
42   private native double GetOpacity_8();
43   public double GetOpacity()
44     { return GetOpacity_8(); }
45
46   private native void SetBackgroundColor_9(double id0,double id1,double id2);
47   public void SetBackgroundColor(double id0,double id1,double id2)
48     { SetBackgroundColor_9(id0,id1,id2); }
49
50   private native void SetBackgroundColor_10(double id0[]);
51   public void SetBackgroundColor(double id0[])
52     { SetBackgroundColor_10(id0); }
53
54   private native double[] GetBackgroundColor_11();
55   public double[] GetBackgroundColor()
56     { return GetBackgroundColor_11(); }
57
58   private native void SetBackgroundOpacity_12(double id0);
59   public void SetBackgroundOpacity(double id0)
60     { SetBackgroundOpacity_12(id0); }
61
62   private native double GetBackgroundOpacityMinValue_13();
63   public double GetBackgroundOpacityMinValue()
64     { return GetBackgroundOpacityMinValue_13(); }
65
66   private native double GetBackgroundOpacityMaxValue_14();
67   public double GetBackgroundOpacityMaxValue()
68     { return GetBackgroundOpacityMaxValue_14(); }
69
70   private native double GetBackgroundOpacity_15();
71   public double GetBackgroundOpacity()
72     { return GetBackgroundOpacity_15(); }
73
74   private native void SetFrameColor_16(double id0,double id1,double id2);
75   public void SetFrameColor(double id0,double id1,double id2)
76     { SetFrameColor_16(id0,id1,id2); }
77
78   private native void SetFrameColor_17(double id0[]);
79   public void SetFrameColor(double id0[])
80     { SetFrameColor_17(id0); }
81
82   private native double[] GetFrameColor_18();
83   public double[] GetFrameColor()
84     { return GetFrameColor_18(); }
85
86   private native void SetFrame_19(int id0);
87   public void SetFrame(int id0)
88     { SetFrame_19(id0); }
89
90   private native int GetFrame_20();
91   public int GetFrame()
92     { return GetFrame_20(); }
93
94   private native void FrameOn_21();
95   public void FrameOn()
96     { FrameOn_21(); }
97
98   private native void FrameOff_22();
99   public void FrameOff()
100     { FrameOff_22(); }
101
102   private native void SetFrameWidth_23(int id0);
103   public void SetFrameWidth(int id0)
104     { SetFrameWidth_23(id0); }
105
106   private native int GetFrameWidthMinValue_24();
107   public int GetFrameWidthMinValue()
108     { return GetFrameWidthMinValue_24(); }
109
110   private native int GetFrameWidthMaxValue_25();
111   public int GetFrameWidthMaxValue()
112     { return GetFrameWidthMaxValue_25(); }
113
114   private native int GetFrameWidth_26();
115   public int GetFrameWidth()
116     { return GetFrameWidth_26(); }
117
118   private native String GetFontFamilyAsString_27();
119   public String GetFontFamilyAsString()
120     { return GetFontFamilyAsString_27(); }
121
122   private native void SetFontFamilyAsString_28(String id0);
123   public void SetFontFamilyAsString(String id0)
124     { SetFontFamilyAsString_28(id0); }
125
126   private native void SetFontFamily_29(int id0);
127   public void SetFontFamily(int id0)
128     { SetFontFamily_29(id0); }
129
130   private native int GetFontFamily_30();
131   public int GetFontFamily()
132     { return GetFontFamily_30(); }
133
134   private native int GetFontFamilyMinValue_31();
135   public int GetFontFamilyMinValue()
136     { return GetFontFamilyMinValue_31(); }
137
138   private native void SetFontFamilyToArial_32();
139   public void SetFontFamilyToArial()
140     { SetFontFamilyToArial_32(); }
141
142   private native void SetFontFamilyToCourier_33();
143   public void SetFontFamilyToCourier()
144     { SetFontFamilyToCourier_33(); }
145
146   private native void SetFontFamilyToTimes_34();
147   public void SetFontFamilyToTimes()
148     { SetFontFamilyToTimes_34(); }
149
150   private native int GetFontFamilyFromString_35(String id0);
151   public int GetFontFamilyFromString(String id0)
152     { return GetFontFamilyFromString_35(id0); }
153
154   private native String GetFontFamilyAsString_36(int id0);
155   public String GetFontFamilyAsString(int id0)
156     { return GetFontFamilyAsString_36(id0); }
157
158   private native String GetFontFile_37();
159   public String GetFontFile()
160     { return GetFontFile_37(); }
161
162   private native void SetFontFile_38(String id0);
163   public void SetFontFile(String id0)
164     { SetFontFile_38(id0); }
165
166   private native void SetFontSize_39(int id0);
167   public void SetFontSize(int id0)
168     { SetFontSize_39(id0); }
169
170   private native int GetFontSizeMinValue_40();
171   public int GetFontSizeMinValue()
172     { return GetFontSizeMinValue_40(); }
173
174   private native int GetFontSizeMaxValue_41();
175   public int GetFontSizeMaxValue()
176     { return GetFontSizeMaxValue_41(); }
177
178   private native int GetFontSize_42();
179   public int GetFontSize()
180     { return GetFontSize_42(); }
181
182   private native void SetBold_43(int id0);
183   public void SetBold(int id0)
184     { SetBold_43(id0); }
185
186   private native int GetBold_44();
187   public int GetBold()
188     { return GetBold_44(); }
189
190   private native void BoldOn_45();
191   public void BoldOn()
192     { BoldOn_45(); }
193
194   private native void BoldOff_46();
195   public void BoldOff()
196     { BoldOff_46(); }
197
198   private native void SetItalic_47(int id0);
199   public void SetItalic(int id0)
200     { SetItalic_47(id0); }
201
202   private native int GetItalic_48();
203   public int GetItalic()
204     { return GetItalic_48(); }
205
206   private native void ItalicOn_49();
207   public void ItalicOn()
208     { ItalicOn_49(); }
209
210   private native void ItalicOff_50();
211   public void ItalicOff()
212     { ItalicOff_50(); }
213
214   private native void SetShadow_51(int id0);
215   public void SetShadow(int id0)
216     { SetShadow_51(id0); }
217
218   private native int GetShadow_52();
219   public int GetShadow()
220     { return GetShadow_52(); }
221
222   private native void ShadowOn_53();
223   public void ShadowOn()
224     { ShadowOn_53(); }
225
226   private native void ShadowOff_54();
227   public void ShadowOff()
228     { ShadowOff_54(); }
229
230   private native void SetShadowOffset_55(int id0,int id1);
231   public void SetShadowOffset(int id0,int id1)
232     { SetShadowOffset_55(id0,id1); }
233
234   private native void SetShadowOffset_56(int id0[]);
235   public void SetShadowOffset(int id0[])
236     { SetShadowOffset_56(id0); }
237
238   private native int[]  GetShadowOffset_57();
239   public int[]  GetShadowOffset()
240     { return GetShadowOffset_57(); }
241
242   private native void GetShadowColor_58(double id0[]);
243   public void GetShadowColor(double id0[])
244     { GetShadowColor_58(id0); }
245
246   private native void SetJustification_59(int id0);
247   public void SetJustification(int id0)
248     { SetJustification_59(id0); }
249
250   private native int GetJustificationMinValue_60();
251   public int GetJustificationMinValue()
252     { return GetJustificationMinValue_60(); }
253
254   private native int GetJustificationMaxValue_61();
255   public int GetJustificationMaxValue()
256     { return GetJustificationMaxValue_61(); }
257
258   private native int GetJustification_62();
259   public int GetJustification()
260     { return GetJustification_62(); }
261
262   private native void SetJustificationToLeft_63();
263   public void SetJustificationToLeft()
264     { SetJustificationToLeft_63(); }
265
266   private native void SetJustificationToCentered_64();
267   public void SetJustificationToCentered()
268     { SetJustificationToCentered_64(); }
269
270   private native void SetJustificationToRight_65();
271   public void SetJustificationToRight()
272     { SetJustificationToRight_65(); }
273
274   private native String GetJustificationAsString_66();
275   public String GetJustificationAsString()
276     { return GetJustificationAsString_66(); }
277
278   private native void SetVerticalJustification_67(int id0);
279   public void SetVerticalJustification(int id0)
280     { SetVerticalJustification_67(id0); }
281
282   private native int GetVerticalJustificationMinValue_68();
283   public int GetVerticalJustificationMinValue()
284     { return GetVerticalJustificationMinValue_68(); }
285
286   private native int GetVerticalJustificationMaxValue_69();
287   public int GetVerticalJustificationMaxValue()
288     { return GetVerticalJustificationMaxValue_69(); }
289
290   private native int GetVerticalJustification_70();
291   public int GetVerticalJustification()
292     { return GetVerticalJustification_70(); }
293
294   private native void SetVerticalJustificationToBottom_71();
295   public void SetVerticalJustificationToBottom()
296     { SetVerticalJustificationToBottom_71(); }
297
298   private native void SetVerticalJustificationToCentered_72();
299   public void SetVerticalJustificationToCentered()
300     { SetVerticalJustificationToCentered_72(); }
301
302   private native void SetVerticalJustificationToTop_73();
303   public void SetVerticalJustificationToTop()
304     { SetVerticalJustificationToTop_73(); }
305
306   private native String GetVerticalJustificationAsString_74();
307   public String GetVerticalJustificationAsString()
308     { return GetVerticalJustificationAsString_74(); }
309
310   private native void SetUseTightBoundingBox_75(int id0);
311   public void SetUseTightBoundingBox(int id0)
312     { SetUseTightBoundingBox_75(id0); }
313
314   private native int GetUseTightBoundingBox_76();
315   public int GetUseTightBoundingBox()
316     { return GetUseTightBoundingBox_76(); }
317
318   private native void UseTightBoundingBoxOn_77();
319   public void UseTightBoundingBoxOn()
320     { UseTightBoundingBoxOn_77(); }
321
322   private native void UseTightBoundingBoxOff_78();
323   public void UseTightBoundingBoxOff()
324     { UseTightBoundingBoxOff_78(); }
325
326   private native void SetOrientation_79(double id0);
327   public void SetOrientation(double id0)
328     { SetOrientation_79(id0); }
329
330   private native double GetOrientation_80();
331   public double GetOrientation()
332     { return GetOrientation_80(); }
333
334   private native void SetLineSpacing_81(double id0);
335   public void SetLineSpacing(double id0)
336     { SetLineSpacing_81(id0); }
337
338   private native double GetLineSpacing_82();
339   public double GetLineSpacing()
340     { return GetLineSpacing_82(); }
341
342   private native void SetLineOffset_83(double id0);
343   public void SetLineOffset(double id0)
344     { SetLineOffset_83(id0); }
345
346   private native double GetLineOffset_84();
347   public double GetLineOffset()
348     { return GetLineOffset_84(); }
349
350   private native void ShallowCopy_85(vtkTextProperty id0);
351   public void ShallowCopy(vtkTextProperty id0)
352     { ShallowCopy_85(id0); }
353
354   public vtkTextProperty() { super(); }
355
356   public vtkTextProperty(long id) { super(id); }
357   public native long   VTKInit();
358
359 }