]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkInteractorStyleRubberBandZoom.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkInteractorStyleRubberBandZoom.java
index e61827213151cdc65a3d5ca929813aae4d50d85a..d742fb71a12ed343805569431ab6630685700dc3 100644 (file)
@@ -1,35 +1,83 @@
-// java wrapper for vtkInteractorStyleRubberBandZoom object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkInteractorStyleRubberBandZoom extends vtkInteractorStyle\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native void OnMouseMove_2();\r
-  public void OnMouseMove()\r
-    { OnMouseMove_2(); }\r
-\r
-  private native void OnLeftButtonDown_3();\r
-  public void OnLeftButtonDown()\r
-    { OnLeftButtonDown_3(); }\r
-\r
-  private native void OnLeftButtonUp_4();\r
-  public void OnLeftButtonUp()\r
-    { OnLeftButtonUp_4(); }\r
-\r
-  public vtkInteractorStyleRubberBandZoom() { super(); }\r
-\r
-  public vtkInteractorStyleRubberBandZoom(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// 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();
+
+}