1 // java wrapper for vtkBiDimensionalRepresentation2D object
7 public class vtkBiDimensionalRepresentation2D extends vtkBiDimensionalRepresentation
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native long GetLineProperty_2();
19 public vtkProperty2D GetLineProperty() {
20 long temp = GetLineProperty_2();
22 if (temp == 0) return null;
23 return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
26 private native long GetSelectedLineProperty_3();
27 public vtkProperty2D GetSelectedLineProperty() {
28 long temp = GetSelectedLineProperty_3();
30 if (temp == 0) return null;
31 return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
34 private native long GetTextProperty_4();
35 public vtkTextProperty GetTextProperty() {
36 long temp = GetTextProperty_4();
38 if (temp == 0) return null;
39 return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
42 private native void BuildRepresentation_5();
43 public void BuildRepresentation()
44 { BuildRepresentation_5(); }
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); }
50 private native void StartWidgetDefinition_7(double id0[]);
51 public void StartWidgetDefinition(double id0[])
52 { StartWidgetDefinition_7(id0); }
54 private native void Point2WidgetInteraction_8(double id0[]);
55 public void Point2WidgetInteraction(double id0[])
56 { Point2WidgetInteraction_8(id0); }
58 private native void Point3WidgetInteraction_9(double id0[]);
59 public void Point3WidgetInteraction(double id0[])
60 { Point3WidgetInteraction_9(id0); }
62 private native void StartWidgetManipulation_10(double id0[]);
63 public void StartWidgetManipulation(double id0[])
64 { StartWidgetManipulation_10(id0); }
66 private native void WidgetInteraction_11(double id0[]);
67 public void WidgetInteraction(double id0[])
68 { WidgetInteraction_11(id0); }
70 private native void Highlight_12(int id0);
71 public void Highlight(int id0)
72 { Highlight_12(id0); }
74 private native void ReleaseGraphicsResources_13(vtkWindow id0);
75 public void ReleaseGraphicsResources(vtkWindow id0)
76 { ReleaseGraphicsResources_13(id0); }
78 private native int RenderOverlay_14(vtkViewport id0);
79 public int RenderOverlay(vtkViewport id0)
80 { return RenderOverlay_14(id0); }
82 private native String GetLabelText_15();
83 public String GetLabelText()
84 { return GetLabelText_15(); }
86 private native void GetLabelPosition_16(double id0[]);
87 public void GetLabelPosition(double id0[])
88 { GetLabelPosition_16(id0); }
90 private native void GetWorldLabelPosition_17(double id0[]);
91 public void GetWorldLabelPosition(double id0[])
92 { GetWorldLabelPosition_17(id0); }
94 public vtkBiDimensionalRepresentation2D() { super(); }
96 public vtkBiDimensionalRepresentation2D(long id) { super(id); }
97 public native long VTKInit();