1 // java wrapper for vtkInteractorStyleRubberBandZoom object
7 public class vtkInteractorStyleRubberBandZoom extends vtkInteractorStyle
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 void SetLockAspectToViewport_2(boolean id0);
19 public void SetLockAspectToViewport(boolean id0)
20 { SetLockAspectToViewport_2(id0); }
22 private native boolean GetLockAspectToViewport_3();
23 public boolean GetLockAspectToViewport()
24 { return GetLockAspectToViewport_3(); }
26 private native void LockAspectToViewportOn_4();
27 public void LockAspectToViewportOn()
28 { LockAspectToViewportOn_4(); }
30 private native void LockAspectToViewportOff_5();
31 public void LockAspectToViewportOff()
32 { LockAspectToViewportOff_5(); }
34 private native void SetCenterAtStartPosition_6(boolean id0);
35 public void SetCenterAtStartPosition(boolean id0)
36 { SetCenterAtStartPosition_6(id0); }
38 private native boolean GetCenterAtStartPosition_7();
39 public boolean GetCenterAtStartPosition()
40 { return GetCenterAtStartPosition_7(); }
42 private native void CenterAtStartPositionOn_8();
43 public void CenterAtStartPositionOn()
44 { CenterAtStartPositionOn_8(); }
46 private native void CenterAtStartPositionOff_9();
47 public void CenterAtStartPositionOff()
48 { CenterAtStartPositionOff_9(); }
50 private native void SetUseDollyForPerspectiveProjection_10(boolean id0);
51 public void SetUseDollyForPerspectiveProjection(boolean id0)
52 { SetUseDollyForPerspectiveProjection_10(id0); }
54 private native boolean GetUseDollyForPerspectiveProjection_11();
55 public boolean GetUseDollyForPerspectiveProjection()
56 { return GetUseDollyForPerspectiveProjection_11(); }
58 private native void UseDollyForPerspectiveProjectionOn_12();
59 public void UseDollyForPerspectiveProjectionOn()
60 { UseDollyForPerspectiveProjectionOn_12(); }
62 private native void UseDollyForPerspectiveProjectionOff_13();
63 public void UseDollyForPerspectiveProjectionOff()
64 { UseDollyForPerspectiveProjectionOff_13(); }
66 private native void OnMouseMove_14();
67 public void OnMouseMove()
70 private native void OnLeftButtonDown_15();
71 public void OnLeftButtonDown()
72 { OnLeftButtonDown_15(); }
74 private native void OnLeftButtonUp_16();
75 public void OnLeftButtonUp()
76 { OnLeftButtonUp_16(); }
78 public vtkInteractorStyleRubberBandZoom() { super(); }
80 public vtkInteractorStyleRubberBandZoom(long id) { super(id); }
81 public native long VTKInit();