]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkContextTransform.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkContextTransform.java
1 // java wrapper for vtkContextTransform object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkContextTransform extends vtkAbstractContextItem
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 Update_2();
19   public void Update()
20     { Update_2(); }
21
22   private native boolean Paint_3(vtkContext2D id0);
23   public boolean Paint(vtkContext2D id0)
24     { return Paint_3(id0); }
25
26   private native void Identity_4();
27   public void Identity()
28     { Identity_4(); }
29
30   private native void Translate_5(double id0,double id1);
31   public void Translate(double id0,double id1)
32     { Translate_5(id0,id1); }
33
34   private native void Scale_6(double id0,double id1);
35   public void Scale(double id0,double id1)
36     { Scale_6(id0,id1); }
37
38   private native void Rotate_7(double id0);
39   public void Rotate(double id0)
40     { Rotate_7(id0); }
41
42   private native long GetTransform_8();
43   public vtkTransform2D GetTransform() {
44     long temp = GetTransform_8();
45
46     if (temp == 0) return null;
47     return (vtkTransform2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
48 }
49
50   private native void SetPanMouseButton_9(int id0);
51   public void SetPanMouseButton(int id0)
52     { SetPanMouseButton_9(id0); }
53
54   private native int GetPanMouseButton_10();
55   public int GetPanMouseButton()
56     { return GetPanMouseButton_10(); }
57
58   private native void SetPanModifier_11(int id0);
59   public void SetPanModifier(int id0)
60     { SetPanModifier_11(id0); }
61
62   private native int GetPanModifier_12();
63   public int GetPanModifier()
64     { return GetPanModifier_12(); }
65
66   private native void SetSecondaryPanMouseButton_13(int id0);
67   public void SetSecondaryPanMouseButton(int id0)
68     { SetSecondaryPanMouseButton_13(id0); }
69
70   private native int GetSecondaryPanMouseButton_14();
71   public int GetSecondaryPanMouseButton()
72     { return GetSecondaryPanMouseButton_14(); }
73
74   private native void SetSecondaryPanModifier_15(int id0);
75   public void SetSecondaryPanModifier(int id0)
76     { SetSecondaryPanModifier_15(id0); }
77
78   private native int GetSecondaryPanModifier_16();
79   public int GetSecondaryPanModifier()
80     { return GetSecondaryPanModifier_16(); }
81
82   private native void SetZoomMouseButton_17(int id0);
83   public void SetZoomMouseButton(int id0)
84     { SetZoomMouseButton_17(id0); }
85
86   private native int GetZoomMouseButton_18();
87   public int GetZoomMouseButton()
88     { return GetZoomMouseButton_18(); }
89
90   private native void SetZoomModifier_19(int id0);
91   public void SetZoomModifier(int id0)
92     { SetZoomModifier_19(id0); }
93
94   private native int GetZoomModifier_20();
95   public int GetZoomModifier()
96     { return GetZoomModifier_20(); }
97
98   private native void SetSecondaryZoomMouseButton_21(int id0);
99   public void SetSecondaryZoomMouseButton(int id0)
100     { SetSecondaryZoomMouseButton_21(id0); }
101
102   private native int GetSecondaryZoomMouseButton_22();
103   public int GetSecondaryZoomMouseButton()
104     { return GetSecondaryZoomMouseButton_22(); }
105
106   private native void SetSecondaryZoomModifier_23(int id0);
107   public void SetSecondaryZoomModifier(int id0)
108     { SetSecondaryZoomModifier_23(id0); }
109
110   private native int GetSecondaryZoomModifier_24();
111   public int GetSecondaryZoomModifier()
112     { return GetSecondaryZoomModifier_24(); }
113
114   private native void SetZoomOnMouseWheel_25(boolean id0);
115   public void SetZoomOnMouseWheel(boolean id0)
116     { SetZoomOnMouseWheel_25(id0); }
117
118   private native boolean GetZoomOnMouseWheel_26();
119   public boolean GetZoomOnMouseWheel()
120     { return GetZoomOnMouseWheel_26(); }
121
122   private native void ZoomOnMouseWheelOn_27();
123   public void ZoomOnMouseWheelOn()
124     { ZoomOnMouseWheelOn_27(); }
125
126   private native void ZoomOnMouseWheelOff_28();
127   public void ZoomOnMouseWheelOff()
128     { ZoomOnMouseWheelOff_28(); }
129
130   private native void SetPanYOnMouseWheel_29(boolean id0);
131   public void SetPanYOnMouseWheel(boolean id0)
132     { SetPanYOnMouseWheel_29(id0); }
133
134   private native boolean GetPanYOnMouseWheel_30();
135   public boolean GetPanYOnMouseWheel()
136     { return GetPanYOnMouseWheel_30(); }
137
138   private native void PanYOnMouseWheelOn_31();
139   public void PanYOnMouseWheelOn()
140     { PanYOnMouseWheelOn_31(); }
141
142   private native void PanYOnMouseWheelOff_32();
143   public void PanYOnMouseWheelOff()
144     { PanYOnMouseWheelOff_32(); }
145
146   public vtkContextTransform() { super(); }
147
148   public vtkContextTransform(long id) { super(id); }
149   public native long   VTKInit();
150
151 }