X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkLegendBoxActor.java;h=ad4ce5e5fae7119cc74da86ba323a0a90fbb0e7a;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=cb87bb86e37cdfadbe80291fe383d60a3055cab7;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkLegendBoxActor.java b/vtk/src/vtk/vtkLegendBoxActor.java index cb87bb86..ad4ce5e5 100644 --- a/vtk/src/vtk/vtkLegendBoxActor.java +++ b/vtk/src/vtk/vtkLegendBoxActor.java @@ -1,255 +1,255 @@ -// java wrapper for vtkLegendBoxActor object -// - -package vtk; -import vtk.*; - -public class vtkLegendBoxActor 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 SetNumberOfEntries_2(int id0); - public void SetNumberOfEntries(int id0) - { SetNumberOfEntries_2(id0); } - - private native int GetNumberOfEntries_3(); - public int GetNumberOfEntries() - { return GetNumberOfEntries_3(); } - - private native void SetEntry_4(int id0,vtkPolyData id1,String id2,double id3[]); - public void SetEntry(int id0,vtkPolyData id1,String id2,double id3[]) - { SetEntry_4(id0,id1,id2,id3); } - - private native void SetEntry_5(int id0,vtkImageData id1,String id2,double id3[]); - public void SetEntry(int id0,vtkImageData id1,String id2,double id3[]) - { SetEntry_5(id0,id1,id2,id3); } - - private native void SetEntry_6(int id0,vtkPolyData id1,vtkImageData id2,String id3,double id4[]); - public void SetEntry(int id0,vtkPolyData id1,vtkImageData id2,String id3,double id4[]) - { SetEntry_6(id0,id1,id2,id3,id4); } - - private native void SetEntrySymbol_7(int id0,vtkPolyData id1); - public void SetEntrySymbol(int id0,vtkPolyData id1) - { SetEntrySymbol_7(id0,id1); } - - private native void SetEntryIcon_8(int id0,vtkImageData id1); - public void SetEntryIcon(int id0,vtkImageData id1) - { SetEntryIcon_8(id0,id1); } - - private native void SetEntryString_9(int id0,String id1); - public void SetEntryString(int id0,String id1) - { SetEntryString_9(id0,id1); } - - private native void SetEntryColor_10(int id0,double id1[]); - public void SetEntryColor(int id0,double id1[]) - { SetEntryColor_10(id0,id1); } - - private native void SetEntryColor_11(int id0,double id1,double id2,double id3); - public void SetEntryColor(int id0,double id1,double id2,double id3) - { SetEntryColor_11(id0,id1,id2,id3); } - - private native long GetEntrySymbol_12(int id0); - public vtkPolyData GetEntrySymbol(int id0) { - long temp = GetEntrySymbol_12(id0); - - if (temp == 0) return null; - return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetEntryIcon_13(int id0); - public vtkImageData GetEntryIcon(int id0) { - long temp = GetEntryIcon_13(id0); - - if (temp == 0) return null; - return (vtkImageData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native String GetEntryString_14(int id0); - public String GetEntryString(int id0) - { return GetEntryString_14(id0); } - - private native double[] GetEntryColor_15(int id0); - public double[] GetEntryColor(int id0) - { return GetEntryColor_15(id0); } - - private native void SetEntryTextProperty_16(vtkTextProperty id0); - public void SetEntryTextProperty(vtkTextProperty id0) - { SetEntryTextProperty_16(id0); } - - private native long GetEntryTextProperty_17(); - public vtkTextProperty GetEntryTextProperty() { - long temp = GetEntryTextProperty_17(); - - if (temp == 0) return null; - return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetBorder_18(int id0); - public void SetBorder(int id0) - { SetBorder_18(id0); } - - private native int GetBorder_19(); - public int GetBorder() - { return GetBorder_19(); } - - private native void BorderOn_20(); - public void BorderOn() - { BorderOn_20(); } - - private native void BorderOff_21(); - public void BorderOff() - { BorderOff_21(); } - - private native void SetLockBorder_22(int id0); - public void SetLockBorder(int id0) - { SetLockBorder_22(id0); } - - private native int GetLockBorder_23(); - public int GetLockBorder() - { return GetLockBorder_23(); } - - private native void LockBorderOn_24(); - public void LockBorderOn() - { LockBorderOn_24(); } - - private native void LockBorderOff_25(); - public void LockBorderOff() - { LockBorderOff_25(); } - - private native void SetBox_26(int id0); - public void SetBox(int id0) - { SetBox_26(id0); } - - private native int GetBox_27(); - public int GetBox() - { return GetBox_27(); } - - private native void BoxOn_28(); - public void BoxOn() - { BoxOn_28(); } - - private native void BoxOff_29(); - public void BoxOff() - { BoxOff_29(); } - - private native long GetBoxProperty_30(); - public vtkProperty2D GetBoxProperty() { - long temp = GetBoxProperty_30(); - - if (temp == 0) return null; - return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - 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 void SetScalarVisibility_35(int id0); - public void SetScalarVisibility(int id0) - { SetScalarVisibility_35(id0); } - - private native int GetScalarVisibility_36(); - public int GetScalarVisibility() - { return GetScalarVisibility_36(); } - - private native void ScalarVisibilityOn_37(); - public void ScalarVisibilityOn() - { ScalarVisibilityOn_37(); } - - private native void ScalarVisibilityOff_38(); - public void ScalarVisibilityOff() - { ScalarVisibilityOff_38(); } - - private native void SetUseBackground_39(int id0); - public void SetUseBackground(int id0) - { SetUseBackground_39(id0); } - - private native int GetUseBackground_40(); - public int GetUseBackground() - { return GetUseBackground_40(); } - - private native void UseBackgroundOn_41(); - public void UseBackgroundOn() - { UseBackgroundOn_41(); } - - private native void UseBackgroundOff_42(); - public void UseBackgroundOff() - { UseBackgroundOff_42(); } - - private native void SetBackgroundColor_43(double id0,double id1,double id2); - public void SetBackgroundColor(double id0,double id1,double id2) - { SetBackgroundColor_43(id0,id1,id2); } - - private native void SetBackgroundColor_44(double id0[]); - public void SetBackgroundColor(double id0[]) - { SetBackgroundColor_44(id0); } - - private native double[] GetBackgroundColor_45(); - public double[] GetBackgroundColor() - { return GetBackgroundColor_45(); } - - private native void SetBackgroundOpacity_46(double id0); - public void SetBackgroundOpacity(double id0) - { SetBackgroundOpacity_46(id0); } - - private native double GetBackgroundOpacityMinValue_47(); - public double GetBackgroundOpacityMinValue() - { return GetBackgroundOpacityMinValue_47(); } - - private native double GetBackgroundOpacityMaxValue_48(); - public double GetBackgroundOpacityMaxValue() - { return GetBackgroundOpacityMaxValue_48(); } - - private native double GetBackgroundOpacity_49(); - public double GetBackgroundOpacity() - { return GetBackgroundOpacity_49(); } - - private native void ShallowCopy_50(vtkProp id0); - public void ShallowCopy(vtkProp id0) - { ShallowCopy_50(id0); } - - private native void ReleaseGraphicsResources_51(vtkWindow id0); - public void ReleaseGraphicsResources(vtkWindow id0) - { ReleaseGraphicsResources_51(id0); } - - private native int RenderOpaqueGeometry_52(vtkViewport id0); - public int RenderOpaqueGeometry(vtkViewport id0) - { return RenderOpaqueGeometry_52(id0); } - - private native int RenderTranslucentPolygonalGeometry_53(vtkViewport id0); - public int RenderTranslucentPolygonalGeometry(vtkViewport id0) - { return RenderTranslucentPolygonalGeometry_53(id0); } - - private native int RenderOverlay_54(vtkViewport id0); - public int RenderOverlay(vtkViewport id0) - { return RenderOverlay_54(id0); } - - private native int HasTranslucentPolygonalGeometry_55(); - public int HasTranslucentPolygonalGeometry() - { return HasTranslucentPolygonalGeometry_55(); } - - public vtkLegendBoxActor() { super(); } - - public vtkLegendBoxActor(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkLegendBoxActor object +// + +package vtk; +import vtk.*; + +public class vtkLegendBoxActor 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 SetNumberOfEntries_2(int id0); + public void SetNumberOfEntries(int id0) + { SetNumberOfEntries_2(id0); } + + private native int GetNumberOfEntries_3(); + public int GetNumberOfEntries() + { return GetNumberOfEntries_3(); } + + private native void SetEntry_4(int id0,vtkPolyData id1,String id2,double id3[]); + public void SetEntry(int id0,vtkPolyData id1,String id2,double id3[]) + { SetEntry_4(id0,id1,id2,id3); } + + private native void SetEntry_5(int id0,vtkImageData id1,String id2,double id3[]); + public void SetEntry(int id0,vtkImageData id1,String id2,double id3[]) + { SetEntry_5(id0,id1,id2,id3); } + + private native void SetEntry_6(int id0,vtkPolyData id1,vtkImageData id2,String id3,double id4[]); + public void SetEntry(int id0,vtkPolyData id1,vtkImageData id2,String id3,double id4[]) + { SetEntry_6(id0,id1,id2,id3,id4); } + + private native void SetEntrySymbol_7(int id0,vtkPolyData id1); + public void SetEntrySymbol(int id0,vtkPolyData id1) + { SetEntrySymbol_7(id0,id1); } + + private native void SetEntryIcon_8(int id0,vtkImageData id1); + public void SetEntryIcon(int id0,vtkImageData id1) + { SetEntryIcon_8(id0,id1); } + + private native void SetEntryString_9(int id0,String id1); + public void SetEntryString(int id0,String id1) + { SetEntryString_9(id0,id1); } + + private native void SetEntryColor_10(int id0,double id1[]); + public void SetEntryColor(int id0,double id1[]) + { SetEntryColor_10(id0,id1); } + + private native void SetEntryColor_11(int id0,double id1,double id2,double id3); + public void SetEntryColor(int id0,double id1,double id2,double id3) + { SetEntryColor_11(id0,id1,id2,id3); } + + private native long GetEntrySymbol_12(int id0); + public vtkPolyData GetEntrySymbol(int id0) { + long temp = GetEntrySymbol_12(id0); + + if (temp == 0) return null; + return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetEntryIcon_13(int id0); + public vtkImageData GetEntryIcon(int id0) { + long temp = GetEntryIcon_13(id0); + + if (temp == 0) return null; + return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native String GetEntryString_14(int id0); + public String GetEntryString(int id0) + { return GetEntryString_14(id0); } + + private native double[] GetEntryColor_15(int id0); + public double[] GetEntryColor(int id0) + { return GetEntryColor_15(id0); } + + private native void SetEntryTextProperty_16(vtkTextProperty id0); + public void SetEntryTextProperty(vtkTextProperty id0) + { SetEntryTextProperty_16(id0); } + + private native long GetEntryTextProperty_17(); + public vtkTextProperty GetEntryTextProperty() { + long temp = GetEntryTextProperty_17(); + + if (temp == 0) return null; + return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetBorder_18(int id0); + public void SetBorder(int id0) + { SetBorder_18(id0); } + + private native int GetBorder_19(); + public int GetBorder() + { return GetBorder_19(); } + + private native void BorderOn_20(); + public void BorderOn() + { BorderOn_20(); } + + private native void BorderOff_21(); + public void BorderOff() + { BorderOff_21(); } + + private native void SetLockBorder_22(int id0); + public void SetLockBorder(int id0) + { SetLockBorder_22(id0); } + + private native int GetLockBorder_23(); + public int GetLockBorder() + { return GetLockBorder_23(); } + + private native void LockBorderOn_24(); + public void LockBorderOn() + { LockBorderOn_24(); } + + private native void LockBorderOff_25(); + public void LockBorderOff() + { LockBorderOff_25(); } + + private native void SetBox_26(int id0); + public void SetBox(int id0) + { SetBox_26(id0); } + + private native int GetBox_27(); + public int GetBox() + { return GetBox_27(); } + + private native void BoxOn_28(); + public void BoxOn() + { BoxOn_28(); } + + private native void BoxOff_29(); + public void BoxOff() + { BoxOff_29(); } + + private native long GetBoxProperty_30(); + public vtkProperty2D GetBoxProperty() { + long temp = GetBoxProperty_30(); + + if (temp == 0) return null; + return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + 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 void SetScalarVisibility_35(int id0); + public void SetScalarVisibility(int id0) + { SetScalarVisibility_35(id0); } + + private native int GetScalarVisibility_36(); + public int GetScalarVisibility() + { return GetScalarVisibility_36(); } + + private native void ScalarVisibilityOn_37(); + public void ScalarVisibilityOn() + { ScalarVisibilityOn_37(); } + + private native void ScalarVisibilityOff_38(); + public void ScalarVisibilityOff() + { ScalarVisibilityOff_38(); } + + private native void SetUseBackground_39(int id0); + public void SetUseBackground(int id0) + { SetUseBackground_39(id0); } + + private native int GetUseBackground_40(); + public int GetUseBackground() + { return GetUseBackground_40(); } + + private native void UseBackgroundOn_41(); + public void UseBackgroundOn() + { UseBackgroundOn_41(); } + + private native void UseBackgroundOff_42(); + public void UseBackgroundOff() + { UseBackgroundOff_42(); } + + private native void SetBackgroundColor_43(double id0,double id1,double id2); + public void SetBackgroundColor(double id0,double id1,double id2) + { SetBackgroundColor_43(id0,id1,id2); } + + private native void SetBackgroundColor_44(double id0[]); + public void SetBackgroundColor(double id0[]) + { SetBackgroundColor_44(id0); } + + private native double[] GetBackgroundColor_45(); + public double[] GetBackgroundColor() + { return GetBackgroundColor_45(); } + + private native void SetBackgroundOpacity_46(double id0); + public void SetBackgroundOpacity(double id0) + { SetBackgroundOpacity_46(id0); } + + private native double GetBackgroundOpacityMinValue_47(); + public double GetBackgroundOpacityMinValue() + { return GetBackgroundOpacityMinValue_47(); } + + private native double GetBackgroundOpacityMaxValue_48(); + public double GetBackgroundOpacityMaxValue() + { return GetBackgroundOpacityMaxValue_48(); } + + private native double GetBackgroundOpacity_49(); + public double GetBackgroundOpacity() + { return GetBackgroundOpacity_49(); } + + private native void ShallowCopy_50(vtkProp id0); + public void ShallowCopy(vtkProp id0) + { ShallowCopy_50(id0); } + + private native void ReleaseGraphicsResources_51(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_51(id0); } + + private native int RenderOpaqueGeometry_52(vtkViewport id0); + public int RenderOpaqueGeometry(vtkViewport id0) + { return RenderOpaqueGeometry_52(id0); } + + private native int RenderTranslucentPolygonalGeometry_53(vtkViewport id0); + public int RenderTranslucentPolygonalGeometry(vtkViewport id0) + { return RenderTranslucentPolygonalGeometry_53(id0); } + + private native int RenderOverlay_54(vtkViewport id0); + public int RenderOverlay(vtkViewport id0) + { return RenderOverlay_54(id0); } + + private native int HasTranslucentPolygonalGeometry_55(); + public int HasTranslucentPolygonalGeometry() + { return HasTranslucentPolygonalGeometry_55(); } + + public vtkLegendBoxActor() { super(); } + + public vtkLegendBoxActor(long id) { super(id); } + public native long VTKInit(); + +}