]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkChart.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkChart.java
1 // java wrapper for vtkChart object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkChart 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 boolean Paint_2(vtkContext2D id0);
19   public boolean Paint(vtkContext2D id0)
20     { return Paint_2(id0); }
21
22   private native long AddPlot_3(int id0);
23   public vtkPlot AddPlot(int id0) {
24     long temp = AddPlot_3(id0);
25
26     if (temp == 0) return null;
27     return (vtkPlot)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native int AddPlot_4(vtkPlot id0);
31   public int AddPlot(vtkPlot id0)
32     { return AddPlot_4(id0); }
33
34   private native boolean RemovePlot_5(int id0);
35   public boolean RemovePlot(int id0)
36     { return RemovePlot_5(id0); }
37
38   private native boolean RemovePlotInstance_6(vtkPlot id0);
39   public boolean RemovePlotInstance(vtkPlot id0)
40     { return RemovePlotInstance_6(id0); }
41
42   private native void ClearPlots_7();
43   public void ClearPlots()
44     { ClearPlots_7(); }
45
46   private native long GetPlot_8(int id0);
47   public vtkPlot GetPlot(int id0) {
48     long temp = GetPlot_8(id0);
49
50     if (temp == 0) return null;
51     return (vtkPlot)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
52 }
53
54   private native int GetNumberOfPlots_9();
55   public int GetNumberOfPlots()
56     { return GetNumberOfPlots_9(); }
57
58   private native long GetAxis_10(int id0);
59   public vtkAxis GetAxis(int id0) {
60     long temp = GetAxis_10(id0);
61
62     if (temp == 0) return null;
63     return (vtkAxis)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
64 }
65
66   private native void SetAxis_11(int id0,vtkAxis id1);
67   public void SetAxis(int id0,vtkAxis id1)
68     { SetAxis_11(id0,id1); }
69
70   private native int GetNumberOfAxes_12();
71   public int GetNumberOfAxes()
72     { return GetNumberOfAxes_12(); }
73
74   private native void RecalculateBounds_13();
75   public void RecalculateBounds()
76     { RecalculateBounds_13(); }
77
78   private native void SetSelectionMethod_14(int id0);
79   public void SetSelectionMethod(int id0)
80     { SetSelectionMethod_14(id0); }
81
82   private native int GetSelectionMethod_15();
83   public int GetSelectionMethod()
84     { return GetSelectionMethod_15(); }
85
86   private native void SetAnnotationLink_16(vtkAnnotationLink id0);
87   public void SetAnnotationLink(vtkAnnotationLink id0)
88     { SetAnnotationLink_16(id0); }
89
90   private native long GetAnnotationLink_17();
91   public vtkAnnotationLink GetAnnotationLink() {
92     long temp = GetAnnotationLink_17();
93
94     if (temp == 0) return null;
95     return (vtkAnnotationLink)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
96 }
97
98   private native void SetGeometry_18(int id0,int id1);
99   public void SetGeometry(int id0,int id1)
100     { SetGeometry_18(id0,id1); }
101
102   private native void SetGeometry_19(int id0[]);
103   public void SetGeometry(int id0[])
104     { SetGeometry_19(id0); }
105
106   private native int[]  GetGeometry_20();
107   public int[]  GetGeometry()
108     { return GetGeometry_20(); }
109
110   private native void SetPoint1_21(int id0,int id1);
111   public void SetPoint1(int id0,int id1)
112     { SetPoint1_21(id0,id1); }
113
114   private native void SetPoint1_22(int id0[]);
115   public void SetPoint1(int id0[])
116     { SetPoint1_22(id0); }
117
118   private native int[]  GetPoint1_23();
119   public int[]  GetPoint1()
120     { return GetPoint1_23(); }
121
122   private native void SetPoint2_24(int id0,int id1);
123   public void SetPoint2(int id0,int id1)
124     { SetPoint2_24(id0,id1); }
125
126   private native void SetPoint2_25(int id0[]);
127   public void SetPoint2(int id0[])
128     { SetPoint2_25(id0); }
129
130   private native int[]  GetPoint2_26();
131   public int[]  GetPoint2()
132     { return GetPoint2_26(); }
133
134   private native void SetShowLegend_27(boolean id0);
135   public void SetShowLegend(boolean id0)
136     { SetShowLegend_27(id0); }
137
138   private native boolean GetShowLegend_28();
139   public boolean GetShowLegend()
140     { return GetShowLegend_28(); }
141
142   private native long GetLegend_29();
143   public vtkChartLegend GetLegend() {
144     long temp = GetLegend_29();
145
146     if (temp == 0) return null;
147     return (vtkChartLegend)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
148 }
149
150   private native void SetTitle_30(String id0);
151   public void SetTitle(String id0)
152     { SetTitle_30(id0); }
153
154   private native String GetTitle_31();
155   public String GetTitle()
156     { return GetTitle_31(); }
157
158   private native long GetTitleProperties_32();
159   public vtkTextProperty GetTitleProperties() {
160     long temp = GetTitleProperties_32();
161
162     if (temp == 0) return null;
163     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
164 }
165
166   private native void SetBottomBorder_33(int id0);
167   public void SetBottomBorder(int id0)
168     { SetBottomBorder_33(id0); }
169
170   private native void SetTopBorder_34(int id0);
171   public void SetTopBorder(int id0)
172     { SetTopBorder_34(id0); }
173
174   private native void SetLeftBorder_35(int id0);
175   public void SetLeftBorder(int id0)
176     { SetLeftBorder_35(id0); }
177
178   private native void SetRightBorder_36(int id0);
179   public void SetRightBorder(int id0)
180     { SetRightBorder_36(id0); }
181
182   private native void SetBorders_37(int id0,int id1,int id2,int id3);
183   public void SetBorders(int id0,int id1,int id2,int id3)
184     { SetBorders_37(id0,id1,id2,id3); }
185
186   private native void SetLayoutStrategy_38(int id0);
187   public void SetLayoutStrategy(int id0)
188     { SetLayoutStrategy_38(id0); }
189
190   private native int GetLayoutStrategy_39();
191   public int GetLayoutStrategy()
192     { return GetLayoutStrategy_39(); }
193
194   private native void SetAutoSize_40(boolean id0);
195   public void SetAutoSize(boolean id0)
196     { SetAutoSize_40(id0); }
197
198   private native boolean GetAutoSize_41();
199   public boolean GetAutoSize()
200     { return GetAutoSize_41(); }
201
202   private native void SetRenderEmpty_42(boolean id0);
203   public void SetRenderEmpty(boolean id0)
204     { SetRenderEmpty_42(id0); }
205
206   private native boolean GetRenderEmpty_43();
207   public boolean GetRenderEmpty()
208     { return GetRenderEmpty_43(); }
209
210   private native void SetActionToButton_44(int id0,int id1);
211   public void SetActionToButton(int id0,int id1)
212     { SetActionToButton_44(id0,id1); }
213
214   private native int GetActionToButton_45(int id0);
215   public int GetActionToButton(int id0)
216     { return GetActionToButton_45(id0); }
217
218   private native void SetClickActionToButton_46(int id0,int id1);
219   public void SetClickActionToButton(int id0,int id1)
220     { SetClickActionToButton_46(id0,id1); }
221
222   private native int GetClickActionToButton_47(int id0);
223   public int GetClickActionToButton(int id0)
224     { return GetClickActionToButton_47(id0); }
225
226   private native void SetBackgroundBrush_48(vtkBrush id0);
227   public void SetBackgroundBrush(vtkBrush id0)
228     { SetBackgroundBrush_48(id0); }
229
230   private native long GetBackgroundBrush_49();
231   public vtkBrush GetBackgroundBrush() {
232     long temp = GetBackgroundBrush_49();
233
234     if (temp == 0) return null;
235     return (vtkBrush)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
236 }
237
238   private native void SetSelectionMode_50(int id0);
239   public void SetSelectionMode(int id0)
240     { SetSelectionMode_50(id0); }
241
242   private native int GetSelectionMode_51();
243   public int GetSelectionMode()
244     { return GetSelectionMode_51(); }
245
246   public vtkChart() { super(); }
247
248   public vtkChart(long id) { super(id); }
249
250 }