X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkCornerAnnotation.java;h=70add6c64f10437f95d30859831e97a78265f9ac;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=72f53cea35b5e51179ea41175ed42b35d764c59b;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkCornerAnnotation.java b/vtk/src/vtk/vtkCornerAnnotation.java index 72f53cea..70add6c6 100644 --- a/vtk/src/vtk/vtkCornerAnnotation.java +++ b/vtk/src/vtk/vtkCornerAnnotation.java @@ -1,167 +1,167 @@ -// java wrapper for vtkCornerAnnotation object -// - -package vtk; -import vtk.*; - -public class vtkCornerAnnotation extends vtkActor2D -{ - - 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 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)vtkObject.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)vtkObject.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)vtkObject.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(); - -} +// 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(); + +}