]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkInteractorStyleRubberBandZoom.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkInteractorStyleRubberBandZoom.java
1 // java wrapper for vtkInteractorStyleRubberBandZoom object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkInteractorStyleRubberBandZoom extends vtkInteractorStyle
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 SetLockAspectToViewport_2(boolean id0);
19   public void SetLockAspectToViewport(boolean id0)
20     { SetLockAspectToViewport_2(id0); }
21
22   private native boolean GetLockAspectToViewport_3();
23   public boolean GetLockAspectToViewport()
24     { return GetLockAspectToViewport_3(); }
25
26   private native void LockAspectToViewportOn_4();
27   public void LockAspectToViewportOn()
28     { LockAspectToViewportOn_4(); }
29
30   private native void LockAspectToViewportOff_5();
31   public void LockAspectToViewportOff()
32     { LockAspectToViewportOff_5(); }
33
34   private native void SetCenterAtStartPosition_6(boolean id0);
35   public void SetCenterAtStartPosition(boolean id0)
36     { SetCenterAtStartPosition_6(id0); }
37
38   private native boolean GetCenterAtStartPosition_7();
39   public boolean GetCenterAtStartPosition()
40     { return GetCenterAtStartPosition_7(); }
41
42   private native void CenterAtStartPositionOn_8();
43   public void CenterAtStartPositionOn()
44     { CenterAtStartPositionOn_8(); }
45
46   private native void CenterAtStartPositionOff_9();
47   public void CenterAtStartPositionOff()
48     { CenterAtStartPositionOff_9(); }
49
50   private native void SetUseDollyForPerspectiveProjection_10(boolean id0);
51   public void SetUseDollyForPerspectiveProjection(boolean id0)
52     { SetUseDollyForPerspectiveProjection_10(id0); }
53
54   private native boolean GetUseDollyForPerspectiveProjection_11();
55   public boolean GetUseDollyForPerspectiveProjection()
56     { return GetUseDollyForPerspectiveProjection_11(); }
57
58   private native void UseDollyForPerspectiveProjectionOn_12();
59   public void UseDollyForPerspectiveProjectionOn()
60     { UseDollyForPerspectiveProjectionOn_12(); }
61
62   private native void UseDollyForPerspectiveProjectionOff_13();
63   public void UseDollyForPerspectiveProjectionOff()
64     { UseDollyForPerspectiveProjectionOff_13(); }
65
66   private native void OnMouseMove_14();
67   public void OnMouseMove()
68     { OnMouseMove_14(); }
69
70   private native void OnLeftButtonDown_15();
71   public void OnLeftButtonDown()
72     { OnLeftButtonDown_15(); }
73
74   private native void OnLeftButtonUp_16();
75   public void OnLeftButtonUp()
76     { OnLeftButtonUp_16(); }
77
78   public vtkInteractorStyleRubberBandZoom() { super(); }
79
80   public vtkInteractorStyleRubberBandZoom(long id) { super(id); }
81   public native long   VTKInit();
82
83 }