]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkControlPointsItem.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkControlPointsItem.java
1 // java wrapper for vtkControlPointsItem object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkControlPointsItem extends vtkPlot
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 GetBounds_2(double id0[]);
19   public void GetBounds(double id0[])
20     { GetBounds_2(id0); }
21
22   private native void SetUserBounds_3(double id0,double id1,double id2,double id3);
23   public void SetUserBounds(double id0,double id1,double id2,double id3)
24     { SetUserBounds_3(id0,id1,id2,id3); }
25
26   private native void SetUserBounds_4(double id0[]);
27   public void SetUserBounds(double id0[])
28     { SetUserBounds_4(id0); }
29
30   private native double[] GetUserBounds_5();
31   public double[] GetUserBounds()
32     { return GetUserBounds_5(); }
33
34   private native void SetValidBounds_6(double id0,double id1,double id2,double id3);
35   public void SetValidBounds(double id0,double id1,double id2,double id3)
36     { SetValidBounds_6(id0,id1,id2,id3); }
37
38   private native void SetValidBounds_7(double id0[]);
39   public void SetValidBounds(double id0[])
40     { SetValidBounds_7(id0); }
41
42   private native double[] GetValidBounds_8();
43   public double[] GetValidBounds()
44     { return GetValidBounds_8(); }
45
46   private native double GetScreenPointRadius_9();
47   public double GetScreenPointRadius()
48     { return GetScreenPointRadius_9(); }
49
50   private native void SetScreenPointRadius_10(double id0);
51   public void SetScreenPointRadius(double id0)
52     { SetScreenPointRadius_10(id0); }
53
54   private native boolean Paint_11(vtkContext2D id0);
55   public boolean Paint(vtkContext2D id0)
56     { return Paint_11(id0); }
57
58   private native void SelectPoint_12(int id0);
59   public void SelectPoint(int id0)
60     { SelectPoint_12(id0); }
61
62   private native void SelectAllPoints_13();
63   public void SelectAllPoints()
64     { SelectAllPoints_13(); }
65
66   private native void DeselectPoint_14(int id0);
67   public void DeselectPoint(int id0)
68     { DeselectPoint_14(id0); }
69
70   private native void DeselectAllPoints_15();
71   public void DeselectAllPoints()
72     { DeselectAllPoints_15(); }
73
74   private native void ToggleSelectPoint_16(int id0);
75   public void ToggleSelectPoint(int id0)
76     { ToggleSelectPoint_16(id0); }
77
78   private native int GetNumberOfSelectedPoints_17();
79   public int GetNumberOfSelectedPoints()
80     { return GetNumberOfSelectedPoints_17(); }
81
82   private native void GetControlPointsIds_18(vtkIdTypeArray id0,boolean id1);
83   public void GetControlPointsIds(vtkIdTypeArray id0,boolean id1)
84     { GetControlPointsIds_18(id0,id1); }
85
86   private native boolean GetStrokeMode_19();
87   public boolean GetStrokeMode()
88     { return GetStrokeMode_19(); }
89
90   private native void SetSwitchPointsMode_20(boolean id0);
91   public void SetSwitchPointsMode(boolean id0)
92     { SetSwitchPointsMode_20(id0); }
93
94   private native boolean GetSwitchPointsMode_21();
95   public boolean GetSwitchPointsMode()
96     { return GetSwitchPointsMode_21(); }
97
98   private native void SetEndPointsXMovable_22(boolean id0);
99   public void SetEndPointsXMovable(boolean id0)
100     { SetEndPointsXMovable_22(id0); }
101
102   private native boolean GetEndPointsXMovable_23();
103   public boolean GetEndPointsXMovable()
104     { return GetEndPointsXMovable_23(); }
105
106   private native void SetEndPointsYMovable_24(boolean id0);
107   public void SetEndPointsYMovable(boolean id0)
108     { SetEndPointsYMovable_24(id0); }
109
110   private native boolean GetEndPointsYMovable_25();
111   public boolean GetEndPointsYMovable()
112     { return GetEndPointsYMovable_25(); }
113
114   private native boolean GetEndPointsMovable_26();
115   public boolean GetEndPointsMovable()
116     { return GetEndPointsMovable_26(); }
117
118   private native void SetEndPointsRemovable_27(boolean id0);
119   public void SetEndPointsRemovable(boolean id0)
120     { SetEndPointsRemovable_27(id0); }
121
122   private native boolean GetEndPointsRemovable_28();
123   public boolean GetEndPointsRemovable()
124     { return GetEndPointsRemovable_28(); }
125
126   private native void SetShowLabels_29(boolean id0);
127   public void SetShowLabels(boolean id0)
128     { SetShowLabels_29(id0); }
129
130   private native boolean GetShowLabels_30();
131   public boolean GetShowLabels()
132     { return GetShowLabels_30(); }
133
134   private native void SetLabelFormat_31(String id0);
135   public void SetLabelFormat(String id0)
136     { SetLabelFormat_31(id0); }
137
138   private native String GetLabelFormat_32();
139   public String GetLabelFormat()
140     { return GetLabelFormat_32(); }
141
142   private native int RemovePoint_33(int id0);
143   public int RemovePoint(int id0)
144     { return RemovePoint_33(id0); }
145
146   private native void RemoveCurrentPoint_34();
147   public void RemoveCurrentPoint()
148     { RemoveCurrentPoint_34(); }
149
150   private native int GetNumberOfPoints_35();
151   public int GetNumberOfPoints()
152     { return GetNumberOfPoints_35(); }
153
154   private native void SpreadPoints_36(double id0,vtkIdTypeArray id1);
155   public void SpreadPoints(double id0,vtkIdTypeArray id1)
156     { SpreadPoints_36(id0,id1); }
157
158   private native void SpreadPoints_37(double id0,boolean id1);
159   public void SpreadPoints(double id0,boolean id1)
160     { SpreadPoints_37(id0,id1); }
161
162   private native int GetCurrentPoint_38();
163   public int GetCurrentPoint()
164     { return GetCurrentPoint_38(); }
165
166   private native void SetCurrentPoint_39(int id0);
167   public void SetCurrentPoint(int id0)
168     { SetCurrentPoint_39(id0); }
169
170   private native long GetSelectedPointPen_40();
171   public vtkPen GetSelectedPointPen() {
172     long temp = GetSelectedPointPen_40();
173
174     if (temp == 0) return null;
175     return (vtkPen)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
176 }
177
178   private native long GetSelectedPointBrush_41();
179   public vtkBrush GetSelectedPointBrush() {
180     long temp = GetSelectedPointBrush_41();
181
182     if (temp == 0) return null;
183     return (vtkBrush)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
184 }
185
186   private native void ResetBounds_42();
187   public void ResetBounds()
188     { ResetBounds_42(); }
189
190   public vtkControlPointsItem() { super(); }
191
192   public vtkControlPointsItem(long id) { super(id); }
193
194 }