]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkTextSource.java
3ef2310887b6694dc26247b504b6b1a159de9db4
[simantics/3d.git] / vtk / src / vtk / vtkTextSource.java
1 // java wrapper for vtkTextSource object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkTextSource extends vtkPolyDataAlgorithm
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 SetText_2(String id0);
19   public void SetText(String id0)
20     { SetText_2(id0); }
21
22   private native String GetText_3();
23   public String GetText()
24     { return GetText_3(); }
25
26   private native void SetBacking_4(int id0);
27   public void SetBacking(int id0)
28     { SetBacking_4(id0); }
29
30   private native int GetBacking_5();
31   public int GetBacking()
32     { return GetBacking_5(); }
33
34   private native void BackingOn_6();
35   public void BackingOn()
36     { BackingOn_6(); }
37
38   private native void BackingOff_7();
39   public void BackingOff()
40     { BackingOff_7(); }
41
42   private native void SetForegroundColor_8(double id0,double id1,double id2);
43   public void SetForegroundColor(double id0,double id1,double id2)
44     { SetForegroundColor_8(id0,id1,id2); }
45
46   private native void SetForegroundColor_9(double id0[]);
47   public void SetForegroundColor(double id0[])
48     { SetForegroundColor_9(id0); }
49
50   private native double[] GetForegroundColor_10();
51   public double[] GetForegroundColor()
52     { return GetForegroundColor_10(); }
53
54   private native void SetBackgroundColor_11(double id0,double id1,double id2);
55   public void SetBackgroundColor(double id0,double id1,double id2)
56     { SetBackgroundColor_11(id0,id1,id2); }
57
58   private native void SetBackgroundColor_12(double id0[]);
59   public void SetBackgroundColor(double id0[])
60     { SetBackgroundColor_12(id0); }
61
62   private native double[] GetBackgroundColor_13();
63   public double[] GetBackgroundColor()
64     { return GetBackgroundColor_13(); }
65
66   private native void SetOutputPointsPrecision_14(int id0);
67   public void SetOutputPointsPrecision(int id0)
68     { SetOutputPointsPrecision_14(id0); }
69
70   private native int GetOutputPointsPrecision_15();
71   public int GetOutputPointsPrecision()
72     { return GetOutputPointsPrecision_15(); }
73
74   public vtkTextSource() { super(); }
75
76   public vtkTextSource(long id) { super(id); }
77   public native long   VTKInit();
78
79 }