X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkInteractorStyleRubberBandZoom.java;h=d742fb71a12ed343805569431ab6630685700dc3;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=e61827213151cdc65a3d5ca929813aae4d50d85a;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkInteractorStyleRubberBandZoom.java b/vtk/src/vtk/vtkInteractorStyleRubberBandZoom.java index e6182721..d742fb71 100644 --- a/vtk/src/vtk/vtkInteractorStyleRubberBandZoom.java +++ b/vtk/src/vtk/vtkInteractorStyleRubberBandZoom.java @@ -1,35 +1,83 @@ -// java wrapper for vtkInteractorStyleRubberBandZoom object -// - -package vtk; -import vtk.*; - -public class vtkInteractorStyleRubberBandZoom extends vtkInteractorStyle -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - private native int IsA_1(String id0); - public int IsA(String id0) - { return IsA_1(id0); } - - private native void OnMouseMove_2(); - public void OnMouseMove() - { OnMouseMove_2(); } - - private native void OnLeftButtonDown_3(); - public void OnLeftButtonDown() - { OnLeftButtonDown_3(); } - - private native void OnLeftButtonUp_4(); - public void OnLeftButtonUp() - { OnLeftButtonUp_4(); } - - public vtkInteractorStyleRubberBandZoom() { super(); } - - public vtkInteractorStyleRubberBandZoom(long id) { super(id); } - public native long VTKInit(); - -} +// 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(); + +}