]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkInteractorStyleSwitch.java
Fix PNG loading
[simantics/3d.git] / vtk / src / vtk / vtkInteractorStyleSwitch.java
1 // java wrapper for vtkInteractorStyleSwitch object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkInteractorStyleSwitch extends vtkInteractorStyleSwitchBase
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 SetInteractor_2(vtkRenderWindowInteractor id0);
19   public void SetInteractor(vtkRenderWindowInteractor id0)
20     { SetInteractor_2(id0); }
21
22   private native void SetAutoAdjustCameraClippingRange_3(int id0);
23   public void SetAutoAdjustCameraClippingRange(int id0)
24     { SetAutoAdjustCameraClippingRange_3(id0); }
25
26   private native long GetCurrentStyle_4();
27   public vtkInteractorStyle GetCurrentStyle() {
28     long temp = GetCurrentStyle_4();
29
30     if (temp == 0) return null;
31     return (vtkInteractorStyle)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native void SetCurrentStyleToJoystickActor_5();
35   public void SetCurrentStyleToJoystickActor()
36     { SetCurrentStyleToJoystickActor_5(); }
37
38   private native void SetCurrentStyleToJoystickCamera_6();
39   public void SetCurrentStyleToJoystickCamera()
40     { SetCurrentStyleToJoystickCamera_6(); }
41
42   private native void SetCurrentStyleToTrackballActor_7();
43   public void SetCurrentStyleToTrackballActor()
44     { SetCurrentStyleToTrackballActor_7(); }
45
46   private native void SetCurrentStyleToTrackballCamera_8();
47   public void SetCurrentStyleToTrackballCamera()
48     { SetCurrentStyleToTrackballCamera_8(); }
49
50   private native void SetCurrentStyleToMultiTouchCamera_9();
51   public void SetCurrentStyleToMultiTouchCamera()
52     { SetCurrentStyleToMultiTouchCamera_9(); }
53
54   private native void OnChar_10();
55   public void OnChar()
56     { OnChar_10(); }
57
58   private native void SetDefaultRenderer_11(vtkRenderer id0);
59   public void SetDefaultRenderer(vtkRenderer id0)
60     { SetDefaultRenderer_11(id0); }
61
62   private native void SetCurrentRenderer_12(vtkRenderer id0);
63   public void SetCurrentRenderer(vtkRenderer id0)
64     { SetCurrentRenderer_12(id0); }
65
66   public vtkInteractorStyleSwitch() { super(); }
67
68   public vtkInteractorStyleSwitch(long id) { super(id); }
69   public native long   VTKInit();
70
71 }