1 // java wrapper for vtkPlotStacked object
7 public class vtkPlotStacked extends vtkPlot
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
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); }
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); }
26 private native void GetColor_4(double id0[]);
27 public void GetColor(double id0[])
30 private native void Update_5();
34 private native boolean Paint_6(vtkContext2D id0);
35 public boolean Paint(vtkContext2D id0)
36 { return Paint_6(id0); }
38 private native void GetBounds_7(double id0[]);
39 public void GetBounds(double id0[])
42 private native void GetUnscaledInputBounds_8(double id0[]);
43 public void GetUnscaledInputBounds(double id0[])
44 { GetUnscaledInputBounds_8(id0); }
46 private native void SetInputArray_9(int id0,String id1);
47 public void SetInputArray(int id0,String id1)
48 { SetInputArray_9(id0,id1); }
50 private native void SetColorSeries_10(vtkColorSeries id0);
51 public void SetColorSeries(vtkColorSeries id0)
52 { SetColorSeries_10(id0); }
54 private native long GetColorSeries_11();
55 public vtkColorSeries GetColorSeries() {
56 long temp = GetColorSeries_11();
58 if (temp == 0) return null;
59 return (vtkColorSeries)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
62 private native long GetLabels_12();
63 public vtkStringArray GetLabels() {
64 long temp = GetLabels_12();
66 if (temp == 0) return null;
67 return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
70 public vtkPlotStacked() { super(); }
72 public vtkPlotStacked(long id) { super(id); }
73 public native long VTKInit();