]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkBarChartActor.java
Combo property support for annotated property tabs
[simantics/3d.git] / vtk / src / vtk / vtkBarChartActor.java
1 // java wrapper for vtkBarChartActor object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkBarChartActor extends vtkActor2D
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 SetInput_2(vtkDataObject id0);
19   public void SetInput(vtkDataObject id0)
20     { SetInput_2(id0); }
21
22   private native long GetInput_3();
23   public vtkDataObject GetInput() {
24     long temp = GetInput_3();
25
26     if (temp == 0) return null;
27     return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetTitleVisibility_4(int id0);
31   public void SetTitleVisibility(int id0)
32     { SetTitleVisibility_4(id0); }
33
34   private native int GetTitleVisibility_5();
35   public int GetTitleVisibility()
36     { return GetTitleVisibility_5(); }
37
38   private native void TitleVisibilityOn_6();
39   public void TitleVisibilityOn()
40     { TitleVisibilityOn_6(); }
41
42   private native void TitleVisibilityOff_7();
43   public void TitleVisibilityOff()
44     { TitleVisibilityOff_7(); }
45
46   private native void SetTitle_8(String id0);
47   public void SetTitle(String id0)
48     { SetTitle_8(id0); }
49
50   private native String GetTitle_9();
51   public String GetTitle()
52     { return GetTitle_9(); }
53
54   private native void SetTitleTextProperty_10(vtkTextProperty id0);
55   public void SetTitleTextProperty(vtkTextProperty id0)
56     { SetTitleTextProperty_10(id0); }
57
58   private native long GetTitleTextProperty_11();
59   public vtkTextProperty GetTitleTextProperty() {
60     long temp = GetTitleTextProperty_11();
61
62     if (temp == 0) return null;
63     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
64 }
65
66   private native void SetLabelVisibility_12(int id0);
67   public void SetLabelVisibility(int id0)
68     { SetLabelVisibility_12(id0); }
69
70   private native int GetLabelVisibility_13();
71   public int GetLabelVisibility()
72     { return GetLabelVisibility_13(); }
73
74   private native void LabelVisibilityOn_14();
75   public void LabelVisibilityOn()
76     { LabelVisibilityOn_14(); }
77
78   private native void LabelVisibilityOff_15();
79   public void LabelVisibilityOff()
80     { LabelVisibilityOff_15(); }
81
82   private native void SetLabelTextProperty_16(vtkTextProperty id0);
83   public void SetLabelTextProperty(vtkTextProperty id0)
84     { SetLabelTextProperty_16(id0); }
85
86   private native long GetLabelTextProperty_17();
87   public vtkTextProperty GetLabelTextProperty() {
88     long temp = GetLabelTextProperty_17();
89
90     if (temp == 0) return null;
91     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
92 }
93
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); }
97
98   private native void SetBarColor_19(int id0,double id1[]);
99   public void SetBarColor(int id0,double id1[])
100     { SetBarColor_19(id0,id1); }
101
102   private native void SetBarLabel_20(int id0,String id1);
103   public void SetBarLabel(int id0,String id1)
104     { SetBarLabel_20(id0,id1); }
105
106   private native String GetBarLabel_21(int id0);
107   public String GetBarLabel(int id0)
108     { return GetBarLabel_21(id0); }
109
110   private native void SetYTitle_22(String id0);
111   public void SetYTitle(String id0)
112     { SetYTitle_22(id0); }
113
114   private native String GetYTitle_23();
115   public String GetYTitle()
116     { return GetYTitle_23(); }
117
118   private native void SetLegendVisibility_24(int id0);
119   public void SetLegendVisibility(int id0)
120     { SetLegendVisibility_24(id0); }
121
122   private native int GetLegendVisibility_25();
123   public int GetLegendVisibility()
124     { return GetLegendVisibility_25(); }
125
126   private native void LegendVisibilityOn_26();
127   public void LegendVisibilityOn()
128     { LegendVisibilityOn_26(); }
129
130   private native void LegendVisibilityOff_27();
131   public void LegendVisibilityOff()
132     { LegendVisibilityOff_27(); }
133
134   private native long GetLegendActor_28();
135   public vtkLegendBoxActor GetLegendActor() {
136     long temp = GetLegendActor_28();
137
138     if (temp == 0) return null;
139     return (vtkLegendBoxActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
140 }
141
142   private native int RenderOverlay_29(vtkViewport id0);
143   public int RenderOverlay(vtkViewport id0)
144     { return RenderOverlay_29(id0); }
145
146   private native int RenderOpaqueGeometry_30(vtkViewport id0);
147   public int RenderOpaqueGeometry(vtkViewport id0)
148     { return RenderOpaqueGeometry_30(id0); }
149
150   private native int RenderTranslucentPolygonalGeometry_31(vtkViewport id0);
151   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
152     { return RenderTranslucentPolygonalGeometry_31(id0); }
153
154   private native int HasTranslucentPolygonalGeometry_32();
155   public int HasTranslucentPolygonalGeometry()
156     { return HasTranslucentPolygonalGeometry_32(); }
157
158   private native void ReleaseGraphicsResources_33(vtkWindow id0);
159   public void ReleaseGraphicsResources(vtkWindow id0)
160     { ReleaseGraphicsResources_33(id0); }
161
162   public vtkBarChartActor() { super(); }
163
164   public vtkBarChartActor(long id) { super(id); }
165   public native long   VTKInit();
166
167 }