]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkGlyphSource2D.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkGlyphSource2D.java
1 // java wrapper for vtkGlyphSource2D object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkGlyphSource2D 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 SetCenter_2(double id0,double id1,double id2);
19   public void SetCenter(double id0,double id1,double id2)
20     { SetCenter_2(id0,id1,id2); }
21
22   private native void SetCenter_3(double id0[]);
23   public void SetCenter(double id0[])
24     { SetCenter_3(id0); }
25
26   private native double[] GetCenter_4();
27   public double[] GetCenter()
28     { return GetCenter_4(); }
29
30   private native void SetScale_5(double id0);
31   public void SetScale(double id0)
32     { SetScale_5(id0); }
33
34   private native double GetScaleMinValue_6();
35   public double GetScaleMinValue()
36     { return GetScaleMinValue_6(); }
37
38   private native double GetScaleMaxValue_7();
39   public double GetScaleMaxValue()
40     { return GetScaleMaxValue_7(); }
41
42   private native double GetScale_8();
43   public double GetScale()
44     { return GetScale_8(); }
45
46   private native void SetScale2_9(double id0);
47   public void SetScale2(double id0)
48     { SetScale2_9(id0); }
49
50   private native double GetScale2MinValue_10();
51   public double GetScale2MinValue()
52     { return GetScale2MinValue_10(); }
53
54   private native double GetScale2MaxValue_11();
55   public double GetScale2MaxValue()
56     { return GetScale2MaxValue_11(); }
57
58   private native double GetScale2_12();
59   public double GetScale2()
60     { return GetScale2_12(); }
61
62   private native void SetColor_13(double id0,double id1,double id2);
63   public void SetColor(double id0,double id1,double id2)
64     { SetColor_13(id0,id1,id2); }
65
66   private native void SetColor_14(double id0[]);
67   public void SetColor(double id0[])
68     { SetColor_14(id0); }
69
70   private native double[] GetColor_15();
71   public double[] GetColor()
72     { return GetColor_15(); }
73
74   private native void SetFilled_16(int id0);
75   public void SetFilled(int id0)
76     { SetFilled_16(id0); }
77
78   private native int GetFilled_17();
79   public int GetFilled()
80     { return GetFilled_17(); }
81
82   private native void FilledOn_18();
83   public void FilledOn()
84     { FilledOn_18(); }
85
86   private native void FilledOff_19();
87   public void FilledOff()
88     { FilledOff_19(); }
89
90   private native void SetDash_20(int id0);
91   public void SetDash(int id0)
92     { SetDash_20(id0); }
93
94   private native int GetDash_21();
95   public int GetDash()
96     { return GetDash_21(); }
97
98   private native void DashOn_22();
99   public void DashOn()
100     { DashOn_22(); }
101
102   private native void DashOff_23();
103   public void DashOff()
104     { DashOff_23(); }
105
106   private native void SetCross_24(int id0);
107   public void SetCross(int id0)
108     { SetCross_24(id0); }
109
110   private native int GetCross_25();
111   public int GetCross()
112     { return GetCross_25(); }
113
114   private native void CrossOn_26();
115   public void CrossOn()
116     { CrossOn_26(); }
117
118   private native void CrossOff_27();
119   public void CrossOff()
120     { CrossOff_27(); }
121
122   private native void SetRotationAngle_28(double id0);
123   public void SetRotationAngle(double id0)
124     { SetRotationAngle_28(id0); }
125
126   private native double GetRotationAngle_29();
127   public double GetRotationAngle()
128     { return GetRotationAngle_29(); }
129
130   private native void SetResolution_30(int id0);
131   public void SetResolution(int id0)
132     { SetResolution_30(id0); }
133
134   private native int GetResolutionMinValue_31();
135   public int GetResolutionMinValue()
136     { return GetResolutionMinValue_31(); }
137
138   private native int GetResolutionMaxValue_32();
139   public int GetResolutionMaxValue()
140     { return GetResolutionMaxValue_32(); }
141
142   private native int GetResolution_33();
143   public int GetResolution()
144     { return GetResolution_33(); }
145
146   private native void SetGlyphType_34(int id0);
147   public void SetGlyphType(int id0)
148     { SetGlyphType_34(id0); }
149
150   private native int GetGlyphTypeMinValue_35();
151   public int GetGlyphTypeMinValue()
152     { return GetGlyphTypeMinValue_35(); }
153
154   private native int GetGlyphTypeMaxValue_36();
155   public int GetGlyphTypeMaxValue()
156     { return GetGlyphTypeMaxValue_36(); }
157
158   private native int GetGlyphType_37();
159   public int GetGlyphType()
160     { return GetGlyphType_37(); }
161
162   private native void SetGlyphTypeToNone_38();
163   public void SetGlyphTypeToNone()
164     { SetGlyphTypeToNone_38(); }
165
166   private native void SetGlyphTypeToVertex_39();
167   public void SetGlyphTypeToVertex()
168     { SetGlyphTypeToVertex_39(); }
169
170   private native void SetGlyphTypeToDash_40();
171   public void SetGlyphTypeToDash()
172     { SetGlyphTypeToDash_40(); }
173
174   private native void SetGlyphTypeToCross_41();
175   public void SetGlyphTypeToCross()
176     { SetGlyphTypeToCross_41(); }
177
178   private native void SetGlyphTypeToThickCross_42();
179   public void SetGlyphTypeToThickCross()
180     { SetGlyphTypeToThickCross_42(); }
181
182   private native void SetGlyphTypeToTriangle_43();
183   public void SetGlyphTypeToTriangle()
184     { SetGlyphTypeToTriangle_43(); }
185
186   private native void SetGlyphTypeToSquare_44();
187   public void SetGlyphTypeToSquare()
188     { SetGlyphTypeToSquare_44(); }
189
190   private native void SetGlyphTypeToCircle_45();
191   public void SetGlyphTypeToCircle()
192     { SetGlyphTypeToCircle_45(); }
193
194   private native void SetGlyphTypeToDiamond_46();
195   public void SetGlyphTypeToDiamond()
196     { SetGlyphTypeToDiamond_46(); }
197
198   private native void SetGlyphTypeToArrow_47();
199   public void SetGlyphTypeToArrow()
200     { SetGlyphTypeToArrow_47(); }
201
202   private native void SetGlyphTypeToThickArrow_48();
203   public void SetGlyphTypeToThickArrow()
204     { SetGlyphTypeToThickArrow_48(); }
205
206   private native void SetGlyphTypeToHookedArrow_49();
207   public void SetGlyphTypeToHookedArrow()
208     { SetGlyphTypeToHookedArrow_49(); }
209
210   private native void SetGlyphTypeToEdgeArrow_50();
211   public void SetGlyphTypeToEdgeArrow()
212     { SetGlyphTypeToEdgeArrow_50(); }
213
214   private native void SetOutputPointsPrecision_51(int id0);
215   public void SetOutputPointsPrecision(int id0)
216     { SetOutputPointsPrecision_51(id0); }
217
218   private native int GetOutputPointsPrecision_52();
219   public int GetOutputPointsPrecision()
220     { return GetOutputPointsPrecision_52(); }
221
222   public vtkGlyphSource2D() { super(); }
223
224   public vtkGlyphSource2D(long id) { super(id); }
225   public native long   VTKInit();
226
227 }