X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkPieChartActor.java;h=bc7b098c5b6b4a8f2844ae05d21f3c823e143d24;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=aa1b78e6ea5910897a4b62022a97367c57fc6d3d;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkPieChartActor.java b/vtk/src/vtk/vtkPieChartActor.java index aa1b78e6..bc7b098c 100644 --- a/vtk/src/vtk/vtkPieChartActor.java +++ b/vtk/src/vtk/vtkPieChartActor.java @@ -1,159 +1,163 @@ -// java wrapper for vtkPieChartActor object -// - -package vtk; -import vtk.*; - -public class vtkPieChartActor 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 SetTitleVisibility_4(int id0); - public void SetTitleVisibility(int id0) - { SetTitleVisibility_4(id0); } - - private native int GetTitleVisibility_5(); - public int GetTitleVisibility() - { return GetTitleVisibility_5(); } - - private native void TitleVisibilityOn_6(); - public void TitleVisibilityOn() - { TitleVisibilityOn_6(); } - - private native void TitleVisibilityOff_7(); - public void TitleVisibilityOff() - { TitleVisibilityOff_7(); } - - private native void SetTitle_8(String id0); - public void SetTitle(String id0) - { SetTitle_8(id0); } - - private native String GetTitle_9(); - public String GetTitle() - { return GetTitle_9(); } - - private native void SetTitleTextProperty_10(vtkTextProperty id0); - public void SetTitleTextProperty(vtkTextProperty id0) - { SetTitleTextProperty_10(id0); } - - private native long GetTitleTextProperty_11(); - public vtkTextProperty GetTitleTextProperty() { - long temp = GetTitleTextProperty_11(); - - if (temp == 0) return null; - return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetLabelVisibility_12(int id0); - public void SetLabelVisibility(int id0) - { SetLabelVisibility_12(id0); } - - private native int GetLabelVisibility_13(); - public int GetLabelVisibility() - { return GetLabelVisibility_13(); } - - private native void LabelVisibilityOn_14(); - public void LabelVisibilityOn() - { LabelVisibilityOn_14(); } - - private native void LabelVisibilityOff_15(); - public void LabelVisibilityOff() - { LabelVisibilityOff_15(); } - - private native void SetLabelTextProperty_16(vtkTextProperty id0); - public void SetLabelTextProperty(vtkTextProperty id0) - { SetLabelTextProperty_16(id0); } - - private native long GetLabelTextProperty_17(); - public vtkTextProperty GetLabelTextProperty() { - long temp = GetLabelTextProperty_17(); - - if (temp == 0) return null; - return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetPieceColor_18(int id0,double id1,double id2,double id3); - public void SetPieceColor(int id0,double id1,double id2,double id3) - { SetPieceColor_18(id0,id1,id2,id3); } - - private native void SetPieceColor_19(int id0,double id1[]); - public void SetPieceColor(int id0,double id1[]) - { SetPieceColor_19(id0,id1); } - - private native void SetPieceLabel_20(int id0,String id1); - public void SetPieceLabel(int id0,String id1) - { SetPieceLabel_20(id0,id1); } - - private native String GetPieceLabel_21(int id0); - public String GetPieceLabel(int id0) - { return GetPieceLabel_21(id0); } - - private native void SetLegendVisibility_22(int id0); - public void SetLegendVisibility(int id0) - { SetLegendVisibility_22(id0); } - - private native int GetLegendVisibility_23(); - public int GetLegendVisibility() - { return GetLegendVisibility_23(); } - - private native void LegendVisibilityOn_24(); - public void LegendVisibilityOn() - { LegendVisibilityOn_24(); } - - private native void LegendVisibilityOff_25(); - public void LegendVisibilityOff() - { LegendVisibilityOff_25(); } - - private native long GetLegendActor_26(); - public vtkLegendBoxActor GetLegendActor() { - long temp = GetLegendActor_26(); - - if (temp == 0) return null; - return (vtkLegendBoxActor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int RenderOverlay_27(vtkViewport id0); - public int RenderOverlay(vtkViewport id0) - { return RenderOverlay_27(id0); } - - private native int RenderOpaqueGeometry_28(vtkViewport id0); - public int RenderOpaqueGeometry(vtkViewport id0) - { return RenderOpaqueGeometry_28(id0); } - - private native int RenderTranslucentPolygonalGeometry_29(vtkViewport id0); - public int RenderTranslucentPolygonalGeometry(vtkViewport id0) - { return RenderTranslucentPolygonalGeometry_29(id0); } - - private native int HasTranslucentPolygonalGeometry_30(); - public int HasTranslucentPolygonalGeometry() - { return HasTranslucentPolygonalGeometry_30(); } - - private native void ReleaseGraphicsResources_31(vtkWindow id0); - public void ReleaseGraphicsResources(vtkWindow id0) - { ReleaseGraphicsResources_31(id0); } - - public vtkPieChartActor() { super(); } - - public vtkPieChartActor(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkPieChartActor object +// + +package vtk; +import vtk.*; + +public class vtkPieChartActor 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 SetTitleVisibility_5(int id0); + public void SetTitleVisibility(int id0) + { SetTitleVisibility_5(id0); } + + private native int GetTitleVisibility_6(); + public int GetTitleVisibility() + { return GetTitleVisibility_6(); } + + private native void TitleVisibilityOn_7(); + public void TitleVisibilityOn() + { TitleVisibilityOn_7(); } + + private native void TitleVisibilityOff_8(); + public void TitleVisibilityOff() + { TitleVisibilityOff_8(); } + + private native void SetTitle_9(String id0); + public void SetTitle(String id0) + { SetTitle_9(id0); } + + private native String GetTitle_10(); + public String GetTitle() + { return GetTitle_10(); } + + private native void SetTitleTextProperty_11(vtkTextProperty id0); + public void SetTitleTextProperty(vtkTextProperty id0) + { SetTitleTextProperty_11(id0); } + + private native long GetTitleTextProperty_12(); + public vtkTextProperty GetTitleTextProperty() { + long temp = GetTitleTextProperty_12(); + + if (temp == 0) return null; + return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetLabelVisibility_13(int id0); + public void SetLabelVisibility(int id0) + { SetLabelVisibility_13(id0); } + + private native int GetLabelVisibility_14(); + public int GetLabelVisibility() + { return GetLabelVisibility_14(); } + + private native void LabelVisibilityOn_15(); + public void LabelVisibilityOn() + { LabelVisibilityOn_15(); } + + private native void LabelVisibilityOff_16(); + public void LabelVisibilityOff() + { LabelVisibilityOff_16(); } + + private native void SetLabelTextProperty_17(vtkTextProperty id0); + public void SetLabelTextProperty(vtkTextProperty id0) + { SetLabelTextProperty_17(id0); } + + private native long GetLabelTextProperty_18(); + public vtkTextProperty GetLabelTextProperty() { + long temp = GetLabelTextProperty_18(); + + if (temp == 0) return null; + return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetPieceColor_19(int id0,double id1,double id2,double id3); + public void SetPieceColor(int id0,double id1,double id2,double id3) + { SetPieceColor_19(id0,id1,id2,id3); } + + private native void SetPieceColor_20(int id0,double id1[]); + public void SetPieceColor(int id0,double id1[]) + { SetPieceColor_20(id0,id1); } + + private native void SetPieceLabel_21(int id0,String id1); + public void SetPieceLabel(int id0,String id1) + { SetPieceLabel_21(id0,id1); } + + private native String GetPieceLabel_22(int id0); + public String GetPieceLabel(int id0) + { return GetPieceLabel_22(id0); } + + private native void SetLegendVisibility_23(int id0); + public void SetLegendVisibility(int id0) + { SetLegendVisibility_23(id0); } + + private native int GetLegendVisibility_24(); + public int GetLegendVisibility() + { return GetLegendVisibility_24(); } + + private native void LegendVisibilityOn_25(); + public void LegendVisibilityOn() + { LegendVisibilityOn_25(); } + + private native void LegendVisibilityOff_26(); + public void LegendVisibilityOff() + { LegendVisibilityOff_26(); } + + private native long GetLegendActor_27(); + public vtkLegendBoxActor GetLegendActor() { + long temp = GetLegendActor_27(); + + if (temp == 0) return null; + return (vtkLegendBoxActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int RenderOverlay_28(vtkViewport id0); + public int RenderOverlay(vtkViewport id0) + { return RenderOverlay_28(id0); } + + private native int RenderOpaqueGeometry_29(vtkViewport id0); + public int RenderOpaqueGeometry(vtkViewport id0) + { return RenderOpaqueGeometry_29(id0); } + + private native int RenderTranslucentPolygonalGeometry_30(vtkViewport id0); + public int RenderTranslucentPolygonalGeometry(vtkViewport id0) + { return RenderTranslucentPolygonalGeometry_30(id0); } + + private native int HasTranslucentPolygonalGeometry_31(); + public int HasTranslucentPolygonalGeometry() + { return HasTranslucentPolygonalGeometry_31(); } + + private native void ReleaseGraphicsResources_32(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_32(id0); } + + public vtkPieChartActor() { super(); } + + public vtkPieChartActor(long id) { super(id); } + public native long VTKInit(); + +}