]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkPlotStacked.java
d766f89546d5be84fbed0e65119a6fbe47ed0111
[simantics/3d.git] / vtk / src / vtk / vtkPlotStacked.java
1 // java wrapper for vtkPlotStacked object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkPlotStacked 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 void GetColor_4(double id0[]);
27   public void GetColor(double id0[])
28     { GetColor_4(id0); }
29
30   private native void Update_5();
31   public void Update()
32     { Update_5(); }
33
34   private native boolean Paint_6(vtkContext2D id0);
35   public boolean Paint(vtkContext2D id0)
36     { return Paint_6(id0); }
37
38   private native void GetBounds_7(double id0[]);
39   public void GetBounds(double id0[])
40     { GetBounds_7(id0); }
41
42   private native void GetUnscaledInputBounds_8(double id0[]);
43   public void GetUnscaledInputBounds(double id0[])
44     { GetUnscaledInputBounds_8(id0); }
45
46   private native void SetInputArray_9(int id0,String id1);
47   public void SetInputArray(int id0,String id1)
48     { SetInputArray_9(id0,id1); }
49
50   private native void SetColorSeries_10(vtkColorSeries id0);
51   public void SetColorSeries(vtkColorSeries id0)
52     { SetColorSeries_10(id0); }
53
54   private native long GetColorSeries_11();
55   public vtkColorSeries GetColorSeries() {
56     long temp = GetColorSeries_11();
57
58     if (temp == 0) return null;
59     return (vtkColorSeries)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
60 }
61
62   private native long GetLabels_12();
63   public vtkStringArray GetLabels() {
64     long temp = GetLabels_12();
65
66     if (temp == 0) return null;
67     return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
68 }
69
70   public vtkPlotStacked() { super(); }
71
72   public vtkPlotStacked(long id) { super(id); }
73   public native long   VTKInit();
74
75 }