X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=vtk%2Fsrc%2Fvtk%2FvtkBalloonRepresentation.java;h=091e544727e9b97578ce5c977c19ba43ab58eab9;hb=01441002a94a1f4ad2b078d63cb719ce617bd6cf;hp=9bc5f81c51a29d88e19b32307cc7805d15567d9d;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkBalloonRepresentation.java b/vtk/src/vtk/vtkBalloonRepresentation.java index 9bc5f81c..091e5447 100644 --- a/vtk/src/vtk/vtkBalloonRepresentation.java +++ b/vtk/src/vtk/vtkBalloonRepresentation.java @@ -1,183 +1,183 @@ -// java wrapper for vtkBalloonRepresentation object -// - -package vtk; -import vtk.*; - -public class vtkBalloonRepresentation extends vtkWidgetRepresentation -{ - - 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 SetBalloonImage_2(vtkImageData id0); - public void SetBalloonImage(vtkImageData id0) - { SetBalloonImage_2(id0); } - - private native long GetBalloonImage_3(); - public vtkImageData GetBalloonImage() { - long temp = GetBalloonImage_3(); - - if (temp == 0) return null; - return (vtkImageData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native String GetBalloonText_4(); - public String GetBalloonText() - { return GetBalloonText_4(); } - - private native void SetBalloonText_5(String id0); - public void SetBalloonText(String id0) - { SetBalloonText_5(id0); } - - private native void SetImageSize_6(int id0,int id1); - public void SetImageSize(int id0,int id1) - { SetImageSize_6(id0,id1); } - - private native void SetImageSize_7(int id0[]); - public void SetImageSize(int id0[]) - { SetImageSize_7(id0); } - - private native int[] GetImageSize_8(); - public int[] GetImageSize() - { return GetImageSize_8(); } - - private native void SetTextProperty_9(vtkTextProperty id0); - public void SetTextProperty(vtkTextProperty id0) - { SetTextProperty_9(id0); } - - private native long GetTextProperty_10(); - public vtkTextProperty GetTextProperty() { - long temp = GetTextProperty_10(); - - if (temp == 0) return null; - return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetFrameProperty_11(vtkProperty2D id0); - public void SetFrameProperty(vtkProperty2D id0) - { SetFrameProperty_11(id0); } - - private native long GetFrameProperty_12(); - public vtkProperty2D GetFrameProperty() { - long temp = GetFrameProperty_12(); - - if (temp == 0) return null; - return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetImageProperty_13(vtkProperty2D id0); - public void SetImageProperty(vtkProperty2D id0) - { SetImageProperty_13(id0); } - - private native long GetImageProperty_14(); - public vtkProperty2D GetImageProperty() { - long temp = GetImageProperty_14(); - - if (temp == 0) return null; - return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetBalloonLayout_15(int id0); - public void SetBalloonLayout(int id0) - { SetBalloonLayout_15(id0); } - - private native int GetBalloonLayout_16(); - public int GetBalloonLayout() - { return GetBalloonLayout_16(); } - - private native void SetBalloonLayoutToImageLeft_17(); - public void SetBalloonLayoutToImageLeft() - { SetBalloonLayoutToImageLeft_17(); } - - private native void SetBalloonLayoutToImageRight_18(); - public void SetBalloonLayoutToImageRight() - { SetBalloonLayoutToImageRight_18(); } - - private native void SetBalloonLayoutToImageBottom_19(); - public void SetBalloonLayoutToImageBottom() - { SetBalloonLayoutToImageBottom_19(); } - - private native void SetBalloonLayoutToImageTop_20(); - public void SetBalloonLayoutToImageTop() - { SetBalloonLayoutToImageTop_20(); } - - private native void SetBalloonLayoutToTextLeft_21(); - public void SetBalloonLayoutToTextLeft() - { SetBalloonLayoutToTextLeft_21(); } - - private native void SetBalloonLayoutToTextRight_22(); - public void SetBalloonLayoutToTextRight() - { SetBalloonLayoutToTextRight_22(); } - - private native void SetBalloonLayoutToTextTop_23(); - public void SetBalloonLayoutToTextTop() - { SetBalloonLayoutToTextTop_23(); } - - private native void SetBalloonLayoutToTextBottom_24(); - public void SetBalloonLayoutToTextBottom() - { SetBalloonLayoutToTextBottom_24(); } - - private native void SetOffset_25(int id0,int id1); - public void SetOffset(int id0,int id1) - { SetOffset_25(id0,id1); } - - private native void SetOffset_26(int id0[]); - public void SetOffset(int id0[]) - { SetOffset_26(id0); } - - private native int[] GetOffset_27(); - public int[] GetOffset() - { return GetOffset_27(); } - - private native void SetPadding_28(int id0); - public void SetPadding(int id0) - { SetPadding_28(id0); } - - private native int GetPaddingMinValue_29(); - public int GetPaddingMinValue() - { return GetPaddingMinValue_29(); } - - private native int GetPaddingMaxValue_30(); - public int GetPaddingMaxValue() - { return GetPaddingMaxValue_30(); } - - private native int GetPadding_31(); - public int GetPadding() - { return GetPadding_31(); } - - private native void StartWidgetInteraction_32(double id0[]); - public void StartWidgetInteraction(double id0[]) - { StartWidgetInteraction_32(id0); } - - private native void EndWidgetInteraction_33(double id0[]); - public void EndWidgetInteraction(double id0[]) - { EndWidgetInteraction_33(id0); } - - private native void BuildRepresentation_34(); - public void BuildRepresentation() - { BuildRepresentation_34(); } - - private native int ComputeInteractionState_35(int id0,int id1,int id2); - public int ComputeInteractionState(int id0,int id1,int id2) - { return ComputeInteractionState_35(id0,id1,id2); } - - private native void ReleaseGraphicsResources_36(vtkWindow id0); - public void ReleaseGraphicsResources(vtkWindow id0) - { ReleaseGraphicsResources_36(id0); } - - private native int RenderOverlay_37(vtkViewport id0); - public int RenderOverlay(vtkViewport id0) - { return RenderOverlay_37(id0); } - - public vtkBalloonRepresentation() { super(); } - - public vtkBalloonRepresentation(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkBalloonRepresentation object +// + +package vtk; +import vtk.*; + +public class vtkBalloonRepresentation extends vtkWidgetRepresentation +{ + + 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 SetBalloonImage_2(vtkImageData id0); + public void SetBalloonImage(vtkImageData id0) + { SetBalloonImage_2(id0); } + + private native long GetBalloonImage_3(); + public vtkImageData GetBalloonImage() { + long temp = GetBalloonImage_3(); + + if (temp == 0) return null; + return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native String GetBalloonText_4(); + public String GetBalloonText() + { return GetBalloonText_4(); } + + private native void SetBalloonText_5(String id0); + public void SetBalloonText(String id0) + { SetBalloonText_5(id0); } + + private native void SetImageSize_6(int id0,int id1); + public void SetImageSize(int id0,int id1) + { SetImageSize_6(id0,id1); } + + private native void SetImageSize_7(int id0[]); + public void SetImageSize(int id0[]) + { SetImageSize_7(id0); } + + private native int[] GetImageSize_8(); + public int[] GetImageSize() + { return GetImageSize_8(); } + + private native void SetTextProperty_9(vtkTextProperty id0); + public void SetTextProperty(vtkTextProperty id0) + { SetTextProperty_9(id0); } + + private native long GetTextProperty_10(); + public vtkTextProperty GetTextProperty() { + long temp = GetTextProperty_10(); + + if (temp == 0) return null; + return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetFrameProperty_11(vtkProperty2D id0); + public void SetFrameProperty(vtkProperty2D id0) + { SetFrameProperty_11(id0); } + + private native long GetFrameProperty_12(); + public vtkProperty2D GetFrameProperty() { + long temp = GetFrameProperty_12(); + + if (temp == 0) return null; + return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetImageProperty_13(vtkProperty2D id0); + public void SetImageProperty(vtkProperty2D id0) + { SetImageProperty_13(id0); } + + private native long GetImageProperty_14(); + public vtkProperty2D GetImageProperty() { + long temp = GetImageProperty_14(); + + if (temp == 0) return null; + return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetBalloonLayout_15(int id0); + public void SetBalloonLayout(int id0) + { SetBalloonLayout_15(id0); } + + private native int GetBalloonLayout_16(); + public int GetBalloonLayout() + { return GetBalloonLayout_16(); } + + private native void SetBalloonLayoutToImageLeft_17(); + public void SetBalloonLayoutToImageLeft() + { SetBalloonLayoutToImageLeft_17(); } + + private native void SetBalloonLayoutToImageRight_18(); + public void SetBalloonLayoutToImageRight() + { SetBalloonLayoutToImageRight_18(); } + + private native void SetBalloonLayoutToImageBottom_19(); + public void SetBalloonLayoutToImageBottom() + { SetBalloonLayoutToImageBottom_19(); } + + private native void SetBalloonLayoutToImageTop_20(); + public void SetBalloonLayoutToImageTop() + { SetBalloonLayoutToImageTop_20(); } + + private native void SetBalloonLayoutToTextLeft_21(); + public void SetBalloonLayoutToTextLeft() + { SetBalloonLayoutToTextLeft_21(); } + + private native void SetBalloonLayoutToTextRight_22(); + public void SetBalloonLayoutToTextRight() + { SetBalloonLayoutToTextRight_22(); } + + private native void SetBalloonLayoutToTextTop_23(); + public void SetBalloonLayoutToTextTop() + { SetBalloonLayoutToTextTop_23(); } + + private native void SetBalloonLayoutToTextBottom_24(); + public void SetBalloonLayoutToTextBottom() + { SetBalloonLayoutToTextBottom_24(); } + + private native void SetOffset_25(int id0,int id1); + public void SetOffset(int id0,int id1) + { SetOffset_25(id0,id1); } + + private native void SetOffset_26(int id0[]); + public void SetOffset(int id0[]) + { SetOffset_26(id0); } + + private native int[] GetOffset_27(); + public int[] GetOffset() + { return GetOffset_27(); } + + private native void SetPadding_28(int id0); + public void SetPadding(int id0) + { SetPadding_28(id0); } + + private native int GetPaddingMinValue_29(); + public int GetPaddingMinValue() + { return GetPaddingMinValue_29(); } + + private native int GetPaddingMaxValue_30(); + public int GetPaddingMaxValue() + { return GetPaddingMaxValue_30(); } + + private native int GetPadding_31(); + public int GetPadding() + { return GetPadding_31(); } + + private native void StartWidgetInteraction_32(double id0[]); + public void StartWidgetInteraction(double id0[]) + { StartWidgetInteraction_32(id0); } + + private native void EndWidgetInteraction_33(double id0[]); + public void EndWidgetInteraction(double id0[]) + { EndWidgetInteraction_33(id0); } + + private native void BuildRepresentation_34(); + public void BuildRepresentation() + { BuildRepresentation_34(); } + + private native int ComputeInteractionState_35(int id0,int id1,int id2); + public int ComputeInteractionState(int id0,int id1,int id2) + { return ComputeInteractionState_35(id0,id1,id2); } + + private native void ReleaseGraphicsResources_36(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_36(id0); } + + private native int RenderOverlay_37(vtkViewport id0); + public int RenderOverlay(vtkViewport id0) + { return RenderOverlay_37(id0); } + + public vtkBalloonRepresentation() { super(); } + + public vtkBalloonRepresentation(long id) { super(id); } + public native long VTKInit(); + +}