]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkWindow.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkWindow.java
1 // java wrapper for vtkWindow object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkWindow extends vtkObject
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 SetWindowInfo_2(String id0);
19   public void SetWindowInfo(String id0)
20     { SetWindowInfo_2(id0); }
21
22   private native void SetParentInfo_3(String id0);
23   public void SetParentInfo(String id0)
24     { SetParentInfo_3(id0); }
25
26   private native int[]  GetPosition_4();
27   public int[]  GetPosition()
28     { return GetPosition_4(); }
29
30   private native void SetPosition_5(int id0,int id1);
31   public void SetPosition(int id0,int id1)
32     { SetPosition_5(id0,id1); }
33
34   private native void SetPosition_6(int id0[]);
35   public void SetPosition(int id0[])
36     { SetPosition_6(id0); }
37
38   private native int[]  GetSize_7();
39   public int[]  GetSize()
40     { return GetSize_7(); }
41
42   private native void SetSize_8(int id0,int id1);
43   public void SetSize(int id0,int id1)
44     { SetSize_8(id0,id1); }
45
46   private native void SetSize_9(int id0[]);
47   public void SetSize(int id0[])
48     { SetSize_9(id0); }
49
50   private native int[]  GetActualSize_10();
51   public int[]  GetActualSize()
52     { return GetActualSize_10(); }
53
54   private native int[]  GetScreenSize_11();
55   public int[]  GetScreenSize()
56     { return GetScreenSize_11(); }
57
58   private native void SetMapped_12(int id0);
59   public void SetMapped(int id0)
60     { SetMapped_12(id0); }
61
62   private native int GetMapped_13();
63   public int GetMapped()
64     { return GetMapped_13(); }
65
66   private native void MappedOn_14();
67   public void MappedOn()
68     { MappedOn_14(); }
69
70   private native void MappedOff_15();
71   public void MappedOff()
72     { MappedOff_15(); }
73
74   private native void SetErase_16(int id0);
75   public void SetErase(int id0)
76     { SetErase_16(id0); }
77
78   private native int GetErase_17();
79   public int GetErase()
80     { return GetErase_17(); }
81
82   private native void EraseOn_18();
83   public void EraseOn()
84     { EraseOn_18(); }
85
86   private native void EraseOff_19();
87   public void EraseOff()
88     { EraseOff_19(); }
89
90   private native void SetDoubleBuffer_20(int id0);
91   public void SetDoubleBuffer(int id0)
92     { SetDoubleBuffer_20(id0); }
93
94   private native int GetDoubleBuffer_21();
95   public int GetDoubleBuffer()
96     { return GetDoubleBuffer_21(); }
97
98   private native void DoubleBufferOn_22();
99   public void DoubleBufferOn()
100     { DoubleBufferOn_22(); }
101
102   private native void DoubleBufferOff_23();
103   public void DoubleBufferOff()
104     { DoubleBufferOff_23(); }
105
106   private native String GetWindowName_24();
107   public String GetWindowName()
108     { return GetWindowName_24(); }
109
110   private native void SetWindowName_25(String id0);
111   public void SetWindowName(String id0)
112     { SetWindowName_25(id0); }
113
114   private native void Render_26();
115   public void Render()
116     { Render_26(); }
117
118   private native int GetPixelData_27(int id0,int id1,int id2,int id3,int id4,vtkUnsignedCharArray id5,int id6);
119   public int GetPixelData(int id0,int id1,int id2,int id3,int id4,vtkUnsignedCharArray id5,int id6)
120     { return GetPixelData_27(id0,id1,id2,id3,id4,id5,id6); }
121
122   private native int GetDPI_28();
123   public int GetDPI()
124     { return GetDPI_28(); }
125
126   private native void SetDPI_29(int id0);
127   public void SetDPI(int id0)
128     { SetDPI_29(id0); }
129
130   private native int GetDPIMinValue_30();
131   public int GetDPIMinValue()
132     { return GetDPIMinValue_30(); }
133
134   private native int GetDPIMaxValue_31();
135   public int GetDPIMaxValue()
136     { return GetDPIMaxValue_31(); }
137
138   private native boolean DetectDPI_32();
139   public boolean DetectDPI()
140     { return DetectDPI_32(); }
141
142   private native void SetOffScreenRendering_33(int id0);
143   public void SetOffScreenRendering(int id0)
144     { SetOffScreenRendering_33(id0); }
145
146   private native int GetOffScreenRendering_34();
147   public int GetOffScreenRendering()
148     { return GetOffScreenRendering_34(); }
149
150   private native void OffScreenRenderingOn_35();
151   public void OffScreenRenderingOn()
152     { OffScreenRenderingOn_35(); }
153
154   private native void OffScreenRenderingOff_36();
155   public void OffScreenRenderingOff()
156     { OffScreenRenderingOff_36(); }
157
158   private native void MakeCurrent_37();
159   public void MakeCurrent()
160     { MakeCurrent_37(); }
161
162   private native void SetTileScale_38(int id0,int id1);
163   public void SetTileScale(int id0,int id1)
164     { SetTileScale_38(id0,id1); }
165
166   private native void SetTileScale_39(int id0[]);
167   public void SetTileScale(int id0[])
168     { SetTileScale_39(id0); }
169
170   private native int[]  GetTileScale_40();
171   public int[]  GetTileScale()
172     { return GetTileScale_40(); }
173
174   private native void SetTileScale_41(int id0);
175   public void SetTileScale(int id0)
176     { SetTileScale_41(id0); }
177
178   private native void SetTileViewport_42(double id0,double id1,double id2,double id3);
179   public void SetTileViewport(double id0,double id1,double id2,double id3)
180     { SetTileViewport_42(id0,id1,id2,id3); }
181
182   private native void SetTileViewport_43(double id0[]);
183   public void SetTileViewport(double id0[])
184     { SetTileViewport_43(id0); }
185
186   private native double[] GetTileViewport_44();
187   public double[] GetTileViewport()
188     { return GetTileViewport_44(); }
189
190   public vtkWindow() { super(); }
191
192   public vtkWindow(long id) { super(id); }
193
194 }