]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkBiDimensionalRepresentation2D.java
Revised native library loading for VTK
[simantics/3d.git] / vtk / src / vtk / vtkBiDimensionalRepresentation2D.java
1 // java wrapper for vtkBiDimensionalRepresentation2D object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkBiDimensionalRepresentation2D extends vtkBiDimensionalRepresentation
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 long GetLineProperty_2();
19   public vtkProperty2D GetLineProperty() {
20     long temp = GetLineProperty_2();
21
22     if (temp == 0) return null;
23     return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native long GetSelectedLineProperty_3();
27   public vtkProperty2D GetSelectedLineProperty() {
28     long temp = GetSelectedLineProperty_3();
29
30     if (temp == 0) return null;
31     return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native long GetTextProperty_4();
35   public vtkTextProperty GetTextProperty() {
36     long temp = GetTextProperty_4();
37
38     if (temp == 0) return null;
39     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
40 }
41
42   private native void BuildRepresentation_5();
43   public void BuildRepresentation()
44     { BuildRepresentation_5(); }
45
46   private native int ComputeInteractionState_6(int id0,int id1,int id2);
47   public int ComputeInteractionState(int id0,int id1,int id2)
48     { return ComputeInteractionState_6(id0,id1,id2); }
49
50   private native void StartWidgetDefinition_7(double id0[]);
51   public void StartWidgetDefinition(double id0[])
52     { StartWidgetDefinition_7(id0); }
53
54   private native void Point2WidgetInteraction_8(double id0[]);
55   public void Point2WidgetInteraction(double id0[])
56     { Point2WidgetInteraction_8(id0); }
57
58   private native void Point3WidgetInteraction_9(double id0[]);
59   public void Point3WidgetInteraction(double id0[])
60     { Point3WidgetInteraction_9(id0); }
61
62   private native void StartWidgetManipulation_10(double id0[]);
63   public void StartWidgetManipulation(double id0[])
64     { StartWidgetManipulation_10(id0); }
65
66   private native void WidgetInteraction_11(double id0[]);
67   public void WidgetInteraction(double id0[])
68     { WidgetInteraction_11(id0); }
69
70   private native void Highlight_12(int id0);
71   public void Highlight(int id0)
72     { Highlight_12(id0); }
73
74   private native void ReleaseGraphicsResources_13(vtkWindow id0);
75   public void ReleaseGraphicsResources(vtkWindow id0)
76     { ReleaseGraphicsResources_13(id0); }
77
78   private native int RenderOverlay_14(vtkViewport id0);
79   public int RenderOverlay(vtkViewport id0)
80     { return RenderOverlay_14(id0); }
81
82   private native String GetLabelText_15();
83   public String GetLabelText()
84     { return GetLabelText_15(); }
85
86   private native void GetLabelPosition_16(double id0[]);
87   public void GetLabelPosition(double id0[])
88     { GetLabelPosition_16(id0); }
89
90   private native void GetWorldLabelPosition_17(double id0[]);
91   public void GetWorldLabelPosition(double id0[])
92     { GetWorldLabelPosition_17(id0); }
93
94   public vtkBiDimensionalRepresentation2D() { super(); }
95
96   public vtkBiDimensionalRepresentation2D(long id) { super(id); }
97   public native long   VTKInit();
98
99 }