]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkCaptionRepresentation.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkCaptionRepresentation.java
1 // java wrapper for vtkCaptionRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkCaptionRepresentation extends vtkBorderRepresentation
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 SetAnchorPosition_2(double id0[]);
19   public void SetAnchorPosition(double id0[])
20     { SetAnchorPosition_2(id0); }
21
22   private native void GetAnchorPosition_3(double id0[]);
23   public void GetAnchorPosition(double id0[])
24     { GetAnchorPosition_3(id0); }
25
26   private native void SetCaptionActor2D_4(vtkCaptionActor2D id0);
27   public void SetCaptionActor2D(vtkCaptionActor2D id0)
28     { SetCaptionActor2D_4(id0); }
29
30   private native long GetCaptionActor2D_5();
31   public vtkCaptionActor2D GetCaptionActor2D() {
32     long temp = GetCaptionActor2D_5();
33
34     if (temp == 0) return null;
35     return (vtkCaptionActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
36 }
37
38   private native void SetAnchorRepresentation_6(vtkPointHandleRepresentation3D id0);
39   public void SetAnchorRepresentation(vtkPointHandleRepresentation3D id0)
40     { SetAnchorRepresentation_6(id0); }
41
42   private native long GetAnchorRepresentation_7();
43   public vtkPointHandleRepresentation3D GetAnchorRepresentation() {
44     long temp = GetAnchorRepresentation_7();
45
46     if (temp == 0) return null;
47     return (vtkPointHandleRepresentation3D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
48 }
49
50   private native void BuildRepresentation_8();
51   public void BuildRepresentation()
52     { BuildRepresentation_8(); }
53
54   private native void GetSize_9(double id0[]);
55   public void GetSize(double id0[])
56     { GetSize_9(id0); }
57
58   private native void GetActors2D_10(vtkPropCollection id0);
59   public void GetActors2D(vtkPropCollection id0)
60     { GetActors2D_10(id0); }
61
62   private native void ReleaseGraphicsResources_11(vtkWindow id0);
63   public void ReleaseGraphicsResources(vtkWindow id0)
64     { ReleaseGraphicsResources_11(id0); }
65
66   private native int RenderOverlay_12(vtkViewport id0);
67   public int RenderOverlay(vtkViewport id0)
68     { return RenderOverlay_12(id0); }
69
70   private native int RenderOpaqueGeometry_13(vtkViewport id0);
71   public int RenderOpaqueGeometry(vtkViewport id0)
72     { return RenderOpaqueGeometry_13(id0); }
73
74   private native int RenderTranslucentPolygonalGeometry_14(vtkViewport id0);
75   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
76     { return RenderTranslucentPolygonalGeometry_14(id0); }
77
78   private native int HasTranslucentPolygonalGeometry_15();
79   public int HasTranslucentPolygonalGeometry()
80     { return HasTranslucentPolygonalGeometry_15(); }
81
82   private native void SetFontFactor_16(double id0);
83   public void SetFontFactor(double id0)
84     { SetFontFactor_16(id0); }
85
86   private native double GetFontFactorMinValue_17();
87   public double GetFontFactorMinValue()
88     { return GetFontFactorMinValue_17(); }
89
90   private native double GetFontFactorMaxValue_18();
91   public double GetFontFactorMaxValue()
92     { return GetFontFactorMaxValue_18(); }
93
94   private native double GetFontFactor_19();
95   public double GetFontFactor()
96     { return GetFontFactor_19(); }
97
98   public vtkCaptionRepresentation() { super(); }
99
100   public vtkCaptionRepresentation(long id) { super(id); }
101   public native long   VTKInit();
102
103 }