]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkScatterPlotMatrix.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkScatterPlotMatrix.java
1 // java wrapper for vtkScatterPlotMatrix object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkScatterPlotMatrix extends vtkChartMatrix
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 void SetScene_4(vtkContextScene id0);
27   public void SetScene(vtkContextScene id0)
28     { SetScene_4(id0); }
29
30   private native long GetAnnotationLink_5();
31   public vtkAnnotationLink GetAnnotationLink() {
32     long temp = GetAnnotationLink_5();
33
34     if (temp == 0) return null;
35     return (vtkAnnotationLink)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
36 }
37
38   private native void SetInput_6(vtkTable id0);
39   public void SetInput(vtkTable id0)
40     { SetInput_6(id0); }
41
42   private native void SetColumnVisibility_7(String id0,boolean id1);
43   public void SetColumnVisibility(String id0,boolean id1)
44     { SetColumnVisibility_7(id0,id1); }
45
46   private native void InsertVisibleColumn_8(String id0,int id1);
47   public void InsertVisibleColumn(String id0,int id1)
48     { InsertVisibleColumn_8(id0,id1); }
49
50   private native boolean GetColumnVisibility_9(String id0);
51   public boolean GetColumnVisibility(String id0)
52     { return GetColumnVisibility_9(id0); }
53
54   private native void SetColumnVisibilityAll_10(boolean id0);
55   public void SetColumnVisibilityAll(boolean id0)
56     { SetColumnVisibilityAll_10(id0); }
57
58   private native long GetVisibleColumns_11();
59   public vtkStringArray GetVisibleColumns() {
60     long temp = GetVisibleColumns_11();
61
62     if (temp == 0) return null;
63     return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
64 }
65
66   private native void SetVisibleColumns_12(vtkStringArray id0);
67   public void SetVisibleColumns(vtkStringArray id0)
68     { SetVisibleColumns_12(id0); }
69
70   private native void SetNumberOfBins_13(int id0);
71   public void SetNumberOfBins(int id0)
72     { SetNumberOfBins_13(id0); }
73
74   private native int GetNumberOfBins_14();
75   public int GetNumberOfBins()
76     { return GetNumberOfBins_14(); }
77
78   private native void SetPlotMarkerStyle_15(int id0,int id1);
79   public void SetPlotMarkerStyle(int id0,int id1)
80     { SetPlotMarkerStyle_15(id0,id1); }
81
82   private native void SetPlotMarkerSize_16(int id0,double id1);
83   public void SetPlotMarkerSize(int id0,double id1)
84     { SetPlotMarkerSize_16(id0,id1); }
85
86   private native int GetPlotType_17(int id0,int id1);
87   public int GetPlotType(int id0,int id1)
88     { return GetPlotType_17(id0,id1); }
89
90   private native void SetTitle_18(String id0);
91   public void SetTitle(String id0)
92     { SetTitle_18(id0); }
93
94   private native String GetTitle_19();
95   public String GetTitle()
96     { return GetTitle_19(); }
97
98   private native void SetTitleProperties_20(vtkTextProperty id0);
99   public void SetTitleProperties(vtkTextProperty id0)
100     { SetTitleProperties_20(id0); }
101
102   private native long GetTitleProperties_21();
103   public vtkTextProperty GetTitleProperties() {
104     long temp = GetTitleProperties_21();
105
106     if (temp == 0) return null;
107     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
108 }
109
110   private native void SetGridVisibility_22(int id0,boolean id1);
111   public void SetGridVisibility(int id0,boolean id1)
112     { SetGridVisibility_22(id0,id1); }
113
114   private native boolean GetGridVisibility_23(int id0);
115   public boolean GetGridVisibility(int id0)
116     { return GetGridVisibility_23(id0); }
117
118   private native void SetAxisLabelVisibility_24(int id0,boolean id1);
119   public void SetAxisLabelVisibility(int id0,boolean id1)
120     { SetAxisLabelVisibility_24(id0,id1); }
121
122   private native boolean GetAxisLabelVisibility_25(int id0);
123   public boolean GetAxisLabelVisibility(int id0)
124     { return GetAxisLabelVisibility_25(id0); }
125
126   private native void SetAxisLabelProperties_26(int id0,vtkTextProperty id1);
127   public void SetAxisLabelProperties(int id0,vtkTextProperty id1)
128     { SetAxisLabelProperties_26(id0,id1); }
129
130   private native long GetAxisLabelProperties_27(int id0);
131   public vtkTextProperty GetAxisLabelProperties(int id0) {
132     long temp = GetAxisLabelProperties_27(id0);
133
134     if (temp == 0) return null;
135     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
136 }
137
138   private native void SetAxisLabelNotation_28(int id0,int id1);
139   public void SetAxisLabelNotation(int id0,int id1)
140     { SetAxisLabelNotation_28(id0,id1); }
141
142   private native int GetAxisLabelNotation_29(int id0);
143   public int GetAxisLabelNotation(int id0)
144     { return GetAxisLabelNotation_29(id0); }
145
146   private native void SetAxisLabelPrecision_30(int id0,int id1);
147   public void SetAxisLabelPrecision(int id0,int id1)
148     { SetAxisLabelPrecision_30(id0,id1); }
149
150   private native int GetAxisLabelPrecision_31(int id0);
151   public int GetAxisLabelPrecision(int id0)
152     { return GetAxisLabelPrecision_31(id0); }
153
154   private native void SetTooltipNotation_32(int id0,int id1);
155   public void SetTooltipNotation(int id0,int id1)
156     { SetTooltipNotation_32(id0,id1); }
157
158   private native void SetTooltipPrecision_33(int id0,int id1);
159   public void SetTooltipPrecision(int id0,int id1)
160     { SetTooltipPrecision_33(id0,id1); }
161
162   private native int GetTooltipNotation_34(int id0);
163   public int GetTooltipNotation(int id0)
164     { return GetTooltipNotation_34(id0); }
165
166   private native int GetTooltipPrecision_35(int id0);
167   public int GetTooltipPrecision(int id0)
168     { return GetTooltipPrecision_35(id0); }
169
170   private native void SetTooltip_36(vtkTooltipItem id0);
171   public void SetTooltip(vtkTooltipItem id0)
172     { SetTooltip_36(id0); }
173
174   private native long GetTooltip_37();
175   public vtkTooltipItem GetTooltip() {
176     long temp = GetTooltip_37();
177
178     if (temp == 0) return null;
179     return (vtkTooltipItem)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
180 }
181
182   private native void SetIndexedLabels_38(vtkStringArray id0);
183   public void SetIndexedLabels(vtkStringArray id0)
184     { SetIndexedLabels_38(id0); }
185
186   private native long GetIndexedLabels_39();
187   public vtkStringArray GetIndexedLabels() {
188     long temp = GetIndexedLabels_39();
189
190     if (temp == 0) return null;
191     return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
192 }
193
194   private native void UpdateSettings_40();
195   public void UpdateSettings()
196     { UpdateSettings_40(); }
197
198   private native void UpdateChartSettings_41(int id0);
199   public void UpdateChartSettings(int id0)
200     { UpdateChartSettings_41(id0); }
201
202   private native void SetSelectionMode_42(int id0);
203   public void SetSelectionMode(int id0)
204     { SetSelectionMode_42(id0); }
205
206   private native int GetSelectionMode_43();
207   public int GetSelectionMode()
208     { return GetSelectionMode_43(); }
209
210   private native String GetColumnName_44(int id0);
211   public String GetColumnName(int id0)
212     { return GetColumnName_44(id0); }
213
214   private native String GetRowName_45(int id0);
215   public String GetRowName(int id0)
216     { return GetRowName_45(id0); }
217
218   private native void SetNumberOfFrames_46(int id0);
219   public void SetNumberOfFrames(int id0)
220     { SetNumberOfFrames_46(id0); }
221
222   private native int GetNumberOfFrames_47();
223   public int GetNumberOfFrames()
224     { return GetNumberOfFrames_47(); }
225
226   private native void ClearAnimationPath_48();
227   public void ClearAnimationPath()
228     { ClearAnimationPath_48(); }
229
230   private native int GetNumberOfAnimationPathElements_49();
231   public int GetNumberOfAnimationPathElements()
232     { return GetNumberOfAnimationPathElements_49(); }
233
234   private native boolean BeginAnimationPath_50(vtkRenderWindowInteractor id0);
235   public boolean BeginAnimationPath(vtkRenderWindowInteractor id0)
236     { return BeginAnimationPath_50(id0); }
237
238   private native void AdvanceAnimation_51();
239   public void AdvanceAnimation()
240     { AdvanceAnimation_51(); }
241
242   private native long GetMainChart_52();
243   public vtkChart GetMainChart() {
244     long temp = GetMainChart_52();
245
246     if (temp == 0) return null;
247     return (vtkChart)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
248 }
249
250   public vtkScatterPlotMatrix() { super(); }
251
252   public vtkScatterPlotMatrix(long id) { super(id); }
253   public native long   VTKInit();
254
255 }