]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkCornerAnnotation.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkCornerAnnotation.java
index 72f53cea35b5e51179ea41175ed42b35d764c59b..70add6c64f10437f95d30859831e97a78265f9ac 100644 (file)
-// java wrapper for vtkCornerAnnotation object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkCornerAnnotation extends vtkActor2D\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 int RenderOpaqueGeometry_2(vtkViewport id0);\r
-  public int RenderOpaqueGeometry(vtkViewport id0)\r
-    { return RenderOpaqueGeometry_2(id0); }\r
-\r
-  private native int RenderTranslucentPolygonalGeometry_3(vtkViewport id0);\r
-  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
-    { return RenderTranslucentPolygonalGeometry_3(id0); }\r
-\r
-  private native int RenderOverlay_4(vtkViewport id0);\r
-  public int RenderOverlay(vtkViewport id0)\r
-    { return RenderOverlay_4(id0); }\r
-\r
-  private native int HasTranslucentPolygonalGeometry_5();\r
-  public int HasTranslucentPolygonalGeometry()\r
-    { return HasTranslucentPolygonalGeometry_5(); }\r
-\r
-  private native void SetMaximumLineHeight_6(double id0);\r
-  public void SetMaximumLineHeight(double id0)\r
-    { SetMaximumLineHeight_6(id0); }\r
-\r
-  private native double GetMaximumLineHeight_7();\r
-  public double GetMaximumLineHeight()\r
-    { return GetMaximumLineHeight_7(); }\r
-\r
-  private native void SetMinimumFontSize_8(int id0);\r
-  public void SetMinimumFontSize(int id0)\r
-    { SetMinimumFontSize_8(id0); }\r
-\r
-  private native int GetMinimumFontSize_9();\r
-  public int GetMinimumFontSize()\r
-    { return GetMinimumFontSize_9(); }\r
-\r
-  private native void SetMaximumFontSize_10(int id0);\r
-  public void SetMaximumFontSize(int id0)\r
-    { SetMaximumFontSize_10(id0); }\r
-\r
-  private native int GetMaximumFontSize_11();\r
-  public int GetMaximumFontSize()\r
-    { return GetMaximumFontSize_11(); }\r
-\r
-  private native void SetLinearFontScaleFactor_12(double id0);\r
-  public void SetLinearFontScaleFactor(double id0)\r
-    { SetLinearFontScaleFactor_12(id0); }\r
-\r
-  private native double GetLinearFontScaleFactor_13();\r
-  public double GetLinearFontScaleFactor()\r
-    { return GetLinearFontScaleFactor_13(); }\r
-\r
-  private native void SetNonlinearFontScaleFactor_14(double id0);\r
-  public void SetNonlinearFontScaleFactor(double id0)\r
-    { SetNonlinearFontScaleFactor_14(id0); }\r
-\r
-  private native double GetNonlinearFontScaleFactor_15();\r
-  public double GetNonlinearFontScaleFactor()\r
-    { return GetNonlinearFontScaleFactor_15(); }\r
-\r
-  private native void ReleaseGraphicsResources_16(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_16(id0); }\r
-\r
-  private native void SetText_17(int id0,String id1);\r
-  public void SetText(int id0,String id1)\r
-    { SetText_17(id0,id1); }\r
-\r
-  private native String GetText_18(int id0);\r
-  public String GetText(int id0)\r
-    { return GetText_18(id0); }\r
-\r
-  private native void ClearAllTexts_19();\r
-  public void ClearAllTexts()\r
-    { ClearAllTexts_19(); }\r
-\r
-  private native void CopyAllTextsFrom_20(vtkCornerAnnotation id0);\r
-  public void CopyAllTextsFrom(vtkCornerAnnotation id0)\r
-    { CopyAllTextsFrom_20(id0); }\r
-\r
-  private native void SetImageActor_21(vtkImageActor id0);\r
-  public void SetImageActor(vtkImageActor id0)\r
-    { SetImageActor_21(id0); }\r
-\r
-  private native long GetImageActor_22();\r
-  public vtkImageActor GetImageActor() {\r
-    long temp = GetImageActor_22();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkImageActor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetWindowLevel_23(vtkImageMapToWindowLevelColors id0);\r
-  public void SetWindowLevel(vtkImageMapToWindowLevelColors id0)\r
-    { SetWindowLevel_23(id0); }\r
-\r
-  private native long GetWindowLevel_24();\r
-  public vtkImageMapToWindowLevelColors GetWindowLevel() {\r
-    long temp = GetWindowLevel_24();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkImageMapToWindowLevelColors)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetLevelShift_25(double id0);\r
-  public void SetLevelShift(double id0)\r
-    { SetLevelShift_25(id0); }\r
-\r
-  private native double GetLevelShift_26();\r
-  public double GetLevelShift()\r
-    { return GetLevelShift_26(); }\r
-\r
-  private native void SetLevelScale_27(double id0);\r
-  public void SetLevelScale(double id0)\r
-    { SetLevelScale_27(id0); }\r
-\r
-  private native double GetLevelScale_28();\r
-  public double GetLevelScale()\r
-    { return GetLevelScale_28(); }\r
-\r
-  private native void SetTextProperty_29(vtkTextProperty id0);\r
-  public void SetTextProperty(vtkTextProperty id0)\r
-    { SetTextProperty_29(id0); }\r
-\r
-  private native long GetTextProperty_30();\r
-  public vtkTextProperty GetTextProperty() {\r
-    long temp = GetTextProperty_30();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void ShowSliceAndImageOn_31();\r
-  public void ShowSliceAndImageOn()\r
-    { ShowSliceAndImageOn_31(); }\r
-\r
-  private native void ShowSliceAndImageOff_32();\r
-  public void ShowSliceAndImageOff()\r
-    { ShowSliceAndImageOff_32(); }\r
-\r
-  private native void SetShowSliceAndImage_33(int id0);\r
-  public void SetShowSliceAndImage(int id0)\r
-    { SetShowSliceAndImage_33(id0); }\r
-\r
-  private native int GetShowSliceAndImage_34();\r
-  public int GetShowSliceAndImage()\r
-    { return GetShowSliceAndImage_34(); }\r
-\r
-  public vtkCornerAnnotation() { super(); }\r
-\r
-  public vtkCornerAnnotation(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkCornerAnnotation object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkCornerAnnotation extends vtkActor2D
+{
+
+  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 int RenderOpaqueGeometry_2(vtkViewport id0);
+  public int RenderOpaqueGeometry(vtkViewport id0)
+    { return RenderOpaqueGeometry_2(id0); }
+
+  private native int RenderTranslucentPolygonalGeometry_3(vtkViewport id0);
+  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
+    { return RenderTranslucentPolygonalGeometry_3(id0); }
+
+  private native int RenderOverlay_4(vtkViewport id0);
+  public int RenderOverlay(vtkViewport id0)
+    { return RenderOverlay_4(id0); }
+
+  private native int HasTranslucentPolygonalGeometry_5();
+  public int HasTranslucentPolygonalGeometry()
+    { return HasTranslucentPolygonalGeometry_5(); }
+
+  private native void SetMaximumLineHeight_6(double id0);
+  public void SetMaximumLineHeight(double id0)
+    { SetMaximumLineHeight_6(id0); }
+
+  private native double GetMaximumLineHeight_7();
+  public double GetMaximumLineHeight()
+    { return GetMaximumLineHeight_7(); }
+
+  private native void SetMinimumFontSize_8(int id0);
+  public void SetMinimumFontSize(int id0)
+    { SetMinimumFontSize_8(id0); }
+
+  private native int GetMinimumFontSize_9();
+  public int GetMinimumFontSize()
+    { return GetMinimumFontSize_9(); }
+
+  private native void SetMaximumFontSize_10(int id0);
+  public void SetMaximumFontSize(int id0)
+    { SetMaximumFontSize_10(id0); }
+
+  private native int GetMaximumFontSize_11();
+  public int GetMaximumFontSize()
+    { return GetMaximumFontSize_11(); }
+
+  private native void SetLinearFontScaleFactor_12(double id0);
+  public void SetLinearFontScaleFactor(double id0)
+    { SetLinearFontScaleFactor_12(id0); }
+
+  private native double GetLinearFontScaleFactor_13();
+  public double GetLinearFontScaleFactor()
+    { return GetLinearFontScaleFactor_13(); }
+
+  private native void SetNonlinearFontScaleFactor_14(double id0);
+  public void SetNonlinearFontScaleFactor(double id0)
+    { SetNonlinearFontScaleFactor_14(id0); }
+
+  private native double GetNonlinearFontScaleFactor_15();
+  public double GetNonlinearFontScaleFactor()
+    { return GetNonlinearFontScaleFactor_15(); }
+
+  private native void ReleaseGraphicsResources_16(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_16(id0); }
+
+  private native void SetText_17(int id0,String id1);
+  public void SetText(int id0,String id1)
+    { SetText_17(id0,id1); }
+
+  private native String GetText_18(int id0);
+  public String GetText(int id0)
+    { return GetText_18(id0); }
+
+  private native void ClearAllTexts_19();
+  public void ClearAllTexts()
+    { ClearAllTexts_19(); }
+
+  private native void CopyAllTextsFrom_20(vtkCornerAnnotation id0);
+  public void CopyAllTextsFrom(vtkCornerAnnotation id0)
+    { CopyAllTextsFrom_20(id0); }
+
+  private native void SetImageActor_21(vtkImageActor id0);
+  public void SetImageActor(vtkImageActor id0)
+    { SetImageActor_21(id0); }
+
+  private native long GetImageActor_22();
+  public vtkImageActor GetImageActor() {
+    long temp = GetImageActor_22();
+
+    if (temp == 0) return null;
+    return (vtkImageActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetWindowLevel_23(vtkImageMapToWindowLevelColors id0);
+  public void SetWindowLevel(vtkImageMapToWindowLevelColors id0)
+    { SetWindowLevel_23(id0); }
+
+  private native long GetWindowLevel_24();
+  public vtkImageMapToWindowLevelColors GetWindowLevel() {
+    long temp = GetWindowLevel_24();
+
+    if (temp == 0) return null;
+    return (vtkImageMapToWindowLevelColors)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetLevelShift_25(double id0);
+  public void SetLevelShift(double id0)
+    { SetLevelShift_25(id0); }
+
+  private native double GetLevelShift_26();
+  public double GetLevelShift()
+    { return GetLevelShift_26(); }
+
+  private native void SetLevelScale_27(double id0);
+  public void SetLevelScale(double id0)
+    { SetLevelScale_27(id0); }
+
+  private native double GetLevelScale_28();
+  public double GetLevelScale()
+    { return GetLevelScale_28(); }
+
+  private native void SetTextProperty_29(vtkTextProperty id0);
+  public void SetTextProperty(vtkTextProperty id0)
+    { SetTextProperty_29(id0); }
+
+  private native long GetTextProperty_30();
+  public vtkTextProperty GetTextProperty() {
+    long temp = GetTextProperty_30();
+
+    if (temp == 0) return null;
+    return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void ShowSliceAndImageOn_31();
+  public void ShowSliceAndImageOn()
+    { ShowSliceAndImageOn_31(); }
+
+  private native void ShowSliceAndImageOff_32();
+  public void ShowSliceAndImageOff()
+    { ShowSliceAndImageOff_32(); }
+
+  private native void SetShowSliceAndImage_33(int id0);
+  public void SetShowSliceAndImage(int id0)
+    { SetShowSliceAndImage_33(id0); }
+
+  private native int GetShowSliceAndImage_34();
+  public int GetShowSliceAndImage()
+    { return GetShowSliceAndImage_34(); }
+
+  public vtkCornerAnnotation() { super(); }
+
+  public vtkCornerAnnotation(long id) { super(id); }
+  public native long   VTKInit();
+
+}