1 // java wrapper for vtkAxesTransformRepresentation object
7 public class vtkAxesTransformRepresentation extends vtkWidgetRepresentation
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 GetOriginRepresentation_2();
19 public vtkHandleRepresentation GetOriginRepresentation() {
20 long temp = GetOriginRepresentation_2();
22 if (temp == 0) return null;
23 return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
26 private native long GetSelectionRepresentation_3();
27 public vtkHandleRepresentation GetSelectionRepresentation() {
28 long temp = GetSelectionRepresentation_3();
30 if (temp == 0) return null;
31 return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
34 private native void GetOriginWorldPosition_4(double id0[]);
35 public void GetOriginWorldPosition(double id0[])
36 { GetOriginWorldPosition_4(id0); }
38 private native void SetOriginWorldPosition_5(double id0[]);
39 public void SetOriginWorldPosition(double id0[])
40 { SetOriginWorldPosition_5(id0); }
42 private native void SetOriginDisplayPosition_6(double id0[]);
43 public void SetOriginDisplayPosition(double id0[])
44 { SetOriginDisplayPosition_6(id0); }
46 private native void GetOriginDisplayPosition_7(double id0[]);
47 public void GetOriginDisplayPosition(double id0[])
48 { GetOriginDisplayPosition_7(id0); }
50 private native void SetTolerance_8(int id0);
51 public void SetTolerance(int id0)
52 { SetTolerance_8(id0); }
54 private native int GetToleranceMinValue_9();
55 public int GetToleranceMinValue()
56 { return GetToleranceMinValue_9(); }
58 private native int GetToleranceMaxValue_10();
59 public int GetToleranceMaxValue()
60 { return GetToleranceMaxValue_10(); }
62 private native int GetTolerance_11();
63 public int GetTolerance()
64 { return GetTolerance_11(); }
66 private native void SetLabelFormat_12(String id0);
67 public void SetLabelFormat(String id0)
68 { SetLabelFormat_12(id0); }
70 private native String GetLabelFormat_13();
71 public String GetLabelFormat()
72 { return GetLabelFormat_13(); }
74 private native void SetInteractionState_14(int id0);
75 public void SetInteractionState(int id0)
76 { SetInteractionState_14(id0); }
78 private native int GetInteractionStateMinValue_15();
79 public int GetInteractionStateMinValue()
80 { return GetInteractionStateMinValue_15(); }
82 private native int GetInteractionStateMaxValue_16();
83 public int GetInteractionStateMaxValue()
84 { return GetInteractionStateMaxValue_16(); }
86 private native void BuildRepresentation_17();
87 public void BuildRepresentation()
88 { BuildRepresentation_17(); }
90 private native int ComputeInteractionState_18(int id0,int id1,int id2);
91 public int ComputeInteractionState(int id0,int id1,int id2)
92 { return ComputeInteractionState_18(id0,id1,id2); }
94 private native void StartWidgetInteraction_19(double id0[]);
95 public void StartWidgetInteraction(double id0[])
96 { StartWidgetInteraction_19(id0); }
98 private native void WidgetInteraction_20(double id0[]);
99 public void WidgetInteraction(double id0[])
100 { WidgetInteraction_20(id0); }
102 private native void ReleaseGraphicsResources_21(vtkWindow id0);
103 public void ReleaseGraphicsResources(vtkWindow id0)
104 { ReleaseGraphicsResources_21(id0); }
106 private native int RenderOpaqueGeometry_22(vtkViewport id0);
107 public int RenderOpaqueGeometry(vtkViewport id0)
108 { return RenderOpaqueGeometry_22(id0); }
110 private native int RenderTranslucentPolygonalGeometry_23(vtkViewport id0);
111 public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
112 { return RenderTranslucentPolygonalGeometry_23(id0); }
114 private native void SetLabelScale_24(double id0,double id1,double id2);
115 public void SetLabelScale(double id0,double id1,double id2)
116 { SetLabelScale_24(id0,id1,id2); }
118 private native void SetLabelScale_25(double id0[]);
119 public void SetLabelScale(double id0[])
120 { SetLabelScale_25(id0); }
122 private native long GetLabelProperty_26();
123 public vtkProperty GetLabelProperty() {
124 long temp = GetLabelProperty_26();
126 if (temp == 0) return null;
127 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
130 public vtkAxesTransformRepresentation() { super(); }
132 public vtkAxesTransformRepresentation(long id) { super(id); }
133 public native long VTKInit();