X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkSpiderPlotActor.java;h=657b1d3562c62b83888211aca0998f90b6f33117;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=4eb314e270d5ec25228ec034591d7f42d8fbd49e;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkSpiderPlotActor.java b/vtk/src/vtk/vtkSpiderPlotActor.java index 4eb314e2..657b1d35 100644 --- a/vtk/src/vtk/vtkSpiderPlotActor.java +++ b/vtk/src/vtk/vtkSpiderPlotActor.java @@ -1,211 +1,215 @@ -// java wrapper for vtkSpiderPlotActor object -// - -package vtk; -import vtk.*; - -public class vtkSpiderPlotActor 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 SetInput_2(vtkDataObject id0); - public void SetInput(vtkDataObject id0) - { SetInput_2(id0); } - - private native long GetInput_3(); - public vtkDataObject GetInput() { - long temp = GetInput_3(); - - if (temp == 0) return null; - return (vtkDataObject)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetIndependentVariables_4(int id0); - public void SetIndependentVariables(int id0) - { SetIndependentVariables_4(id0); } - - private native int GetIndependentVariablesMinValue_5(); - public int GetIndependentVariablesMinValue() - { return GetIndependentVariablesMinValue_5(); } - - private native int GetIndependentVariablesMaxValue_6(); - public int GetIndependentVariablesMaxValue() - { return GetIndependentVariablesMaxValue_6(); } - - private native int GetIndependentVariables_7(); - public int GetIndependentVariables() - { return GetIndependentVariables_7(); } - - private native void SetIndependentVariablesToColumns_8(); - public void SetIndependentVariablesToColumns() - { SetIndependentVariablesToColumns_8(); } - - private native void SetIndependentVariablesToRows_9(); - public void SetIndependentVariablesToRows() - { SetIndependentVariablesToRows_9(); } - - private native void SetTitleVisibility_10(int id0); - public void SetTitleVisibility(int id0) - { SetTitleVisibility_10(id0); } - - private native int GetTitleVisibility_11(); - public int GetTitleVisibility() - { return GetTitleVisibility_11(); } - - private native void TitleVisibilityOn_12(); - public void TitleVisibilityOn() - { TitleVisibilityOn_12(); } - - private native void TitleVisibilityOff_13(); - public void TitleVisibilityOff() - { TitleVisibilityOff_13(); } - - private native void SetTitle_14(String id0); - public void SetTitle(String id0) - { SetTitle_14(id0); } - - private native String GetTitle_15(); - public String GetTitle() - { return GetTitle_15(); } - - private native void SetTitleTextProperty_16(vtkTextProperty id0); - public void SetTitleTextProperty(vtkTextProperty id0) - { SetTitleTextProperty_16(id0); } - - private native long GetTitleTextProperty_17(); - public vtkTextProperty GetTitleTextProperty() { - long temp = GetTitleTextProperty_17(); - - if (temp == 0) return null; - return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetLabelVisibility_18(int id0); - public void SetLabelVisibility(int id0) - { SetLabelVisibility_18(id0); } - - private native int GetLabelVisibility_19(); - public int GetLabelVisibility() - { return GetLabelVisibility_19(); } - - private native void LabelVisibilityOn_20(); - public void LabelVisibilityOn() - { LabelVisibilityOn_20(); } - - private native void LabelVisibilityOff_21(); - public void LabelVisibilityOff() - { LabelVisibilityOff_21(); } - - private native void SetLabelTextProperty_22(vtkTextProperty id0); - public void SetLabelTextProperty(vtkTextProperty id0) - { SetLabelTextProperty_22(id0); } - - private native long GetLabelTextProperty_23(); - public vtkTextProperty GetLabelTextProperty() { - long temp = GetLabelTextProperty_23(); - - if (temp == 0) return null; - return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetNumberOfRings_24(int id0); - public void SetNumberOfRings(int id0) - { SetNumberOfRings_24(id0); } - - private native int GetNumberOfRingsMinValue_25(); - public int GetNumberOfRingsMinValue() - { return GetNumberOfRingsMinValue_25(); } - - private native int GetNumberOfRingsMaxValue_26(); - public int GetNumberOfRingsMaxValue() - { return GetNumberOfRingsMaxValue_26(); } - - private native int GetNumberOfRings_27(); - public int GetNumberOfRings() - { return GetNumberOfRings_27(); } - - private native void SetAxisLabel_28(int id0,String id1); - public void SetAxisLabel(int id0,String id1) - { SetAxisLabel_28(id0,id1); } - - private native String GetAxisLabel_29(int id0); - public String GetAxisLabel(int id0) - { return GetAxisLabel_29(id0); } - - private native void SetAxisRange_30(int id0,double id1,double id2); - public void SetAxisRange(int id0,double id1,double id2) - { SetAxisRange_30(id0,id1,id2); } - - private native void SetAxisRange_31(int id0,double id1[]); - public void SetAxisRange(int id0,double id1[]) - { SetAxisRange_31(id0,id1); } - - private native void GetAxisRange_32(int id0,double id1[]); - public void GetAxisRange(int id0,double id1[]) - { GetAxisRange_32(id0,id1); } - - private native void SetPlotColor_33(int id0,double id1,double id2,double id3); - public void SetPlotColor(int id0,double id1,double id2,double id3) - { SetPlotColor_33(id0,id1,id2,id3); } - - private native void SetPlotColor_34(int id0,double id1[]); - public void SetPlotColor(int id0,double id1[]) - { SetPlotColor_34(id0,id1); } - - private native void SetLegendVisibility_35(int id0); - public void SetLegendVisibility(int id0) - { SetLegendVisibility_35(id0); } - - private native int GetLegendVisibility_36(); - public int GetLegendVisibility() - { return GetLegendVisibility_36(); } - - private native void LegendVisibilityOn_37(); - public void LegendVisibilityOn() - { LegendVisibilityOn_37(); } - - private native void LegendVisibilityOff_38(); - public void LegendVisibilityOff() - { LegendVisibilityOff_38(); } - - private native long GetLegendActor_39(); - public vtkLegendBoxActor GetLegendActor() { - long temp = GetLegendActor_39(); - - if (temp == 0) return null; - return (vtkLegendBoxActor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int RenderOverlay_40(vtkViewport id0); - public int RenderOverlay(vtkViewport id0) - { return RenderOverlay_40(id0); } - - private native int RenderOpaqueGeometry_41(vtkViewport id0); - public int RenderOpaqueGeometry(vtkViewport id0) - { return RenderOpaqueGeometry_41(id0); } - - private native int RenderTranslucentPolygonalGeometry_42(vtkViewport id0); - public int RenderTranslucentPolygonalGeometry(vtkViewport id0) - { return RenderTranslucentPolygonalGeometry_42(id0); } - - private native int HasTranslucentPolygonalGeometry_43(); - public int HasTranslucentPolygonalGeometry() - { return HasTranslucentPolygonalGeometry_43(); } - - private native void ReleaseGraphicsResources_44(vtkWindow id0); - public void ReleaseGraphicsResources(vtkWindow id0) - { ReleaseGraphicsResources_44(id0); } - - public vtkSpiderPlotActor() { super(); } - - public vtkSpiderPlotActor(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkSpiderPlotActor object +// + +package vtk; +import vtk.*; + +public class vtkSpiderPlotActor 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 SetInputData_2(vtkDataObject id0); + public void SetInputData(vtkDataObject id0) + { SetInputData_2(id0); } + + private native void SetInputConnection_3(vtkAlgorithmOutput id0); + public void SetInputConnection(vtkAlgorithmOutput id0) + { SetInputConnection_3(id0); } + + private native long GetInput_4(); + public vtkDataObject GetInput() { + long temp = GetInput_4(); + + if (temp == 0) return null; + return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetIndependentVariables_5(int id0); + public void SetIndependentVariables(int id0) + { SetIndependentVariables_5(id0); } + + private native int GetIndependentVariablesMinValue_6(); + public int GetIndependentVariablesMinValue() + { return GetIndependentVariablesMinValue_6(); } + + private native int GetIndependentVariablesMaxValue_7(); + public int GetIndependentVariablesMaxValue() + { return GetIndependentVariablesMaxValue_7(); } + + private native int GetIndependentVariables_8(); + public int GetIndependentVariables() + { return GetIndependentVariables_8(); } + + private native void SetIndependentVariablesToColumns_9(); + public void SetIndependentVariablesToColumns() + { SetIndependentVariablesToColumns_9(); } + + private native void SetIndependentVariablesToRows_10(); + public void SetIndependentVariablesToRows() + { SetIndependentVariablesToRows_10(); } + + private native void SetTitleVisibility_11(int id0); + public void SetTitleVisibility(int id0) + { SetTitleVisibility_11(id0); } + + private native int GetTitleVisibility_12(); + public int GetTitleVisibility() + { return GetTitleVisibility_12(); } + + private native void TitleVisibilityOn_13(); + public void TitleVisibilityOn() + { TitleVisibilityOn_13(); } + + private native void TitleVisibilityOff_14(); + public void TitleVisibilityOff() + { TitleVisibilityOff_14(); } + + private native void SetTitle_15(String id0); + public void SetTitle(String id0) + { SetTitle_15(id0); } + + private native String GetTitle_16(); + public String GetTitle() + { return GetTitle_16(); } + + private native void SetTitleTextProperty_17(vtkTextProperty id0); + public void SetTitleTextProperty(vtkTextProperty id0) + { SetTitleTextProperty_17(id0); } + + private native long GetTitleTextProperty_18(); + public vtkTextProperty GetTitleTextProperty() { + long temp = GetTitleTextProperty_18(); + + if (temp == 0) return null; + return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetLabelVisibility_19(int id0); + public void SetLabelVisibility(int id0) + { SetLabelVisibility_19(id0); } + + private native int GetLabelVisibility_20(); + public int GetLabelVisibility() + { return GetLabelVisibility_20(); } + + private native void LabelVisibilityOn_21(); + public void LabelVisibilityOn() + { LabelVisibilityOn_21(); } + + private native void LabelVisibilityOff_22(); + public void LabelVisibilityOff() + { LabelVisibilityOff_22(); } + + private native void SetLabelTextProperty_23(vtkTextProperty id0); + public void SetLabelTextProperty(vtkTextProperty id0) + { SetLabelTextProperty_23(id0); } + + private native long GetLabelTextProperty_24(); + public vtkTextProperty GetLabelTextProperty() { + long temp = GetLabelTextProperty_24(); + + if (temp == 0) return null; + return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetNumberOfRings_25(int id0); + public void SetNumberOfRings(int id0) + { SetNumberOfRings_25(id0); } + + private native int GetNumberOfRingsMinValue_26(); + public int GetNumberOfRingsMinValue() + { return GetNumberOfRingsMinValue_26(); } + + private native int GetNumberOfRingsMaxValue_27(); + public int GetNumberOfRingsMaxValue() + { return GetNumberOfRingsMaxValue_27(); } + + private native int GetNumberOfRings_28(); + public int GetNumberOfRings() + { return GetNumberOfRings_28(); } + + private native void SetAxisLabel_29(int id0,String id1); + public void SetAxisLabel(int id0,String id1) + { SetAxisLabel_29(id0,id1); } + + private native String GetAxisLabel_30(int id0); + public String GetAxisLabel(int id0) + { return GetAxisLabel_30(id0); } + + private native void SetAxisRange_31(int id0,double id1,double id2); + public void SetAxisRange(int id0,double id1,double id2) + { SetAxisRange_31(id0,id1,id2); } + + private native void SetAxisRange_32(int id0,double id1[]); + public void SetAxisRange(int id0,double id1[]) + { SetAxisRange_32(id0,id1); } + + private native void GetAxisRange_33(int id0,double id1[]); + public void GetAxisRange(int id0,double id1[]) + { GetAxisRange_33(id0,id1); } + + private native void SetPlotColor_34(int id0,double id1,double id2,double id3); + public void SetPlotColor(int id0,double id1,double id2,double id3) + { SetPlotColor_34(id0,id1,id2,id3); } + + private native void SetPlotColor_35(int id0,double id1[]); + public void SetPlotColor(int id0,double id1[]) + { SetPlotColor_35(id0,id1); } + + private native void SetLegendVisibility_36(int id0); + public void SetLegendVisibility(int id0) + { SetLegendVisibility_36(id0); } + + private native int GetLegendVisibility_37(); + public int GetLegendVisibility() + { return GetLegendVisibility_37(); } + + private native void LegendVisibilityOn_38(); + public void LegendVisibilityOn() + { LegendVisibilityOn_38(); } + + private native void LegendVisibilityOff_39(); + public void LegendVisibilityOff() + { LegendVisibilityOff_39(); } + + private native long GetLegendActor_40(); + public vtkLegendBoxActor GetLegendActor() { + long temp = GetLegendActor_40(); + + if (temp == 0) return null; + return (vtkLegendBoxActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int RenderOverlay_41(vtkViewport id0); + public int RenderOverlay(vtkViewport id0) + { return RenderOverlay_41(id0); } + + private native int RenderOpaqueGeometry_42(vtkViewport id0); + public int RenderOpaqueGeometry(vtkViewport id0) + { return RenderOpaqueGeometry_42(id0); } + + private native int RenderTranslucentPolygonalGeometry_43(vtkViewport id0); + public int RenderTranslucentPolygonalGeometry(vtkViewport id0) + { return RenderTranslucentPolygonalGeometry_43(id0); } + + private native int HasTranslucentPolygonalGeometry_44(); + public int HasTranslucentPolygonalGeometry() + { return HasTranslucentPolygonalGeometry_44(); } + + private native void ReleaseGraphicsResources_45(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_45(id0); } + + public vtkSpiderPlotActor() { super(); } + + public vtkSpiderPlotActor(long id) { super(id); } + public native long VTKInit(); + +}