]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkBlockItem.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkBlockItem.java
1 // java wrapper for vtkBlockItem object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkBlockItem extends vtkContextItem
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 boolean Paint_2(vtkContext2D id0);
19   public boolean Paint(vtkContext2D id0)
20     { return Paint_2(id0); }
21
22   private native void SetLabel_3(String id0);
23   public void SetLabel(String id0)
24     { SetLabel_3(id0); }
25
26   private native String GetLabel_4();
27   public String GetLabel()
28     { return GetLabel_4(); }
29
30   private native void SetDimensions_5(double id0,double id1,double id2,double id3);
31   public void SetDimensions(double id0,double id1,double id2,double id3)
32     { SetDimensions_5(id0,id1,id2,id3); }
33
34   private native void SetDimensions_6(double id0[]);
35   public void SetDimensions(double id0[])
36     { SetDimensions_6(id0); }
37
38   private native double[] GetDimensions_7();
39   public double[] GetDimensions()
40     { return GetDimensions_7(); }
41
42   public vtkBlockItem() { super(); }
43
44   public vtkBlockItem(long id) { super(id); }
45   public native long   VTKInit();
46
47 }