]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkBalloonRepresentation.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkBalloonRepresentation.java
1 // java wrapper for vtkBalloonRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkBalloonRepresentation extends vtkWidgetRepresentation
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 SetBalloonImage_2(vtkImageData id0);
19   public void SetBalloonImage(vtkImageData id0)
20     { SetBalloonImage_2(id0); }
21
22   private native long GetBalloonImage_3();
23   public vtkImageData GetBalloonImage() {
24     long temp = GetBalloonImage_3();
25
26     if (temp == 0) return null;
27     return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native String GetBalloonText_4();
31   public String GetBalloonText()
32     { return GetBalloonText_4(); }
33
34   private native void SetBalloonText_5(String id0);
35   public void SetBalloonText(String id0)
36     { SetBalloonText_5(id0); }
37
38   private native void SetImageSize_6(int id0,int id1);
39   public void SetImageSize(int id0,int id1)
40     { SetImageSize_6(id0,id1); }
41
42   private native void SetImageSize_7(int id0[]);
43   public void SetImageSize(int id0[])
44     { SetImageSize_7(id0); }
45
46   private native int[]  GetImageSize_8();
47   public int[]  GetImageSize()
48     { return GetImageSize_8(); }
49
50   private native void SetTextProperty_9(vtkTextProperty id0);
51   public void SetTextProperty(vtkTextProperty id0)
52     { SetTextProperty_9(id0); }
53
54   private native long GetTextProperty_10();
55   public vtkTextProperty GetTextProperty() {
56     long temp = GetTextProperty_10();
57
58     if (temp == 0) return null;
59     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
60 }
61
62   private native void SetFrameProperty_11(vtkProperty2D id0);
63   public void SetFrameProperty(vtkProperty2D id0)
64     { SetFrameProperty_11(id0); }
65
66   private native long GetFrameProperty_12();
67   public vtkProperty2D GetFrameProperty() {
68     long temp = GetFrameProperty_12();
69
70     if (temp == 0) return null;
71     return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
72 }
73
74   private native void SetImageProperty_13(vtkProperty2D id0);
75   public void SetImageProperty(vtkProperty2D id0)
76     { SetImageProperty_13(id0); }
77
78   private native long GetImageProperty_14();
79   public vtkProperty2D GetImageProperty() {
80     long temp = GetImageProperty_14();
81
82     if (temp == 0) return null;
83     return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
84 }
85
86   private native void SetBalloonLayout_15(int id0);
87   public void SetBalloonLayout(int id0)
88     { SetBalloonLayout_15(id0); }
89
90   private native int GetBalloonLayout_16();
91   public int GetBalloonLayout()
92     { return GetBalloonLayout_16(); }
93
94   private native void SetBalloonLayoutToImageLeft_17();
95   public void SetBalloonLayoutToImageLeft()
96     { SetBalloonLayoutToImageLeft_17(); }
97
98   private native void SetBalloonLayoutToImageRight_18();
99   public void SetBalloonLayoutToImageRight()
100     { SetBalloonLayoutToImageRight_18(); }
101
102   private native void SetBalloonLayoutToImageBottom_19();
103   public void SetBalloonLayoutToImageBottom()
104     { SetBalloonLayoutToImageBottom_19(); }
105
106   private native void SetBalloonLayoutToImageTop_20();
107   public void SetBalloonLayoutToImageTop()
108     { SetBalloonLayoutToImageTop_20(); }
109
110   private native void SetBalloonLayoutToTextLeft_21();
111   public void SetBalloonLayoutToTextLeft()
112     { SetBalloonLayoutToTextLeft_21(); }
113
114   private native void SetBalloonLayoutToTextRight_22();
115   public void SetBalloonLayoutToTextRight()
116     { SetBalloonLayoutToTextRight_22(); }
117
118   private native void SetBalloonLayoutToTextTop_23();
119   public void SetBalloonLayoutToTextTop()
120     { SetBalloonLayoutToTextTop_23(); }
121
122   private native void SetBalloonLayoutToTextBottom_24();
123   public void SetBalloonLayoutToTextBottom()
124     { SetBalloonLayoutToTextBottom_24(); }
125
126   private native void SetOffset_25(int id0,int id1);
127   public void SetOffset(int id0,int id1)
128     { SetOffset_25(id0,id1); }
129
130   private native void SetOffset_26(int id0[]);
131   public void SetOffset(int id0[])
132     { SetOffset_26(id0); }
133
134   private native int[]  GetOffset_27();
135   public int[]  GetOffset()
136     { return GetOffset_27(); }
137
138   private native void SetPadding_28(int id0);
139   public void SetPadding(int id0)
140     { SetPadding_28(id0); }
141
142   private native int GetPaddingMinValue_29();
143   public int GetPaddingMinValue()
144     { return GetPaddingMinValue_29(); }
145
146   private native int GetPaddingMaxValue_30();
147   public int GetPaddingMaxValue()
148     { return GetPaddingMaxValue_30(); }
149
150   private native int GetPadding_31();
151   public int GetPadding()
152     { return GetPadding_31(); }
153
154   private native void StartWidgetInteraction_32(double id0[]);
155   public void StartWidgetInteraction(double id0[])
156     { StartWidgetInteraction_32(id0); }
157
158   private native void EndWidgetInteraction_33(double id0[]);
159   public void EndWidgetInteraction(double id0[])
160     { EndWidgetInteraction_33(id0); }
161
162   private native void BuildRepresentation_34();
163   public void BuildRepresentation()
164     { BuildRepresentation_34(); }
165
166   private native int ComputeInteractionState_35(int id0,int id1,int id2);
167   public int ComputeInteractionState(int id0,int id1,int id2)
168     { return ComputeInteractionState_35(id0,id1,id2); }
169
170   private native void ReleaseGraphicsResources_36(vtkWindow id0);
171   public void ReleaseGraphicsResources(vtkWindow id0)
172     { ReleaseGraphicsResources_36(id0); }
173
174   private native int RenderOverlay_37(vtkViewport id0);
175   public int RenderOverlay(vtkViewport id0)
176     { return RenderOverlay_37(id0); }
177
178   public vtkBalloonRepresentation() { super(); }
179
180   public vtkBalloonRepresentation(long id) { super(id); }
181   public native long   VTKInit();
182
183 }