]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkPlotArea.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkPlotArea.java
1 // java wrapper for vtkPlotArea object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkPlotArea 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 SetColor_2(char id0,char id1,char id2,char id3);
19   public void SetColor(char id0,char id1,char id2,char id3)
20     { SetColor_2(id0,id1,id2,id3); }
21
22   private native void SetColor_3(double id0,double id1,double id2);
23   public void SetColor(double id0,double id1,double id2)
24     { SetColor_3(id0,id1,id2); }
25
26   private native String GetValidPointMaskName_4();
27   public String GetValidPointMaskName()
28     { return GetValidPointMaskName_4(); }
29
30   private native void SetValidPointMaskName_5(String id0);
31   public void SetValidPointMaskName(String id0)
32     { SetValidPointMaskName_5(id0); }
33
34   private native void Update_6();
35   public void Update()
36     { Update_6(); }
37
38   private native void GetBounds_7(double id0[]);
39   public void GetBounds(double id0[])
40     { GetBounds_7(id0); }
41
42   private native void UpdateCache_8();
43   public void UpdateCache()
44     { UpdateCache_8(); }
45
46   private native boolean Paint_9(vtkContext2D id0);
47   public boolean Paint(vtkContext2D id0)
48     { return Paint_9(id0); }
49
50   private native void SetInputArray_10(int id0,String id1);
51   public void SetInputArray(int id0,String id1)
52     { SetInputArray_10(id0,id1); }
53
54   public vtkPlotArea() { super(); }
55
56   public vtkPlotArea(long id) { super(id); }
57   public native long   VTKInit();
58
59 }