// java wrapper for vtkInteractorStyleRubberBandZoom object // package vtk; import vtk.*; public class vtkInteractorStyleRubberBandZoom extends vtkInteractorStyle { private native int IsTypeOf_0(String id0); public int IsTypeOf(String id0) { return IsTypeOf_0(id0); } private native int IsA_1(String id0); public int IsA(String id0) { return IsA_1(id0); } private native void SetLockAspectToViewport_2(boolean id0); public void SetLockAspectToViewport(boolean id0) { SetLockAspectToViewport_2(id0); } private native boolean GetLockAspectToViewport_3(); public boolean GetLockAspectToViewport() { return GetLockAspectToViewport_3(); } private native void LockAspectToViewportOn_4(); public void LockAspectToViewportOn() { LockAspectToViewportOn_4(); } private native void LockAspectToViewportOff_5(); public void LockAspectToViewportOff() { LockAspectToViewportOff_5(); } private native void SetCenterAtStartPosition_6(boolean id0); public void SetCenterAtStartPosition(boolean id0) { SetCenterAtStartPosition_6(id0); } private native boolean GetCenterAtStartPosition_7(); public boolean GetCenterAtStartPosition() { return GetCenterAtStartPosition_7(); } private native void CenterAtStartPositionOn_8(); public void CenterAtStartPositionOn() { CenterAtStartPositionOn_8(); } private native void CenterAtStartPositionOff_9(); public void CenterAtStartPositionOff() { CenterAtStartPositionOff_9(); } private native void SetUseDollyForPerspectiveProjection_10(boolean id0); public void SetUseDollyForPerspectiveProjection(boolean id0) { SetUseDollyForPerspectiveProjection_10(id0); } private native boolean GetUseDollyForPerspectiveProjection_11(); public boolean GetUseDollyForPerspectiveProjection() { return GetUseDollyForPerspectiveProjection_11(); } private native void UseDollyForPerspectiveProjectionOn_12(); public void UseDollyForPerspectiveProjectionOn() { UseDollyForPerspectiveProjectionOn_12(); } private native void UseDollyForPerspectiveProjectionOff_13(); public void UseDollyForPerspectiveProjectionOff() { UseDollyForPerspectiveProjectionOff_13(); } private native void OnMouseMove_14(); public void OnMouseMove() { OnMouseMove_14(); } private native void OnLeftButtonDown_15(); public void OnLeftButtonDown() { OnLeftButtonDown_15(); } private native void OnLeftButtonUp_16(); public void OnLeftButtonUp() { OnLeftButtonUp_16(); } public vtkInteractorStyleRubberBandZoom() { super(); } public vtkInteractorStyleRubberBandZoom(long id) { super(id); } public native long VTKInit(); }