X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkChartXY.java;h=d987f9db8ba67533df6c3b34145a33199756d67e;hb=b6496333f55d2304810ea9f0a22d8983be103a2f;hp=b86c3f571d6020d40d1eba08c49b347006b67f27;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkChartXY.java b/vtk/src/vtk/vtkChartXY.java index b86c3f57..d987f9db 100644 --- a/vtk/src/vtk/vtkChartXY.java +++ b/vtk/src/vtk/vtkChartXY.java @@ -1,171 +1,271 @@ -// java wrapper for vtkChartXY object -// - -package vtk; -import vtk.*; - -public class vtkChartXY 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 boolean RemovePlot_6(int id0); - public boolean RemovePlot(int id0) - { return RemovePlot_6(id0); } - - private native void ClearPlots_7(); - public void ClearPlots() - { ClearPlots_7(); } - - private native long GetPlot_8(int id0); - public vtkPlot GetPlot(int id0) { - long temp = GetPlot_8(id0); - - if (temp == 0) return null; - return (vtkPlot)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int GetNumberOfPlots_9(); - public int GetNumberOfPlots() - { return GetNumberOfPlots_9(); } - - private native int GetPlotCorner_10(vtkPlot id0); - public int GetPlotCorner(vtkPlot id0) - { return GetPlotCorner_10(id0); } - - private native void SetPlotCorner_11(vtkPlot id0,int id1); - public void SetPlotCorner(vtkPlot id0,int id1) - { SetPlotCorner_11(id0,id1); } - - private native long GetAxis_12(int id0); - public vtkAxis GetAxis(int id0) { - long temp = GetAxis_12(id0); - - if (temp == 0) return null; - return (vtkAxis)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetShowLegend_13(boolean id0); - public void SetShowLegend(boolean id0) - { SetShowLegend_13(id0); } - - private native long GetLegend_14(); - public vtkChartLegend GetLegend() { - long temp = GetLegend_14(); - - if (temp == 0) return null; - return (vtkChartLegend)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetTooltip_15(); - public vtkTooltipItem GetTooltip() { - long temp = GetTooltip_15(); - - if (temp == 0) return null; - return (vtkTooltipItem)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int GetNumberOfAxes_16(); - public int GetNumberOfAxes() - { return GetNumberOfAxes_16(); } - - private native void RecalculateBounds_17(); - public void RecalculateBounds() - { RecalculateBounds_17(); } - - private native void SetDrawAxesAtOrigin_18(boolean id0); - public void SetDrawAxesAtOrigin(boolean id0) - { SetDrawAxesAtOrigin_18(id0); } - - private native boolean GetDrawAxesAtOrigin_19(); - public boolean GetDrawAxesAtOrigin() - { return GetDrawAxesAtOrigin_19(); } - - private native void DrawAxesAtOriginOn_20(); - public void DrawAxesAtOriginOn() - { DrawAxesAtOriginOn_20(); } - - private native void DrawAxesAtOriginOff_21(); - public void DrawAxesAtOriginOff() - { DrawAxesAtOriginOff_21(); } - - private native void SetAutoAxes_22(boolean id0); - public void SetAutoAxes(boolean id0) - { SetAutoAxes_22(id0); } - - private native boolean GetAutoAxes_23(); - public boolean GetAutoAxes() - { return GetAutoAxes_23(); } - - private native void AutoAxesOn_24(); - public void AutoAxesOn() - { AutoAxesOn_24(); } - - private native void AutoAxesOff_25(); - public void AutoAxesOff() - { AutoAxesOff_25(); } - - private native void SetHiddenAxisBorder_26(int id0); - public void SetHiddenAxisBorder(int id0) - { SetHiddenAxisBorder_26(id0); } - - private native int GetHiddenAxisBorder_27(); - public int GetHiddenAxisBorder() - { return GetHiddenAxisBorder_27(); } - - private native void SetForceAxesToBounds_28(boolean id0); - public void SetForceAxesToBounds(boolean id0) - { SetForceAxesToBounds_28(id0); } - - private native boolean GetForceAxesToBounds_29(); - public boolean GetForceAxesToBounds() - { return GetForceAxesToBounds_29(); } - - private native void ForceAxesToBoundsOn_30(); - public void ForceAxesToBoundsOn() - { ForceAxesToBoundsOn_30(); } - - private native void ForceAxesToBoundsOff_31(); - public void ForceAxesToBoundsOff() - { ForceAxesToBoundsOff_31(); } - - private native void SetBarWidthFraction_32(double id0); - public void SetBarWidthFraction(double id0) - { SetBarWidthFraction_32(id0); } - - private native double GetBarWidthFraction_33(); - public double GetBarWidthFraction() - { return GetBarWidthFraction_33(); } - - public vtkChartXY() { super(); } - - public vtkChartXY(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkChartXY object +// + +package vtk; +import vtk.*; + +public class vtkChartXY 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 boolean RemovePlot_6(int id0); + public boolean RemovePlot(int id0) + { return RemovePlot_6(id0); } + + private native void ClearPlots_7(); + public void ClearPlots() + { ClearPlots_7(); } + + private native long GetPlot_8(int id0); + public vtkPlot GetPlot(int id0) { + long temp = GetPlot_8(id0); + + if (temp == 0) return null; + return (vtkPlot)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int GetPlotIndex_9(vtkPlot id0); + public int GetPlotIndex(vtkPlot id0) + { return GetPlotIndex_9(id0); } + + private native int RaisePlot_10(vtkPlot id0); + public int RaisePlot(vtkPlot id0) + { return RaisePlot_10(id0); } + + private native int StackPlotAbove_11(vtkPlot id0,vtkPlot id1); + public int StackPlotAbove(vtkPlot id0,vtkPlot id1) + { return StackPlotAbove_11(id0,id1); } + + private native int LowerPlot_12(vtkPlot id0); + public int LowerPlot(vtkPlot id0) + { return LowerPlot_12(id0); } + + private native int StackPlotUnder_13(vtkPlot id0,vtkPlot id1); + public int StackPlotUnder(vtkPlot id0,vtkPlot id1) + { return StackPlotUnder_13(id0,id1); } + + private native int GetNumberOfPlots_14(); + public int GetNumberOfPlots() + { return GetNumberOfPlots_14(); } + + private native int GetPlotCorner_15(vtkPlot id0); + public int GetPlotCorner(vtkPlot id0) + { return GetPlotCorner_15(id0); } + + private native void SetPlotCorner_16(vtkPlot id0,int id1); + public void SetPlotCorner(vtkPlot id0,int id1) + { SetPlotCorner_16(id0,id1); } + + private native long GetAxis_17(int id0); + public vtkAxis GetAxis(int id0) { + long temp = GetAxis_17(id0); + + if (temp == 0) return null; + return (vtkAxis)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetAxis_18(int id0,vtkAxis id1); + public void SetAxis(int id0,vtkAxis id1) + { SetAxis_18(id0,id1); } + + private native void SetShowLegend_19(boolean id0); + public void SetShowLegend(boolean id0) + { SetShowLegend_19(id0); } + + private native long GetLegend_20(); + public vtkChartLegend GetLegend() { + long temp = GetLegend_20(); + + if (temp == 0) return null; + return (vtkChartLegend)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetTooltip_21(vtkTooltipItem id0); + public void SetTooltip(vtkTooltipItem id0) + { SetTooltip_21(id0); } + + private native long GetTooltip_22(); + public vtkTooltipItem GetTooltip() { + long temp = GetTooltip_22(); + + if (temp == 0) return null; + return (vtkTooltipItem)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int GetNumberOfAxes_23(); + public int GetNumberOfAxes() + { return GetNumberOfAxes_23(); } + + private native void RecalculateBounds_24(); + public void RecalculateBounds() + { RecalculateBounds_24(); } + + private native void SetSelectionMethod_25(int id0); + public void SetSelectionMethod(int id0) + { SetSelectionMethod_25(id0); } + + private native void RemovePlotSelections_26(); + public void RemovePlotSelections() + { RemovePlotSelections_26(); } + + private native void SetDrawAxesAtOrigin_27(boolean id0); + public void SetDrawAxesAtOrigin(boolean id0) + { SetDrawAxesAtOrigin_27(id0); } + + private native boolean GetDrawAxesAtOrigin_28(); + public boolean GetDrawAxesAtOrigin() + { return GetDrawAxesAtOrigin_28(); } + + private native void DrawAxesAtOriginOn_29(); + public void DrawAxesAtOriginOn() + { DrawAxesAtOriginOn_29(); } + + private native void DrawAxesAtOriginOff_30(); + public void DrawAxesAtOriginOff() + { DrawAxesAtOriginOff_30(); } + + private native void SetAutoAxes_31(boolean id0); + public void SetAutoAxes(boolean id0) + { SetAutoAxes_31(id0); } + + private native boolean GetAutoAxes_32(); + public boolean GetAutoAxes() + { return GetAutoAxes_32(); } + + private native void AutoAxesOn_33(); + public void AutoAxesOn() + { AutoAxesOn_33(); } + + private native void AutoAxesOff_34(); + public void AutoAxesOff() + { AutoAxesOff_34(); } + + private native void SetHiddenAxisBorder_35(int id0); + public void SetHiddenAxisBorder(int id0) + { SetHiddenAxisBorder_35(id0); } + + private native int GetHiddenAxisBorder_36(); + public int GetHiddenAxisBorder() + { return GetHiddenAxisBorder_36(); } + + private native void SetForceAxesToBounds_37(boolean id0); + public void SetForceAxesToBounds(boolean id0) + { SetForceAxesToBounds_37(id0); } + + private native boolean GetForceAxesToBounds_38(); + public boolean GetForceAxesToBounds() + { return GetForceAxesToBounds_38(); } + + private native void ForceAxesToBoundsOn_39(); + public void ForceAxesToBoundsOn() + { ForceAxesToBoundsOn_39(); } + + private native void ForceAxesToBoundsOff_40(); + public void ForceAxesToBoundsOff() + { ForceAxesToBoundsOff_40(); } + + private native void SetBarWidthFraction_41(double id0); + public void SetBarWidthFraction(double id0) + { SetBarWidthFraction_41(id0); } + + private native double GetBarWidthFraction_42(); + public double GetBarWidthFraction() + { return GetBarWidthFraction_42(); } + + private native void SetZoomWithMouseWheel_43(boolean id0); + public void SetZoomWithMouseWheel(boolean id0) + { SetZoomWithMouseWheel_43(id0); } + + private native boolean GetZoomWithMouseWheel_44(); + public boolean GetZoomWithMouseWheel() + { return GetZoomWithMouseWheel_44(); } + + private native void ZoomWithMouseWheelOn_45(); + public void ZoomWithMouseWheelOn() + { ZoomWithMouseWheelOn_45(); } + + private native void ZoomWithMouseWheelOff_46(); + public void ZoomWithMouseWheelOff() + { ZoomWithMouseWheelOff_46(); } + + private native void SetAdjustLowerBoundForLogPlot_47(boolean id0); + public void SetAdjustLowerBoundForLogPlot(boolean id0) + { SetAdjustLowerBoundForLogPlot_47(id0); } + + private native boolean GetAdjustLowerBoundForLogPlot_48(); + public boolean GetAdjustLowerBoundForLogPlot() + { return GetAdjustLowerBoundForLogPlot_48(); } + + private native void AdjustLowerBoundForLogPlotOn_49(); + public void AdjustLowerBoundForLogPlotOn() + { AdjustLowerBoundForLogPlotOn_49(); } + + private native void AdjustLowerBoundForLogPlotOff_50(); + public void AdjustLowerBoundForLogPlotOff() + { AdjustLowerBoundForLogPlotOff_50(); } + + private native void SetDragPointAlongX_51(boolean id0); + public void SetDragPointAlongX(boolean id0) + { SetDragPointAlongX_51(id0); } + + private native boolean GetDragPointAlongX_52(); + public boolean GetDragPointAlongX() + { return GetDragPointAlongX_52(); } + + private native void DragPointAlongXOn_53(); + public void DragPointAlongXOn() + { DragPointAlongXOn_53(); } + + private native void DragPointAlongXOff_54(); + public void DragPointAlongXOff() + { DragPointAlongXOff_54(); } + + private native void SetDragPointAlongY_55(boolean id0); + public void SetDragPointAlongY(boolean id0) + { SetDragPointAlongY_55(id0); } + + private native boolean GetDragPointAlongY_56(); + public boolean GetDragPointAlongY() + { return GetDragPointAlongY_56(); } + + private native void DragPointAlongYOn_57(); + public void DragPointAlongYOn() + { DragPointAlongYOn_57(); } + + private native void DragPointAlongYOff_58(); + public void DragPointAlongYOff() + { DragPointAlongYOff_58(); } + + public vtkChartXY() { super(); } + + public vtkChartXY(long id) { super(id); } + public native long VTKInit(); + +}