]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkChartXY.java
d987f9db8ba67533df6c3b34145a33199756d67e
[simantics/3d.git] / vtk / src / vtk / vtkChartXY.java
1 // java wrapper for vtkChartXY object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkChartXY extends vtkChart
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 Update_2();
19   public void Update()
20     { Update_2(); }
21
22   private native boolean Paint_3(vtkContext2D id0);
23   public boolean Paint(vtkContext2D id0)
24     { return Paint_3(id0); }
25
26   private native long AddPlot_4(int id0);
27   public vtkPlot AddPlot(int id0) {
28     long temp = AddPlot_4(id0);
29
30     if (temp == 0) return null;
31     return (vtkPlot)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native int AddPlot_5(vtkPlot id0);
35   public int AddPlot(vtkPlot id0)
36     { return AddPlot_5(id0); }
37
38   private native boolean RemovePlot_6(int id0);
39   public boolean RemovePlot(int id0)
40     { return RemovePlot_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 GetPlotIndex_9(vtkPlot id0);
55   public int GetPlotIndex(vtkPlot id0)
56     { return GetPlotIndex_9(id0); }
57
58   private native int RaisePlot_10(vtkPlot id0);
59   public int RaisePlot(vtkPlot id0)
60     { return RaisePlot_10(id0); }
61
62   private native int StackPlotAbove_11(vtkPlot id0,vtkPlot id1);
63   public int StackPlotAbove(vtkPlot id0,vtkPlot id1)
64     { return StackPlotAbove_11(id0,id1); }
65
66   private native int LowerPlot_12(vtkPlot id0);
67   public int LowerPlot(vtkPlot id0)
68     { return LowerPlot_12(id0); }
69
70   private native int StackPlotUnder_13(vtkPlot id0,vtkPlot id1);
71   public int StackPlotUnder(vtkPlot id0,vtkPlot id1)
72     { return StackPlotUnder_13(id0,id1); }
73
74   private native int GetNumberOfPlots_14();
75   public int GetNumberOfPlots()
76     { return GetNumberOfPlots_14(); }
77
78   private native int GetPlotCorner_15(vtkPlot id0);
79   public int GetPlotCorner(vtkPlot id0)
80     { return GetPlotCorner_15(id0); }
81
82   private native void SetPlotCorner_16(vtkPlot id0,int id1);
83   public void SetPlotCorner(vtkPlot id0,int id1)
84     { SetPlotCorner_16(id0,id1); }
85
86   private native long GetAxis_17(int id0);
87   public vtkAxis GetAxis(int id0) {
88     long temp = GetAxis_17(id0);
89
90     if (temp == 0) return null;
91     return (vtkAxis)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
92 }
93
94   private native void SetAxis_18(int id0,vtkAxis id1);
95   public void SetAxis(int id0,vtkAxis id1)
96     { SetAxis_18(id0,id1); }
97
98   private native void SetShowLegend_19(boolean id0);
99   public void SetShowLegend(boolean id0)
100     { SetShowLegend_19(id0); }
101
102   private native long GetLegend_20();
103   public vtkChartLegend GetLegend() {
104     long temp = GetLegend_20();
105
106     if (temp == 0) return null;
107     return (vtkChartLegend)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
108 }
109
110   private native void SetTooltip_21(vtkTooltipItem id0);
111   public void SetTooltip(vtkTooltipItem id0)
112     { SetTooltip_21(id0); }
113
114   private native long GetTooltip_22();
115   public vtkTooltipItem GetTooltip() {
116     long temp = GetTooltip_22();
117
118     if (temp == 0) return null;
119     return (vtkTooltipItem)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
120 }
121
122   private native int GetNumberOfAxes_23();
123   public int GetNumberOfAxes()
124     { return GetNumberOfAxes_23(); }
125
126   private native void RecalculateBounds_24();
127   public void RecalculateBounds()
128     { RecalculateBounds_24(); }
129
130   private native void SetSelectionMethod_25(int id0);
131   public void SetSelectionMethod(int id0)
132     { SetSelectionMethod_25(id0); }
133
134   private native void RemovePlotSelections_26();
135   public void RemovePlotSelections()
136     { RemovePlotSelections_26(); }
137
138   private native void SetDrawAxesAtOrigin_27(boolean id0);
139   public void SetDrawAxesAtOrigin(boolean id0)
140     { SetDrawAxesAtOrigin_27(id0); }
141
142   private native boolean GetDrawAxesAtOrigin_28();
143   public boolean GetDrawAxesAtOrigin()
144     { return GetDrawAxesAtOrigin_28(); }
145
146   private native void DrawAxesAtOriginOn_29();
147   public void DrawAxesAtOriginOn()
148     { DrawAxesAtOriginOn_29(); }
149
150   private native void DrawAxesAtOriginOff_30();
151   public void DrawAxesAtOriginOff()
152     { DrawAxesAtOriginOff_30(); }
153
154   private native void SetAutoAxes_31(boolean id0);
155   public void SetAutoAxes(boolean id0)
156     { SetAutoAxes_31(id0); }
157
158   private native boolean GetAutoAxes_32();
159   public boolean GetAutoAxes()
160     { return GetAutoAxes_32(); }
161
162   private native void AutoAxesOn_33();
163   public void AutoAxesOn()
164     { AutoAxesOn_33(); }
165
166   private native void AutoAxesOff_34();
167   public void AutoAxesOff()
168     { AutoAxesOff_34(); }
169
170   private native void SetHiddenAxisBorder_35(int id0);
171   public void SetHiddenAxisBorder(int id0)
172     { SetHiddenAxisBorder_35(id0); }
173
174   private native int GetHiddenAxisBorder_36();
175   public int GetHiddenAxisBorder()
176     { return GetHiddenAxisBorder_36(); }
177
178   private native void SetForceAxesToBounds_37(boolean id0);
179   public void SetForceAxesToBounds(boolean id0)
180     { SetForceAxesToBounds_37(id0); }
181
182   private native boolean GetForceAxesToBounds_38();
183   public boolean GetForceAxesToBounds()
184     { return GetForceAxesToBounds_38(); }
185
186   private native void ForceAxesToBoundsOn_39();
187   public void ForceAxesToBoundsOn()
188     { ForceAxesToBoundsOn_39(); }
189
190   private native void ForceAxesToBoundsOff_40();
191   public void ForceAxesToBoundsOff()
192     { ForceAxesToBoundsOff_40(); }
193
194   private native void SetBarWidthFraction_41(double id0);
195   public void SetBarWidthFraction(double id0)
196     { SetBarWidthFraction_41(id0); }
197
198   private native double GetBarWidthFraction_42();
199   public double GetBarWidthFraction()
200     { return GetBarWidthFraction_42(); }
201
202   private native void SetZoomWithMouseWheel_43(boolean id0);
203   public void SetZoomWithMouseWheel(boolean id0)
204     { SetZoomWithMouseWheel_43(id0); }
205
206   private native boolean GetZoomWithMouseWheel_44();
207   public boolean GetZoomWithMouseWheel()
208     { return GetZoomWithMouseWheel_44(); }
209
210   private native void ZoomWithMouseWheelOn_45();
211   public void ZoomWithMouseWheelOn()
212     { ZoomWithMouseWheelOn_45(); }
213
214   private native void ZoomWithMouseWheelOff_46();
215   public void ZoomWithMouseWheelOff()
216     { ZoomWithMouseWheelOff_46(); }
217
218   private native void SetAdjustLowerBoundForLogPlot_47(boolean id0);
219   public void SetAdjustLowerBoundForLogPlot(boolean id0)
220     { SetAdjustLowerBoundForLogPlot_47(id0); }
221
222   private native boolean GetAdjustLowerBoundForLogPlot_48();
223   public boolean GetAdjustLowerBoundForLogPlot()
224     { return GetAdjustLowerBoundForLogPlot_48(); }
225
226   private native void AdjustLowerBoundForLogPlotOn_49();
227   public void AdjustLowerBoundForLogPlotOn()
228     { AdjustLowerBoundForLogPlotOn_49(); }
229
230   private native void AdjustLowerBoundForLogPlotOff_50();
231   public void AdjustLowerBoundForLogPlotOff()
232     { AdjustLowerBoundForLogPlotOff_50(); }
233
234   private native void SetDragPointAlongX_51(boolean id0);
235   public void SetDragPointAlongX(boolean id0)
236     { SetDragPointAlongX_51(id0); }
237
238   private native boolean GetDragPointAlongX_52();
239   public boolean GetDragPointAlongX()
240     { return GetDragPointAlongX_52(); }
241
242   private native void DragPointAlongXOn_53();
243   public void DragPointAlongXOn()
244     { DragPointAlongXOn_53(); }
245
246   private native void DragPointAlongXOff_54();
247   public void DragPointAlongXOff()
248     { DragPointAlongXOff_54(); }
249
250   private native void SetDragPointAlongY_55(boolean id0);
251   public void SetDragPointAlongY(boolean id0)
252     { SetDragPointAlongY_55(id0); }
253
254   private native boolean GetDragPointAlongY_56();
255   public boolean GetDragPointAlongY()
256     { return GetDragPointAlongY_56(); }
257
258   private native void DragPointAlongYOn_57();
259   public void DragPointAlongYOn()
260     { DragPointAlongYOn_57(); }
261
262   private native void DragPointAlongYOff_58();
263   public void DragPointAlongYOff()
264     { DragPointAlongYOff_58(); }
265
266   public vtkChartXY() { super(); }
267
268   public vtkChartXY(long id) { super(id); }
269   public native long   VTKInit();
270
271 }