]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSpiderPlotActor.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkSpiderPlotActor.java
1 // java wrapper for vtkSpiderPlotActor object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkSpiderPlotActor extends vtkActor2D
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 SetInputData_2(vtkDataObject id0);
19   public void SetInputData(vtkDataObject id0)
20     { SetInputData_2(id0); }
21
22   private native void SetInputConnection_3(vtkAlgorithmOutput id0);
23   public void SetInputConnection(vtkAlgorithmOutput id0)
24     { SetInputConnection_3(id0); }
25
26   private native long GetInput_4();
27   public vtkDataObject GetInput() {
28     long temp = GetInput_4();
29
30     if (temp == 0) return null;
31     return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native void SetIndependentVariables_5(int id0);
35   public void SetIndependentVariables(int id0)
36     { SetIndependentVariables_5(id0); }
37
38   private native int GetIndependentVariablesMinValue_6();
39   public int GetIndependentVariablesMinValue()
40     { return GetIndependentVariablesMinValue_6(); }
41
42   private native int GetIndependentVariablesMaxValue_7();
43   public int GetIndependentVariablesMaxValue()
44     { return GetIndependentVariablesMaxValue_7(); }
45
46   private native int GetIndependentVariables_8();
47   public int GetIndependentVariables()
48     { return GetIndependentVariables_8(); }
49
50   private native void SetIndependentVariablesToColumns_9();
51   public void SetIndependentVariablesToColumns()
52     { SetIndependentVariablesToColumns_9(); }
53
54   private native void SetIndependentVariablesToRows_10();
55   public void SetIndependentVariablesToRows()
56     { SetIndependentVariablesToRows_10(); }
57
58   private native void SetTitleVisibility_11(int id0);
59   public void SetTitleVisibility(int id0)
60     { SetTitleVisibility_11(id0); }
61
62   private native int GetTitleVisibility_12();
63   public int GetTitleVisibility()
64     { return GetTitleVisibility_12(); }
65
66   private native void TitleVisibilityOn_13();
67   public void TitleVisibilityOn()
68     { TitleVisibilityOn_13(); }
69
70   private native void TitleVisibilityOff_14();
71   public void TitleVisibilityOff()
72     { TitleVisibilityOff_14(); }
73
74   private native void SetTitle_15(String id0);
75   public void SetTitle(String id0)
76     { SetTitle_15(id0); }
77
78   private native String GetTitle_16();
79   public String GetTitle()
80     { return GetTitle_16(); }
81
82   private native void SetTitleTextProperty_17(vtkTextProperty id0);
83   public void SetTitleTextProperty(vtkTextProperty id0)
84     { SetTitleTextProperty_17(id0); }
85
86   private native long GetTitleTextProperty_18();
87   public vtkTextProperty GetTitleTextProperty() {
88     long temp = GetTitleTextProperty_18();
89
90     if (temp == 0) return null;
91     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
92 }
93
94   private native void SetLabelVisibility_19(int id0);
95   public void SetLabelVisibility(int id0)
96     { SetLabelVisibility_19(id0); }
97
98   private native int GetLabelVisibility_20();
99   public int GetLabelVisibility()
100     { return GetLabelVisibility_20(); }
101
102   private native void LabelVisibilityOn_21();
103   public void LabelVisibilityOn()
104     { LabelVisibilityOn_21(); }
105
106   private native void LabelVisibilityOff_22();
107   public void LabelVisibilityOff()
108     { LabelVisibilityOff_22(); }
109
110   private native void SetLabelTextProperty_23(vtkTextProperty id0);
111   public void SetLabelTextProperty(vtkTextProperty id0)
112     { SetLabelTextProperty_23(id0); }
113
114   private native long GetLabelTextProperty_24();
115   public vtkTextProperty GetLabelTextProperty() {
116     long temp = GetLabelTextProperty_24();
117
118     if (temp == 0) return null;
119     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
120 }
121
122   private native void SetNumberOfRings_25(int id0);
123   public void SetNumberOfRings(int id0)
124     { SetNumberOfRings_25(id0); }
125
126   private native int GetNumberOfRingsMinValue_26();
127   public int GetNumberOfRingsMinValue()
128     { return GetNumberOfRingsMinValue_26(); }
129
130   private native int GetNumberOfRingsMaxValue_27();
131   public int GetNumberOfRingsMaxValue()
132     { return GetNumberOfRingsMaxValue_27(); }
133
134   private native int GetNumberOfRings_28();
135   public int GetNumberOfRings()
136     { return GetNumberOfRings_28(); }
137
138   private native void SetAxisLabel_29(int id0,String id1);
139   public void SetAxisLabel(int id0,String id1)
140     { SetAxisLabel_29(id0,id1); }
141
142   private native String GetAxisLabel_30(int id0);
143   public String GetAxisLabel(int id0)
144     { return GetAxisLabel_30(id0); }
145
146   private native void SetAxisRange_31(int id0,double id1,double id2);
147   public void SetAxisRange(int id0,double id1,double id2)
148     { SetAxisRange_31(id0,id1,id2); }
149
150   private native void SetAxisRange_32(int id0,double id1[]);
151   public void SetAxisRange(int id0,double id1[])
152     { SetAxisRange_32(id0,id1); }
153
154   private native void GetAxisRange_33(int id0,double id1[]);
155   public void GetAxisRange(int id0,double id1[])
156     { GetAxisRange_33(id0,id1); }
157
158   private native void SetPlotColor_34(int id0,double id1,double id2,double id3);
159   public void SetPlotColor(int id0,double id1,double id2,double id3)
160     { SetPlotColor_34(id0,id1,id2,id3); }
161
162   private native void SetPlotColor_35(int id0,double id1[]);
163   public void SetPlotColor(int id0,double id1[])
164     { SetPlotColor_35(id0,id1); }
165
166   private native void SetLegendVisibility_36(int id0);
167   public void SetLegendVisibility(int id0)
168     { SetLegendVisibility_36(id0); }
169
170   private native int GetLegendVisibility_37();
171   public int GetLegendVisibility()
172     { return GetLegendVisibility_37(); }
173
174   private native void LegendVisibilityOn_38();
175   public void LegendVisibilityOn()
176     { LegendVisibilityOn_38(); }
177
178   private native void LegendVisibilityOff_39();
179   public void LegendVisibilityOff()
180     { LegendVisibilityOff_39(); }
181
182   private native long GetLegendActor_40();
183   public vtkLegendBoxActor GetLegendActor() {
184     long temp = GetLegendActor_40();
185
186     if (temp == 0) return null;
187     return (vtkLegendBoxActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
188 }
189
190   private native int RenderOverlay_41(vtkViewport id0);
191   public int RenderOverlay(vtkViewport id0)
192     { return RenderOverlay_41(id0); }
193
194   private native int RenderOpaqueGeometry_42(vtkViewport id0);
195   public int RenderOpaqueGeometry(vtkViewport id0)
196     { return RenderOpaqueGeometry_42(id0); }
197
198   private native int RenderTranslucentPolygonalGeometry_43(vtkViewport id0);
199   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
200     { return RenderTranslucentPolygonalGeometry_43(id0); }
201
202   private native int HasTranslucentPolygonalGeometry_44();
203   public int HasTranslucentPolygonalGeometry()
204     { return HasTranslucentPolygonalGeometry_44(); }
205
206   private native void ReleaseGraphicsResources_45(vtkWindow id0);
207   public void ReleaseGraphicsResources(vtkWindow id0)
208     { ReleaseGraphicsResources_45(id0); }
209
210   public vtkSpiderPlotActor() { super(); }
211
212   public vtkSpiderPlotActor(long id) { super(id); }
213   public native long   VTKInit();
214
215 }