]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkPlot.java
PipeRun reverse action
[simantics/3d.git] / vtk / src / vtk / vtkPlot.java
1 // java wrapper for vtkPlot object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkPlot extends vtkContextItem
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 SetLegendVisibility_2(boolean id0);
19   public void SetLegendVisibility(boolean id0)
20     { SetLegendVisibility_2(id0); }
21
22   private native boolean GetLegendVisibility_3();
23   public boolean GetLegendVisibility()
24     { return GetLegendVisibility_3(); }
25
26   private native void LegendVisibilityOn_4();
27   public void LegendVisibilityOn()
28     { LegendVisibilityOn_4(); }
29
30   private native void LegendVisibilityOff_5();
31   public void LegendVisibilityOff()
32     { LegendVisibilityOff_5(); }
33
34   private native void SetTooltipLabelFormat_6(String id0);
35   public void SetTooltipLabelFormat(String id0)
36     { SetTooltipLabelFormat_6(id0); }
37
38   private native String GetTooltipLabelFormat_7();
39   public String GetTooltipLabelFormat()
40     { return GetTooltipLabelFormat_7(); }
41
42   private native void SetTooltipNotation_8(int id0);
43   public void SetTooltipNotation(int id0)
44     { SetTooltipNotation_8(id0); }
45
46   private native int GetTooltipNotation_9();
47   public int GetTooltipNotation()
48     { return GetTooltipNotation_9(); }
49
50   private native void SetTooltipPrecision_10(int id0);
51   public void SetTooltipPrecision(int id0)
52     { SetTooltipPrecision_10(id0); }
53
54   private native int GetTooltipPrecision_11();
55   public int GetTooltipPrecision()
56     { return GetTooltipPrecision_11(); }
57
58   private native void SetColor_12(char id0,char id1,char id2,char id3);
59   public void SetColor(char id0,char id1,char id2,char id3)
60     { SetColor_12(id0,id1,id2,id3); }
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 GetColor_14(double id0[]);
67   public void GetColor(double id0[])
68     { GetColor_14(id0); }
69
70   private native void SetWidth_15(double id0);
71   public void SetWidth(double id0)
72     { SetWidth_15(id0); }
73
74   private native double GetWidth_16();
75   public double GetWidth()
76     { return GetWidth_16(); }
77
78   private native void SetPen_17(vtkPen id0);
79   public void SetPen(vtkPen id0)
80     { SetPen_17(id0); }
81
82   private native long GetPen_18();
83   public vtkPen GetPen() {
84     long temp = GetPen_18();
85
86     if (temp == 0) return null;
87     return (vtkPen)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
88 }
89
90   private native void SetBrush_19(vtkBrush id0);
91   public void SetBrush(vtkBrush id0)
92     { SetBrush_19(id0); }
93
94   private native long GetBrush_20();
95   public vtkBrush GetBrush() {
96     long temp = GetBrush_20();
97
98     if (temp == 0) return null;
99     return (vtkBrush)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
100 }
101
102   private native void SetSelectionPen_21(vtkPen id0);
103   public void SetSelectionPen(vtkPen id0)
104     { SetSelectionPen_21(id0); }
105
106   private native long GetSelectionPen_22();
107   public vtkPen GetSelectionPen() {
108     long temp = GetSelectionPen_22();
109
110     if (temp == 0) return null;
111     return (vtkPen)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
112 }
113
114   private native void SetSelectionBrush_23(vtkBrush id0);
115   public void SetSelectionBrush(vtkBrush id0)
116     { SetSelectionBrush_23(id0); }
117
118   private native long GetSelectionBrush_24();
119   public vtkBrush GetSelectionBrush() {
120     long temp = GetSelectionBrush_24();
121
122     if (temp == 0) return null;
123     return (vtkBrush)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
124 }
125
126   private native void SetLabel_25(String id0);
127   public void SetLabel(String id0)
128     { SetLabel_25(id0); }
129
130   private native String GetLabel_26();
131   public String GetLabel()
132     { return GetLabel_26(); }
133
134   private native void SetLabels_27(vtkStringArray id0);
135   public void SetLabels(vtkStringArray id0)
136     { SetLabels_27(id0); }
137
138   private native long GetLabels_28();
139   public vtkStringArray GetLabels() {
140     long temp = GetLabels_28();
141
142     if (temp == 0) return null;
143     return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
144 }
145
146   private native int GetNumberOfLabels_29();
147   public int GetNumberOfLabels()
148     { return GetNumberOfLabels_29(); }
149
150   private native String GetLabel_30(int id0);
151   public String GetLabel(int id0)
152     { return GetLabel_30(id0); }
153
154   private native void SetIndexedLabels_31(vtkStringArray id0);
155   public void SetIndexedLabels(vtkStringArray id0)
156     { SetIndexedLabels_31(id0); }
157
158   private native long GetIndexedLabels_32();
159   public vtkStringArray GetIndexedLabels() {
160     long temp = GetIndexedLabels_32();
161
162     if (temp == 0) return null;
163     return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
164 }
165
166   private native long GetData_33();
167   public vtkContextMapper2D GetData() {
168     long temp = GetData_33();
169
170     if (temp == 0) return null;
171     return (vtkContextMapper2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
172 }
173
174   private native boolean GetUseIndexForXSeries_34();
175   public boolean GetUseIndexForXSeries()
176     { return GetUseIndexForXSeries_34(); }
177
178   private native void SetUseIndexForXSeries_35(boolean id0);
179   public void SetUseIndexForXSeries(boolean id0)
180     { SetUseIndexForXSeries_35(id0); }
181
182   private native void SetInputData_36(vtkTable id0);
183   public void SetInputData(vtkTable id0)
184     { SetInputData_36(id0); }
185
186   private native void SetInputData_37(vtkTable id0,String id1,String id2);
187   public void SetInputData(vtkTable id0,String id1,String id2)
188     { SetInputData_37(id0,id1,id2); }
189
190   private native void SetInputData_38(vtkTable id0,int id1,int id2);
191   public void SetInputData(vtkTable id0,int id1,int id2)
192     { SetInputData_38(id0,id1,id2); }
193
194   private native long GetInput_39();
195   public vtkTable GetInput() {
196     long temp = GetInput_39();
197
198     if (temp == 0) return null;
199     return (vtkTable)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
200 }
201
202   private native void SetInputArray_40(int id0,String id1);
203   public void SetInputArray(int id0,String id1)
204     { SetInputArray_40(id0,id1); }
205
206   private native void SetSelectable_41(boolean id0);
207   public void SetSelectable(boolean id0)
208     { SetSelectable_41(id0); }
209
210   private native boolean GetSelectable_42();
211   public boolean GetSelectable()
212     { return GetSelectable_42(); }
213
214   private native void SelectableOn_43();
215   public void SelectableOn()
216     { SelectableOn_43(); }
217
218   private native void SelectableOff_44();
219   public void SelectableOff()
220     { SelectableOff_44(); }
221
222   private native void SetSelection_45(vtkIdTypeArray id0);
223   public void SetSelection(vtkIdTypeArray id0)
224     { SetSelection_45(id0); }
225
226   private native long GetSelection_46();
227   public vtkIdTypeArray GetSelection() {
228     long temp = GetSelection_46();
229
230     if (temp == 0) return null;
231     return (vtkIdTypeArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
232 }
233
234   private native long GetXAxis_47();
235   public vtkAxis GetXAxis() {
236     long temp = GetXAxis_47();
237
238     if (temp == 0) return null;
239     return (vtkAxis)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
240 }
241
242   private native void SetXAxis_48(vtkAxis id0);
243   public void SetXAxis(vtkAxis id0)
244     { SetXAxis_48(id0); }
245
246   private native long GetYAxis_49();
247   public vtkAxis GetYAxis() {
248     long temp = GetYAxis_49();
249
250     if (temp == 0) return null;
251     return (vtkAxis)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
252 }
253
254   private native void SetYAxis_50(vtkAxis id0);
255   public void SetYAxis(vtkAxis id0)
256     { SetYAxis_50(id0); }
257
258   private native void GetBounds_51(double id0[]);
259   public void GetBounds(double id0[])
260     { GetBounds_51(id0); }
261
262   private native void GetUnscaledInputBounds_52(double id0[]);
263   public void GetUnscaledInputBounds(double id0[])
264     { GetUnscaledInputBounds_52(id0); }
265
266   private native void UpdateCache_53();
267   public void UpdateCache()
268     { UpdateCache_53(); }
269
270   public vtkPlot() { super(); }
271
272   public vtkPlot(long id) { super(id); }
273
274 }