]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkCornerAnnotation.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkCornerAnnotation.java
1 // java wrapper for vtkCornerAnnotation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkCornerAnnotation 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 int RenderOpaqueGeometry_2(vtkViewport id0);
19   public int RenderOpaqueGeometry(vtkViewport id0)
20     { return RenderOpaqueGeometry_2(id0); }
21
22   private native int RenderTranslucentPolygonalGeometry_3(vtkViewport id0);
23   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
24     { return RenderTranslucentPolygonalGeometry_3(id0); }
25
26   private native int RenderOverlay_4(vtkViewport id0);
27   public int RenderOverlay(vtkViewport id0)
28     { return RenderOverlay_4(id0); }
29
30   private native int HasTranslucentPolygonalGeometry_5();
31   public int HasTranslucentPolygonalGeometry()
32     { return HasTranslucentPolygonalGeometry_5(); }
33
34   private native void SetMaximumLineHeight_6(double id0);
35   public void SetMaximumLineHeight(double id0)
36     { SetMaximumLineHeight_6(id0); }
37
38   private native double GetMaximumLineHeight_7();
39   public double GetMaximumLineHeight()
40     { return GetMaximumLineHeight_7(); }
41
42   private native void SetMinimumFontSize_8(int id0);
43   public void SetMinimumFontSize(int id0)
44     { SetMinimumFontSize_8(id0); }
45
46   private native int GetMinimumFontSize_9();
47   public int GetMinimumFontSize()
48     { return GetMinimumFontSize_9(); }
49
50   private native void SetMaximumFontSize_10(int id0);
51   public void SetMaximumFontSize(int id0)
52     { SetMaximumFontSize_10(id0); }
53
54   private native int GetMaximumFontSize_11();
55   public int GetMaximumFontSize()
56     { return GetMaximumFontSize_11(); }
57
58   private native void SetLinearFontScaleFactor_12(double id0);
59   public void SetLinearFontScaleFactor(double id0)
60     { SetLinearFontScaleFactor_12(id0); }
61
62   private native double GetLinearFontScaleFactor_13();
63   public double GetLinearFontScaleFactor()
64     { return GetLinearFontScaleFactor_13(); }
65
66   private native void SetNonlinearFontScaleFactor_14(double id0);
67   public void SetNonlinearFontScaleFactor(double id0)
68     { SetNonlinearFontScaleFactor_14(id0); }
69
70   private native double GetNonlinearFontScaleFactor_15();
71   public double GetNonlinearFontScaleFactor()
72     { return GetNonlinearFontScaleFactor_15(); }
73
74   private native void ReleaseGraphicsResources_16(vtkWindow id0);
75   public void ReleaseGraphicsResources(vtkWindow id0)
76     { ReleaseGraphicsResources_16(id0); }
77
78   private native void SetText_17(int id0,String id1);
79   public void SetText(int id0,String id1)
80     { SetText_17(id0,id1); }
81
82   private native String GetText_18(int id0);
83   public String GetText(int id0)
84     { return GetText_18(id0); }
85
86   private native void ClearAllTexts_19();
87   public void ClearAllTexts()
88     { ClearAllTexts_19(); }
89
90   private native void CopyAllTextsFrom_20(vtkCornerAnnotation id0);
91   public void CopyAllTextsFrom(vtkCornerAnnotation id0)
92     { CopyAllTextsFrom_20(id0); }
93
94   private native void SetImageActor_21(vtkImageActor id0);
95   public void SetImageActor(vtkImageActor id0)
96     { SetImageActor_21(id0); }
97
98   private native long GetImageActor_22();
99   public vtkImageActor GetImageActor() {
100     long temp = GetImageActor_22();
101
102     if (temp == 0) return null;
103     return (vtkImageActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
104 }
105
106   private native void SetWindowLevel_23(vtkImageMapToWindowLevelColors id0);
107   public void SetWindowLevel(vtkImageMapToWindowLevelColors id0)
108     { SetWindowLevel_23(id0); }
109
110   private native long GetWindowLevel_24();
111   public vtkImageMapToWindowLevelColors GetWindowLevel() {
112     long temp = GetWindowLevel_24();
113
114     if (temp == 0) return null;
115     return (vtkImageMapToWindowLevelColors)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
116 }
117
118   private native void SetLevelShift_25(double id0);
119   public void SetLevelShift(double id0)
120     { SetLevelShift_25(id0); }
121
122   private native double GetLevelShift_26();
123   public double GetLevelShift()
124     { return GetLevelShift_26(); }
125
126   private native void SetLevelScale_27(double id0);
127   public void SetLevelScale(double id0)
128     { SetLevelScale_27(id0); }
129
130   private native double GetLevelScale_28();
131   public double GetLevelScale()
132     { return GetLevelScale_28(); }
133
134   private native void SetTextProperty_29(vtkTextProperty id0);
135   public void SetTextProperty(vtkTextProperty id0)
136     { SetTextProperty_29(id0); }
137
138   private native long GetTextProperty_30();
139   public vtkTextProperty GetTextProperty() {
140     long temp = GetTextProperty_30();
141
142     if (temp == 0) return null;
143     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
144 }
145
146   private native void ShowSliceAndImageOn_31();
147   public void ShowSliceAndImageOn()
148     { ShowSliceAndImageOn_31(); }
149
150   private native void ShowSliceAndImageOff_32();
151   public void ShowSliceAndImageOff()
152     { ShowSliceAndImageOff_32(); }
153
154   private native void SetShowSliceAndImage_33(int id0);
155   public void SetShowSliceAndImage(int id0)
156     { SetShowSliceAndImage_33(id0); }
157
158   private native int GetShowSliceAndImage_34();
159   public int GetShowSliceAndImage()
160     { return GetShowSliceAndImage_34(); }
161
162   public vtkCornerAnnotation() { super(); }
163
164   public vtkCornerAnnotation(long id) { super(id); }
165   public native long   VTKInit();
166
167 }