]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkPieChartActor.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkPieChartActor.java
1 // java wrapper for vtkPieChartActor object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkPieChartActor 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 SetInputData_2(vtkDataObject id0);
19   public void SetInputData(vtkDataObject id0)
20     { SetInputData_2(id0); }
21
22   private native void SetInputConnection_3(vtkAlgorithmOutput id0);
23   public void SetInputConnection(vtkAlgorithmOutput id0)
24     { SetInputConnection_3(id0); }
25
26   private native long GetInput_4();
27   public vtkDataObject GetInput() {
28     long temp = GetInput_4();
29
30     if (temp == 0) return null;
31     return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native void SetTitleVisibility_5(int id0);
35   public void SetTitleVisibility(int id0)
36     { SetTitleVisibility_5(id0); }
37
38   private native int GetTitleVisibility_6();
39   public int GetTitleVisibility()
40     { return GetTitleVisibility_6(); }
41
42   private native void TitleVisibilityOn_7();
43   public void TitleVisibilityOn()
44     { TitleVisibilityOn_7(); }
45
46   private native void TitleVisibilityOff_8();
47   public void TitleVisibilityOff()
48     { TitleVisibilityOff_8(); }
49
50   private native void SetTitle_9(String id0);
51   public void SetTitle(String id0)
52     { SetTitle_9(id0); }
53
54   private native String GetTitle_10();
55   public String GetTitle()
56     { return GetTitle_10(); }
57
58   private native void SetTitleTextProperty_11(vtkTextProperty id0);
59   public void SetTitleTextProperty(vtkTextProperty id0)
60     { SetTitleTextProperty_11(id0); }
61
62   private native long GetTitleTextProperty_12();
63   public vtkTextProperty GetTitleTextProperty() {
64     long temp = GetTitleTextProperty_12();
65
66     if (temp == 0) return null;
67     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
68 }
69
70   private native void SetLabelVisibility_13(int id0);
71   public void SetLabelVisibility(int id0)
72     { SetLabelVisibility_13(id0); }
73
74   private native int GetLabelVisibility_14();
75   public int GetLabelVisibility()
76     { return GetLabelVisibility_14(); }
77
78   private native void LabelVisibilityOn_15();
79   public void LabelVisibilityOn()
80     { LabelVisibilityOn_15(); }
81
82   private native void LabelVisibilityOff_16();
83   public void LabelVisibilityOff()
84     { LabelVisibilityOff_16(); }
85
86   private native void SetLabelTextProperty_17(vtkTextProperty id0);
87   public void SetLabelTextProperty(vtkTextProperty id0)
88     { SetLabelTextProperty_17(id0); }
89
90   private native long GetLabelTextProperty_18();
91   public vtkTextProperty GetLabelTextProperty() {
92     long temp = GetLabelTextProperty_18();
93
94     if (temp == 0) return null;
95     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
96 }
97
98   private native void SetPieceColor_19(int id0,double id1,double id2,double id3);
99   public void SetPieceColor(int id0,double id1,double id2,double id3)
100     { SetPieceColor_19(id0,id1,id2,id3); }
101
102   private native void SetPieceColor_20(int id0,double id1[]);
103   public void SetPieceColor(int id0,double id1[])
104     { SetPieceColor_20(id0,id1); }
105
106   private native void SetPieceLabel_21(int id0,String id1);
107   public void SetPieceLabel(int id0,String id1)
108     { SetPieceLabel_21(id0,id1); }
109
110   private native String GetPieceLabel_22(int id0);
111   public String GetPieceLabel(int id0)
112     { return GetPieceLabel_22(id0); }
113
114   private native void SetLegendVisibility_23(int id0);
115   public void SetLegendVisibility(int id0)
116     { SetLegendVisibility_23(id0); }
117
118   private native int GetLegendVisibility_24();
119   public int GetLegendVisibility()
120     { return GetLegendVisibility_24(); }
121
122   private native void LegendVisibilityOn_25();
123   public void LegendVisibilityOn()
124     { LegendVisibilityOn_25(); }
125
126   private native void LegendVisibilityOff_26();
127   public void LegendVisibilityOff()
128     { LegendVisibilityOff_26(); }
129
130   private native long GetLegendActor_27();
131   public vtkLegendBoxActor GetLegendActor() {
132     long temp = GetLegendActor_27();
133
134     if (temp == 0) return null;
135     return (vtkLegendBoxActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
136 }
137
138   private native int RenderOverlay_28(vtkViewport id0);
139   public int RenderOverlay(vtkViewport id0)
140     { return RenderOverlay_28(id0); }
141
142   private native int RenderOpaqueGeometry_29(vtkViewport id0);
143   public int RenderOpaqueGeometry(vtkViewport id0)
144     { return RenderOpaqueGeometry_29(id0); }
145
146   private native int RenderTranslucentPolygonalGeometry_30(vtkViewport id0);
147   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
148     { return RenderTranslucentPolygonalGeometry_30(id0); }
149
150   private native int HasTranslucentPolygonalGeometry_31();
151   public int HasTranslucentPolygonalGeometry()
152     { return HasTranslucentPolygonalGeometry_31(); }
153
154   private native void ReleaseGraphicsResources_32(vtkWindow id0);
155   public void ReleaseGraphicsResources(vtkWindow id0)
156     { ReleaseGraphicsResources_32(id0); }
157
158   public vtkPieChartActor() { super(); }
159
160   public vtkPieChartActor(long id) { super(id); }
161   public native long   VTKInit();
162
163 }