]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkTextMapper.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkTextMapper.java
1 // java wrapper for vtkTextMapper object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkTextMapper extends vtkMapper2D
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 GetSize_2(vtkViewport id0,int id1[]);
19   public void GetSize(vtkViewport id0,int id1[])
20     { GetSize_2(id0,id1); }
21
22   private native int GetWidth_3(vtkViewport id0);
23   public int GetWidth(vtkViewport id0)
24     { return GetWidth_3(id0); }
25
26   private native int GetHeight_4(vtkViewport id0);
27   public int GetHeight(vtkViewport id0)
28     { return GetHeight_4(id0); }
29
30   private native void SetInput_5(String id0);
31   public void SetInput(String id0)
32     { SetInput_5(id0); }
33
34   private native String GetInput_6();
35   public String GetInput()
36     { return GetInput_6(); }
37
38   private native void SetTextProperty_7(vtkTextProperty id0);
39   public void SetTextProperty(vtkTextProperty id0)
40     { SetTextProperty_7(id0); }
41
42   private native long GetTextProperty_8();
43   public vtkTextProperty GetTextProperty() {
44     long temp = GetTextProperty_8();
45
46     if (temp == 0) return null;
47     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
48 }
49
50   private native void ShallowCopy_9(vtkAbstractMapper id0);
51   public void ShallowCopy(vtkAbstractMapper id0)
52     { ShallowCopy_9(id0); }
53
54   private native int SetConstrainedFontSize_10(vtkViewport id0,int id1,int id2);
55   public int SetConstrainedFontSize(vtkViewport id0,int id1,int id2)
56     { return SetConstrainedFontSize_10(id0,id1,id2); }
57
58   private native int SetConstrainedFontSize_11(vtkTextMapper id0,vtkViewport id1,int id2,int id3);
59   public int SetConstrainedFontSize(vtkTextMapper id0,vtkViewport id1,int id2,int id3)
60     { return SetConstrainedFontSize_11(id0,id1,id2,id3); }
61
62   private native void RenderOverlay_12(vtkViewport id0,vtkActor2D id1);
63   public void RenderOverlay(vtkViewport id0,vtkActor2D id1)
64     { RenderOverlay_12(id0,id1); }
65
66   private native void ReleaseGraphicsResources_13(vtkWindow id0);
67   public void ReleaseGraphicsResources(vtkWindow id0)
68     { ReleaseGraphicsResources_13(id0); }
69
70   private native int GetMTime_14();
71   public int GetMTime()
72     { return GetMTime_14(); }
73
74   public vtkTextMapper() { super(); }
75
76   public vtkTextMapper(long id) { super(id); }
77   public native long   VTKInit();
78
79 }