]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkChart.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkChart.java
1 // java wrapper for vtkChart object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkChart extends vtkContextItem\r
8 {\r
9 \r
10   private native String GetClassName_0();\r
11   public String GetClassName()\r
12     { return GetClassName_0(); }\r
13 \r
14   private native int IsA_1(String id0);\r
15   public int IsA(String id0)\r
16     { return IsA_1(id0); }\r
17 \r
18   private native boolean Paint_2(vtkContext2D id0);\r
19   public boolean Paint(vtkContext2D id0)\r
20     { return Paint_2(id0); }\r
21 \r
22   private native long AddPlot_3(int id0);\r
23   public vtkPlot AddPlot(int id0) {\r
24     long temp = AddPlot_3(id0);\r
25 \r
26     if (temp == 0) return null;\r
27     return (vtkPlot)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
28   }\r
29 \r
30   private native int AddPlot_4(vtkPlot id0);\r
31   public int AddPlot(vtkPlot id0)\r
32     { return AddPlot_4(id0); }\r
33 \r
34   private native boolean RemovePlot_5(int id0);\r
35   public boolean RemovePlot(int id0)\r
36     { return RemovePlot_5(id0); }\r
37 \r
38   private native boolean RemovePlotInstance_6(vtkPlot id0);\r
39   public boolean RemovePlotInstance(vtkPlot id0)\r
40     { return RemovePlotInstance_6(id0); }\r
41 \r
42   private native void ClearPlots_7();\r
43   public void ClearPlots()\r
44     { ClearPlots_7(); }\r
45 \r
46   private native long GetPlot_8(int id0);\r
47   public vtkPlot GetPlot(int id0) {\r
48     long temp = GetPlot_8(id0);\r
49 \r
50     if (temp == 0) return null;\r
51     return (vtkPlot)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
52   }\r
53 \r
54   private native int GetNumberOfPlots_9();\r
55   public int GetNumberOfPlots()\r
56     { return GetNumberOfPlots_9(); }\r
57 \r
58   private native long GetAxis_10(int id0);\r
59   public vtkAxis GetAxis(int id0) {\r
60     long temp = GetAxis_10(id0);\r
61 \r
62     if (temp == 0) return null;\r
63     return (vtkAxis)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
64   }\r
65 \r
66   private native int GetNumberOfAxes_11();\r
67   public int GetNumberOfAxes()\r
68     { return GetNumberOfAxes_11(); }\r
69 \r
70   private native void RecalculateBounds_12();\r
71   public void RecalculateBounds()\r
72     { RecalculateBounds_12(); }\r
73 \r
74   private native void SetAnnotationLink_13(vtkAnnotationLink id0);\r
75   public void SetAnnotationLink(vtkAnnotationLink id0)\r
76     { SetAnnotationLink_13(id0); }\r
77 \r
78   private native long GetAnnotationLink_14();\r
79   public vtkAnnotationLink GetAnnotationLink() {\r
80     long temp = GetAnnotationLink_14();\r
81 \r
82     if (temp == 0) return null;\r
83     return (vtkAnnotationLink)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
84   }\r
85 \r
86   private native void SetGeometry_15(int id0,int id1);\r
87   public void SetGeometry(int id0,int id1)\r
88     { SetGeometry_15(id0,id1); }\r
89 \r
90   private native void SetGeometry_16(int id0[]);\r
91   public void SetGeometry(int id0[])\r
92     { SetGeometry_16(id0); }\r
93 \r
94   private native int[]  GetGeometry_17();\r
95   public int[]  GetGeometry()\r
96     { return GetGeometry_17(); }\r
97 \r
98   private native void SetPoint1_18(int id0,int id1);\r
99   public void SetPoint1(int id0,int id1)\r
100     { SetPoint1_18(id0,id1); }\r
101 \r
102   private native void SetPoint1_19(int id0[]);\r
103   public void SetPoint1(int id0[])\r
104     { SetPoint1_19(id0); }\r
105 \r
106   private native int[]  GetPoint1_20();\r
107   public int[]  GetPoint1()\r
108     { return GetPoint1_20(); }\r
109 \r
110   private native void SetPoint2_21(int id0,int id1);\r
111   public void SetPoint2(int id0,int id1)\r
112     { SetPoint2_21(id0,id1); }\r
113 \r
114   private native void SetPoint2_22(int id0[]);\r
115   public void SetPoint2(int id0[])\r
116     { SetPoint2_22(id0); }\r
117 \r
118   private native int[]  GetPoint2_23();\r
119   public int[]  GetPoint2()\r
120     { return GetPoint2_23(); }\r
121 \r
122   private native void SetShowLegend_24(boolean id0);\r
123   public void SetShowLegend(boolean id0)\r
124     { SetShowLegend_24(id0); }\r
125 \r
126   private native boolean GetShowLegend_25();\r
127   public boolean GetShowLegend()\r
128     { return GetShowLegend_25(); }\r
129 \r
130   private native long GetLegend_26();\r
131   public vtkChartLegend GetLegend() {\r
132     long temp = GetLegend_26();\r
133 \r
134     if (temp == 0) return null;\r
135     return (vtkChartLegend)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
136   }\r
137 \r
138   private native void SetTitle_27(String id0);\r
139   public void SetTitle(String id0)\r
140     { SetTitle_27(id0); }\r
141 \r
142   private native String GetTitle_28();\r
143   public String GetTitle()\r
144     { return GetTitle_28(); }\r
145 \r
146   private native long GetTitleProperties_29();\r
147   public vtkTextProperty GetTitleProperties() {\r
148     long temp = GetTitleProperties_29();\r
149 \r
150     if (temp == 0) return null;\r
151     return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
152   }\r
153 \r
154   private native void SetBottomBorder_30(int id0);\r
155   public void SetBottomBorder(int id0)\r
156     { SetBottomBorder_30(id0); }\r
157 \r
158   private native void SetTopBorder_31(int id0);\r
159   public void SetTopBorder(int id0)\r
160     { SetTopBorder_31(id0); }\r
161 \r
162   private native void SetLeftBorder_32(int id0);\r
163   public void SetLeftBorder(int id0)\r
164     { SetLeftBorder_32(id0); }\r
165 \r
166   private native void SetRightBorder_33(int id0);\r
167   public void SetRightBorder(int id0)\r
168     { SetRightBorder_33(id0); }\r
169 \r
170   private native void SetBorders_34(int id0,int id1,int id2,int id3);\r
171   public void SetBorders(int id0,int id1,int id2,int id3)\r
172     { SetBorders_34(id0,id1,id2,id3); }\r
173 \r
174   private native void SetLayoutStrategy_35(int id0);\r
175   public void SetLayoutStrategy(int id0)\r
176     { SetLayoutStrategy_35(id0); }\r
177 \r
178   private native int GetLayoutStrategy_36();\r
179   public int GetLayoutStrategy()\r
180     { return GetLayoutStrategy_36(); }\r
181 \r
182   private native void SetAutoSize_37(boolean id0);\r
183   public void SetAutoSize(boolean id0)\r
184     { SetAutoSize_37(id0); }\r
185 \r
186   private native boolean GetAutoSize_38();\r
187   public boolean GetAutoSize()\r
188     { return GetAutoSize_38(); }\r
189 \r
190   private native void SetRenderEmpty_39(boolean id0);\r
191   public void SetRenderEmpty(boolean id0)\r
192     { SetRenderEmpty_39(id0); }\r
193 \r
194   private native boolean GetRenderEmpty_40();\r
195   public boolean GetRenderEmpty()\r
196     { return GetRenderEmpty_40(); }\r
197 \r
198   private native void SetActionToButton_41(int id0,int id1);\r
199   public void SetActionToButton(int id0,int id1)\r
200     { SetActionToButton_41(id0,id1); }\r
201 \r
202   private native int GetActionToButton_42(int id0);\r
203   public int GetActionToButton(int id0)\r
204     { return GetActionToButton_42(id0); }\r
205 \r
206   private native void SetClickActionToButton_43(int id0,int id1);\r
207   public void SetClickActionToButton(int id0,int id1)\r
208     { SetClickActionToButton_43(id0,id1); }\r
209 \r
210   private native int GetClickActionToButton_44(int id0);\r
211   public int GetClickActionToButton(int id0)\r
212     { return GetClickActionToButton_44(id0); }\r
213 \r
214   private native void SetBackgroundBrush_45(vtkBrush id0);\r
215   public void SetBackgroundBrush(vtkBrush id0)\r
216     { SetBackgroundBrush_45(id0); }\r
217 \r
218   private native long GetBackgroundBrush_46();\r
219   public vtkBrush GetBackgroundBrush() {\r
220     long temp = GetBackgroundBrush_46();\r
221 \r
222     if (temp == 0) return null;\r
223     return (vtkBrush)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
224   }\r
225 \r
226   private native void SetSelectionMode_47(int id0);\r
227   public void SetSelectionMode(int id0)\r
228     { SetSelectionMode_47(id0); }\r
229 \r
230   private native int GetSelectionMode_48();\r
231   public int GetSelectionMode()\r
232     { return GetSelectionMode_48(); }\r
233 \r
234   public vtkChart() { super(); }\r
235 \r
236   public vtkChart(long id) { super(id); }\r
237 \r
238 }\r