1 // java wrapper for vtkBarChartActor object
7 public class vtkBarChartActor extends vtkActor2D
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 SetInput_2(vtkDataObject id0);
19 public void SetInput(vtkDataObject id0)
22 private native long GetInput_3();
23 public vtkDataObject GetInput() {
24 long temp = GetInput_3();
26 if (temp == 0) return null;
27 return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
30 private native void SetTitleVisibility_4(int id0);
31 public void SetTitleVisibility(int id0)
32 { SetTitleVisibility_4(id0); }
34 private native int GetTitleVisibility_5();
35 public int GetTitleVisibility()
36 { return GetTitleVisibility_5(); }
38 private native void TitleVisibilityOn_6();
39 public void TitleVisibilityOn()
40 { TitleVisibilityOn_6(); }
42 private native void TitleVisibilityOff_7();
43 public void TitleVisibilityOff()
44 { TitleVisibilityOff_7(); }
46 private native void SetTitle_8(String id0);
47 public void SetTitle(String id0)
50 private native String GetTitle_9();
51 public String GetTitle()
52 { return GetTitle_9(); }
54 private native void SetTitleTextProperty_10(vtkTextProperty id0);
55 public void SetTitleTextProperty(vtkTextProperty id0)
56 { SetTitleTextProperty_10(id0); }
58 private native long GetTitleTextProperty_11();
59 public vtkTextProperty GetTitleTextProperty() {
60 long temp = GetTitleTextProperty_11();
62 if (temp == 0) return null;
63 return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
66 private native void SetLabelVisibility_12(int id0);
67 public void SetLabelVisibility(int id0)
68 { SetLabelVisibility_12(id0); }
70 private native int GetLabelVisibility_13();
71 public int GetLabelVisibility()
72 { return GetLabelVisibility_13(); }
74 private native void LabelVisibilityOn_14();
75 public void LabelVisibilityOn()
76 { LabelVisibilityOn_14(); }
78 private native void LabelVisibilityOff_15();
79 public void LabelVisibilityOff()
80 { LabelVisibilityOff_15(); }
82 private native void SetLabelTextProperty_16(vtkTextProperty id0);
83 public void SetLabelTextProperty(vtkTextProperty id0)
84 { SetLabelTextProperty_16(id0); }
86 private native long GetLabelTextProperty_17();
87 public vtkTextProperty GetLabelTextProperty() {
88 long temp = GetLabelTextProperty_17();
90 if (temp == 0) return null;
91 return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
94 private native void SetBarColor_18(int id0,double id1,double id2,double id3);
95 public void SetBarColor(int id0,double id1,double id2,double id3)
96 { SetBarColor_18(id0,id1,id2,id3); }
98 private native void SetBarColor_19(int id0,double id1[]);
99 public void SetBarColor(int id0,double id1[])
100 { SetBarColor_19(id0,id1); }
102 private native void SetBarLabel_20(int id0,String id1);
103 public void SetBarLabel(int id0,String id1)
104 { SetBarLabel_20(id0,id1); }
106 private native String GetBarLabel_21(int id0);
107 public String GetBarLabel(int id0)
108 { return GetBarLabel_21(id0); }
110 private native void SetYTitle_22(String id0);
111 public void SetYTitle(String id0)
112 { SetYTitle_22(id0); }
114 private native String GetYTitle_23();
115 public String GetYTitle()
116 { return GetYTitle_23(); }
118 private native void SetLegendVisibility_24(int id0);
119 public void SetLegendVisibility(int id0)
120 { SetLegendVisibility_24(id0); }
122 private native int GetLegendVisibility_25();
123 public int GetLegendVisibility()
124 { return GetLegendVisibility_25(); }
126 private native void LegendVisibilityOn_26();
127 public void LegendVisibilityOn()
128 { LegendVisibilityOn_26(); }
130 private native void LegendVisibilityOff_27();
131 public void LegendVisibilityOff()
132 { LegendVisibilityOff_27(); }
134 private native long GetLegendActor_28();
135 public vtkLegendBoxActor GetLegendActor() {
136 long temp = GetLegendActor_28();
138 if (temp == 0) return null;
139 return (vtkLegendBoxActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
142 private native int RenderOverlay_29(vtkViewport id0);
143 public int RenderOverlay(vtkViewport id0)
144 { return RenderOverlay_29(id0); }
146 private native int RenderOpaqueGeometry_30(vtkViewport id0);
147 public int RenderOpaqueGeometry(vtkViewport id0)
148 { return RenderOpaqueGeometry_30(id0); }
150 private native int RenderTranslucentPolygonalGeometry_31(vtkViewport id0);
151 public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
152 { return RenderTranslucentPolygonalGeometry_31(id0); }
154 private native int HasTranslucentPolygonalGeometry_32();
155 public int HasTranslucentPolygonalGeometry()
156 { return HasTranslucentPolygonalGeometry_32(); }
158 private native void ReleaseGraphicsResources_33(vtkWindow id0);
159 public void ReleaseGraphicsResources(vtkWindow id0)
160 { ReleaseGraphicsResources_33(id0); }
162 public vtkBarChartActor() { super(); }
164 public vtkBarChartActor(long id) { super(id); }
165 public native long VTKInit();