X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkCaptionActor2D.java;h=28150c110babae8135af043e9071bf0c5483838a;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=685d45fdf3644393d134d71e11ac2e9c8882a3c2;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkCaptionActor2D.java b/vtk/src/vtk/vtkCaptionActor2D.java index 685d45fd..28150c11 100644 --- a/vtk/src/vtk/vtkCaptionActor2D.java +++ b/vtk/src/vtk/vtkCaptionActor2D.java @@ -1,219 +1,223 @@ -// java wrapper for vtkCaptionActor2D object -// - -package vtk; -import vtk.*; - -public class vtkCaptionActor2D 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 void SetCaption_2(String id0); - public void SetCaption(String id0) - { SetCaption_2(id0); } - - private native String GetCaption_3(); - public String GetCaption() - { return GetCaption_3(); } - - private native long GetAttachmentPointCoordinate_4(); - public vtkCoordinate GetAttachmentPointCoordinate() { - long temp = GetAttachmentPointCoordinate_4(); - - if (temp == 0) return null; - return (vtkCoordinate)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetAttachmentPoint_5(double id0,double id1,double id2); - public void SetAttachmentPoint(double id0,double id1,double id2) - { SetAttachmentPoint_5(id0,id1,id2); } - - private native void SetAttachmentPoint_6(double id0[]); - public void SetAttachmentPoint(double id0[]) - { SetAttachmentPoint_6(id0); } - - private native double[] GetAttachmentPoint_7(); - public double[] GetAttachmentPoint() - { return GetAttachmentPoint_7(); } - - private native void SetBorder_8(int id0); - public void SetBorder(int id0) - { SetBorder_8(id0); } - - private native int GetBorder_9(); - public int GetBorder() - { return GetBorder_9(); } - - private native void BorderOn_10(); - public void BorderOn() - { BorderOn_10(); } - - private native void BorderOff_11(); - public void BorderOff() - { BorderOff_11(); } - - private native void SetLeader_12(int id0); - public void SetLeader(int id0) - { SetLeader_12(id0); } - - private native int GetLeader_13(); - public int GetLeader() - { return GetLeader_13(); } - - private native void LeaderOn_14(); - public void LeaderOn() - { LeaderOn_14(); } - - private native void LeaderOff_15(); - public void LeaderOff() - { LeaderOff_15(); } - - private native void SetThreeDimensionalLeader_16(int id0); - public void SetThreeDimensionalLeader(int id0) - { SetThreeDimensionalLeader_16(id0); } - - private native int GetThreeDimensionalLeader_17(); - public int GetThreeDimensionalLeader() - { return GetThreeDimensionalLeader_17(); } - - private native void ThreeDimensionalLeaderOn_18(); - public void ThreeDimensionalLeaderOn() - { ThreeDimensionalLeaderOn_18(); } - - private native void ThreeDimensionalLeaderOff_19(); - public void ThreeDimensionalLeaderOff() - { ThreeDimensionalLeaderOff_19(); } - - private native void SetLeaderGlyph_20(vtkPolyData id0); - public void SetLeaderGlyph(vtkPolyData id0) - { SetLeaderGlyph_20(id0); } - - private native long GetLeaderGlyph_21(); - public vtkPolyData GetLeaderGlyph() { - long temp = GetLeaderGlyph_21(); - - if (temp == 0) return null; - return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetLeaderGlyphSize_22(double id0); - public void SetLeaderGlyphSize(double id0) - { SetLeaderGlyphSize_22(id0); } - - private native double GetLeaderGlyphSizeMinValue_23(); - public double GetLeaderGlyphSizeMinValue() - { return GetLeaderGlyphSizeMinValue_23(); } - - private native double GetLeaderGlyphSizeMaxValue_24(); - public double GetLeaderGlyphSizeMaxValue() - { return GetLeaderGlyphSizeMaxValue_24(); } - - private native double GetLeaderGlyphSize_25(); - public double GetLeaderGlyphSize() - { return GetLeaderGlyphSize_25(); } - - private native void SetMaximumLeaderGlyphSize_26(int id0); - public void SetMaximumLeaderGlyphSize(int id0) - { SetMaximumLeaderGlyphSize_26(id0); } - - private native int GetMaximumLeaderGlyphSizeMinValue_27(); - public int GetMaximumLeaderGlyphSizeMinValue() - { return GetMaximumLeaderGlyphSizeMinValue_27(); } - - private native int GetMaximumLeaderGlyphSizeMaxValue_28(); - public int GetMaximumLeaderGlyphSizeMaxValue() - { return GetMaximumLeaderGlyphSizeMaxValue_28(); } - - private native int GetMaximumLeaderGlyphSize_29(); - public int GetMaximumLeaderGlyphSize() - { return GetMaximumLeaderGlyphSize_29(); } - - private native void SetPadding_30(int id0); - public void SetPadding(int id0) - { SetPadding_30(id0); } - - private native int GetPaddingMinValue_31(); - public int GetPaddingMinValue() - { return GetPaddingMinValue_31(); } - - private native int GetPaddingMaxValue_32(); - public int GetPaddingMaxValue() - { return GetPaddingMaxValue_32(); } - - private native int GetPadding_33(); - public int GetPadding() - { return GetPadding_33(); } - - private native long GetTextActor_34(); - public vtkTextActor GetTextActor() { - long temp = GetTextActor_34(); - - if (temp == 0) return null; - return (vtkTextActor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetCaptionTextProperty_35(vtkTextProperty id0); - public void SetCaptionTextProperty(vtkTextProperty id0) - { SetCaptionTextProperty_35(id0); } - - private native long GetCaptionTextProperty_36(); - public vtkTextProperty GetCaptionTextProperty() { - long temp = GetCaptionTextProperty_36(); - - if (temp == 0) return null; - return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void ShallowCopy_37(vtkProp id0); - public void ShallowCopy(vtkProp id0) - { ShallowCopy_37(id0); } - - private native void SetAttachEdgeOnly_38(int id0); - public void SetAttachEdgeOnly(int id0) - { SetAttachEdgeOnly_38(id0); } - - private native int GetAttachEdgeOnly_39(); - public int GetAttachEdgeOnly() - { return GetAttachEdgeOnly_39(); } - - private native void AttachEdgeOnlyOn_40(); - public void AttachEdgeOnlyOn() - { AttachEdgeOnlyOn_40(); } - - private native void AttachEdgeOnlyOff_41(); - public void AttachEdgeOnlyOff() - { AttachEdgeOnlyOff_41(); } - - private native void ReleaseGraphicsResources_42(vtkWindow id0); - public void ReleaseGraphicsResources(vtkWindow id0) - { ReleaseGraphicsResources_42(id0); } - - private native int RenderOpaqueGeometry_43(vtkViewport id0); - public int RenderOpaqueGeometry(vtkViewport id0) - { return RenderOpaqueGeometry_43(id0); } - - private native int RenderTranslucentPolygonalGeometry_44(vtkViewport id0); - public int RenderTranslucentPolygonalGeometry(vtkViewport id0) - { return RenderTranslucentPolygonalGeometry_44(id0); } - - private native int RenderOverlay_45(vtkViewport id0); - public int RenderOverlay(vtkViewport id0) - { return RenderOverlay_45(id0); } - - private native int HasTranslucentPolygonalGeometry_46(); - public int HasTranslucentPolygonalGeometry() - { return HasTranslucentPolygonalGeometry_46(); } - - public vtkCaptionActor2D() { super(); } - - public vtkCaptionActor2D(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkCaptionActor2D object +// + +package vtk; +import vtk.*; + +public class vtkCaptionActor2D 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 void SetCaption_2(String id0); + public void SetCaption(String id0) + { SetCaption_2(id0); } + + private native String GetCaption_3(); + public String GetCaption() + { return GetCaption_3(); } + + private native long GetAttachmentPointCoordinate_4(); + public vtkCoordinate GetAttachmentPointCoordinate() { + long temp = GetAttachmentPointCoordinate_4(); + + if (temp == 0) return null; + return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetAttachmentPoint_5(double id0,double id1,double id2); + public void SetAttachmentPoint(double id0,double id1,double id2) + { SetAttachmentPoint_5(id0,id1,id2); } + + private native void SetAttachmentPoint_6(double id0[]); + public void SetAttachmentPoint(double id0[]) + { SetAttachmentPoint_6(id0); } + + private native double[] GetAttachmentPoint_7(); + public double[] GetAttachmentPoint() + { return GetAttachmentPoint_7(); } + + private native void SetBorder_8(int id0); + public void SetBorder(int id0) + { SetBorder_8(id0); } + + private native int GetBorder_9(); + public int GetBorder() + { return GetBorder_9(); } + + private native void BorderOn_10(); + public void BorderOn() + { BorderOn_10(); } + + private native void BorderOff_11(); + public void BorderOff() + { BorderOff_11(); } + + private native void SetLeader_12(int id0); + public void SetLeader(int id0) + { SetLeader_12(id0); } + + private native int GetLeader_13(); + public int GetLeader() + { return GetLeader_13(); } + + private native void LeaderOn_14(); + public void LeaderOn() + { LeaderOn_14(); } + + private native void LeaderOff_15(); + public void LeaderOff() + { LeaderOff_15(); } + + private native void SetThreeDimensionalLeader_16(int id0); + public void SetThreeDimensionalLeader(int id0) + { SetThreeDimensionalLeader_16(id0); } + + private native int GetThreeDimensionalLeader_17(); + public int GetThreeDimensionalLeader() + { return GetThreeDimensionalLeader_17(); } + + private native void ThreeDimensionalLeaderOn_18(); + public void ThreeDimensionalLeaderOn() + { ThreeDimensionalLeaderOn_18(); } + + private native void ThreeDimensionalLeaderOff_19(); + public void ThreeDimensionalLeaderOff() + { ThreeDimensionalLeaderOff_19(); } + + private native void SetLeaderGlyphData_20(vtkPolyData id0); + public void SetLeaderGlyphData(vtkPolyData id0) + { SetLeaderGlyphData_20(id0); } + + private native void SetLeaderGlyphConnection_21(vtkAlgorithmOutput id0); + public void SetLeaderGlyphConnection(vtkAlgorithmOutput id0) + { SetLeaderGlyphConnection_21(id0); } + + private native long GetLeaderGlyph_22(); + public vtkPolyData GetLeaderGlyph() { + long temp = GetLeaderGlyph_22(); + + if (temp == 0) return null; + return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetLeaderGlyphSize_23(double id0); + public void SetLeaderGlyphSize(double id0) + { SetLeaderGlyphSize_23(id0); } + + private native double GetLeaderGlyphSizeMinValue_24(); + public double GetLeaderGlyphSizeMinValue() + { return GetLeaderGlyphSizeMinValue_24(); } + + private native double GetLeaderGlyphSizeMaxValue_25(); + public double GetLeaderGlyphSizeMaxValue() + { return GetLeaderGlyphSizeMaxValue_25(); } + + private native double GetLeaderGlyphSize_26(); + public double GetLeaderGlyphSize() + { return GetLeaderGlyphSize_26(); } + + private native void SetMaximumLeaderGlyphSize_27(int id0); + public void SetMaximumLeaderGlyphSize(int id0) + { SetMaximumLeaderGlyphSize_27(id0); } + + private native int GetMaximumLeaderGlyphSizeMinValue_28(); + public int GetMaximumLeaderGlyphSizeMinValue() + { return GetMaximumLeaderGlyphSizeMinValue_28(); } + + private native int GetMaximumLeaderGlyphSizeMaxValue_29(); + public int GetMaximumLeaderGlyphSizeMaxValue() + { return GetMaximumLeaderGlyphSizeMaxValue_29(); } + + private native int GetMaximumLeaderGlyphSize_30(); + public int GetMaximumLeaderGlyphSize() + { return GetMaximumLeaderGlyphSize_30(); } + + private native void SetPadding_31(int id0); + public void SetPadding(int id0) + { SetPadding_31(id0); } + + private native int GetPaddingMinValue_32(); + public int GetPaddingMinValue() + { return GetPaddingMinValue_32(); } + + private native int GetPaddingMaxValue_33(); + public int GetPaddingMaxValue() + { return GetPaddingMaxValue_33(); } + + private native int GetPadding_34(); + public int GetPadding() + { return GetPadding_34(); } + + private native long GetTextActor_35(); + public vtkTextActor GetTextActor() { + long temp = GetTextActor_35(); + + if (temp == 0) return null; + return (vtkTextActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetCaptionTextProperty_36(vtkTextProperty id0); + public void SetCaptionTextProperty(vtkTextProperty id0) + { SetCaptionTextProperty_36(id0); } + + private native long GetCaptionTextProperty_37(); + public vtkTextProperty GetCaptionTextProperty() { + long temp = GetCaptionTextProperty_37(); + + if (temp == 0) return null; + return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void ShallowCopy_38(vtkProp id0); + public void ShallowCopy(vtkProp id0) + { ShallowCopy_38(id0); } + + private native void SetAttachEdgeOnly_39(int id0); + public void SetAttachEdgeOnly(int id0) + { SetAttachEdgeOnly_39(id0); } + + private native int GetAttachEdgeOnly_40(); + public int GetAttachEdgeOnly() + { return GetAttachEdgeOnly_40(); } + + private native void AttachEdgeOnlyOn_41(); + public void AttachEdgeOnlyOn() + { AttachEdgeOnlyOn_41(); } + + private native void AttachEdgeOnlyOff_42(); + public void AttachEdgeOnlyOff() + { AttachEdgeOnlyOff_42(); } + + private native void ReleaseGraphicsResources_43(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_43(id0); } + + private native int RenderOpaqueGeometry_44(vtkViewport id0); + public int RenderOpaqueGeometry(vtkViewport id0) + { return RenderOpaqueGeometry_44(id0); } + + private native int RenderTranslucentPolygonalGeometry_45(vtkViewport id0); + public int RenderTranslucentPolygonalGeometry(vtkViewport id0) + { return RenderTranslucentPolygonalGeometry_45(id0); } + + private native int RenderOverlay_46(vtkViewport id0); + public int RenderOverlay(vtkViewport id0) + { return RenderOverlay_46(id0); } + + private native int HasTranslucentPolygonalGeometry_47(); + public int HasTranslucentPolygonalGeometry() + { return HasTranslucentPolygonalGeometry_47(); } + + public vtkCaptionActor2D() { super(); } + + public vtkCaptionActor2D(long id) { super(id); } + public native long VTKInit(); + +}