X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkChartPie.java;h=7627647c90348346af0d73d047433f42af235315;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=5846983e446646f9071ce8ac3c638eb5e9c5bac5;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkChartPie.java b/vtk/src/vtk/vtkChartPie.java index 5846983e..7627647c 100644 --- a/vtk/src/vtk/vtkChartPie.java +++ b/vtk/src/vtk/vtkChartPie.java @@ -1,71 +1,71 @@ -// java wrapper for vtkChartPie object -// - -package vtk; -import vtk.*; - -public class vtkChartPie extends vtkChart -{ - - 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 Update_2(); - public void Update() - { Update_2(); } - - private native boolean Paint_3(vtkContext2D id0); - public boolean Paint(vtkContext2D id0) - { return Paint_3(id0); } - - private native long AddPlot_4(int id0); - public vtkPlot AddPlot(int id0) { - long temp = AddPlot_4(id0); - - if (temp == 0) return null; - return (vtkPlot)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int AddPlot_5(vtkPlot id0); - public int AddPlot(vtkPlot id0) - { return AddPlot_5(id0); } - - private native long GetPlot_6(int id0); - public vtkPlot GetPlot(int id0) { - long temp = GetPlot_6(id0); - - if (temp == 0) return null; - return (vtkPlot)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int GetNumberOfPlots_7(); - public int GetNumberOfPlots() - { return GetNumberOfPlots_7(); } - - private native void SetShowLegend_8(boolean id0); - public void SetShowLegend(boolean id0) - { SetShowLegend_8(id0); } - - private native long GetLegend_9(); - public vtkChartLegend GetLegend() { - long temp = GetLegend_9(); - - if (temp == 0) return null; - return (vtkChartLegend)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetScene_10(vtkContextScene id0); - public void SetScene(vtkContextScene id0) - { SetScene_10(id0); } - - public vtkChartPie() { super(); } - - public vtkChartPie(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkChartPie object +// + +package vtk; +import vtk.*; + +public class vtkChartPie extends vtkChart +{ + + 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 Update_2(); + public void Update() + { Update_2(); } + + private native boolean Paint_3(vtkContext2D id0); + public boolean Paint(vtkContext2D id0) + { return Paint_3(id0); } + + private native long AddPlot_4(int id0); + public vtkPlot AddPlot(int id0) { + long temp = AddPlot_4(id0); + + if (temp == 0) return null; + return (vtkPlot)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int AddPlot_5(vtkPlot id0); + public int AddPlot(vtkPlot id0) + { return AddPlot_5(id0); } + + private native long GetPlot_6(int id0); + public vtkPlot GetPlot(int id0) { + long temp = GetPlot_6(id0); + + if (temp == 0) return null; + return (vtkPlot)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int GetNumberOfPlots_7(); + public int GetNumberOfPlots() + { return GetNumberOfPlots_7(); } + + private native void SetShowLegend_8(boolean id0); + public void SetShowLegend(boolean id0) + { SetShowLegend_8(id0); } + + private native long GetLegend_9(); + public vtkChartLegend GetLegend() { + long temp = GetLegend_9(); + + if (temp == 0) return null; + return (vtkChartLegend)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetScene_10(vtkContextScene id0); + public void SetScene(vtkContextScene id0) + { SetScene_10(id0); } + + public vtkChartPie() { super(); } + + public vtkChartPie(long id) { super(id); } + public native long VTKInit(); + +}