]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAxesTransformRepresentation.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkAxesTransformRepresentation.java
1 // java wrapper for vtkAxesTransformRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkAxesTransformRepresentation extends vtkWidgetRepresentation
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 GetOriginRepresentation_2();
19   public vtkHandleRepresentation GetOriginRepresentation() {
20     long temp = GetOriginRepresentation_2();
21
22     if (temp == 0) return null;
23     return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native long GetSelectionRepresentation_3();
27   public vtkHandleRepresentation GetSelectionRepresentation() {
28     long temp = GetSelectionRepresentation_3();
29
30     if (temp == 0) return null;
31     return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native void GetOriginWorldPosition_4(double id0[]);
35   public void GetOriginWorldPosition(double id0[])
36     { GetOriginWorldPosition_4(id0); }
37
38   private native void SetOriginWorldPosition_5(double id0[]);
39   public void SetOriginWorldPosition(double id0[])
40     { SetOriginWorldPosition_5(id0); }
41
42   private native void SetOriginDisplayPosition_6(double id0[]);
43   public void SetOriginDisplayPosition(double id0[])
44     { SetOriginDisplayPosition_6(id0); }
45
46   private native void GetOriginDisplayPosition_7(double id0[]);
47   public void GetOriginDisplayPosition(double id0[])
48     { GetOriginDisplayPosition_7(id0); }
49
50   private native void SetTolerance_8(int id0);
51   public void SetTolerance(int id0)
52     { SetTolerance_8(id0); }
53
54   private native int GetToleranceMinValue_9();
55   public int GetToleranceMinValue()
56     { return GetToleranceMinValue_9(); }
57
58   private native int GetToleranceMaxValue_10();
59   public int GetToleranceMaxValue()
60     { return GetToleranceMaxValue_10(); }
61
62   private native int GetTolerance_11();
63   public int GetTolerance()
64     { return GetTolerance_11(); }
65
66   private native void SetLabelFormat_12(String id0);
67   public void SetLabelFormat(String id0)
68     { SetLabelFormat_12(id0); }
69
70   private native String GetLabelFormat_13();
71   public String GetLabelFormat()
72     { return GetLabelFormat_13(); }
73
74   private native void SetInteractionState_14(int id0);
75   public void SetInteractionState(int id0)
76     { SetInteractionState_14(id0); }
77
78   private native int GetInteractionStateMinValue_15();
79   public int GetInteractionStateMinValue()
80     { return GetInteractionStateMinValue_15(); }
81
82   private native int GetInteractionStateMaxValue_16();
83   public int GetInteractionStateMaxValue()
84     { return GetInteractionStateMaxValue_16(); }
85
86   private native void BuildRepresentation_17();
87   public void BuildRepresentation()
88     { BuildRepresentation_17(); }
89
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); }
93
94   private native void StartWidgetInteraction_19(double id0[]);
95   public void StartWidgetInteraction(double id0[])
96     { StartWidgetInteraction_19(id0); }
97
98   private native void WidgetInteraction_20(double id0[]);
99   public void WidgetInteraction(double id0[])
100     { WidgetInteraction_20(id0); }
101
102   private native void ReleaseGraphicsResources_21(vtkWindow id0);
103   public void ReleaseGraphicsResources(vtkWindow id0)
104     { ReleaseGraphicsResources_21(id0); }
105
106   private native int RenderOpaqueGeometry_22(vtkViewport id0);
107   public int RenderOpaqueGeometry(vtkViewport id0)
108     { return RenderOpaqueGeometry_22(id0); }
109
110   private native int RenderTranslucentPolygonalGeometry_23(vtkViewport id0);
111   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
112     { return RenderTranslucentPolygonalGeometry_23(id0); }
113
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); }
117
118   private native void SetLabelScale_25(double id0[]);
119   public void SetLabelScale(double id0[])
120     { SetLabelScale_25(id0); }
121
122   private native long GetLabelProperty_26();
123   public vtkProperty GetLabelProperty() {
124     long temp = GetLabelProperty_26();
125
126     if (temp == 0) return null;
127     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
128 }
129
130   public vtkAxesTransformRepresentation() { super(); }
131
132   public vtkAxesTransformRepresentation(long id) { super(id); }
133   public native long   VTKInit();
134
135 }