]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkChartXY.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkChartXY.java
index b86c3f571d6020d40d1eba08c49b347006b67f27..d987f9db8ba67533df6c3b34145a33199756d67e 100644 (file)
-// java wrapper for vtkChartXY object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkChartXY extends vtkChart\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native void Update_2();\r
-  public void Update()\r
-    { Update_2(); }\r
-\r
-  private native boolean Paint_3(vtkContext2D id0);\r
-  public boolean Paint(vtkContext2D id0)\r
-    { return Paint_3(id0); }\r
-\r
-  private native long AddPlot_4(int id0);\r
-  public vtkPlot AddPlot(int id0) {\r
-    long temp = AddPlot_4(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPlot)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native int AddPlot_5(vtkPlot id0);\r
-  public int AddPlot(vtkPlot id0)\r
-    { return AddPlot_5(id0); }\r
-\r
-  private native boolean RemovePlot_6(int id0);\r
-  public boolean RemovePlot(int id0)\r
-    { return RemovePlot_6(id0); }\r
-\r
-  private native void ClearPlots_7();\r
-  public void ClearPlots()\r
-    { ClearPlots_7(); }\r
-\r
-  private native long GetPlot_8(int id0);\r
-  public vtkPlot GetPlot(int id0) {\r
-    long temp = GetPlot_8(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPlot)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native int GetNumberOfPlots_9();\r
-  public int GetNumberOfPlots()\r
-    { return GetNumberOfPlots_9(); }\r
-\r
-  private native int GetPlotCorner_10(vtkPlot id0);\r
-  public int GetPlotCorner(vtkPlot id0)\r
-    { return GetPlotCorner_10(id0); }\r
-\r
-  private native void SetPlotCorner_11(vtkPlot id0,int id1);\r
-  public void SetPlotCorner(vtkPlot id0,int id1)\r
-    { SetPlotCorner_11(id0,id1); }\r
-\r
-  private native long GetAxis_12(int id0);\r
-  public vtkAxis GetAxis(int id0) {\r
-    long temp = GetAxis_12(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkAxis)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetShowLegend_13(boolean id0);\r
-  public void SetShowLegend(boolean id0)\r
-    { SetShowLegend_13(id0); }\r
-\r
-  private native long GetLegend_14();\r
-  public vtkChartLegend GetLegend() {\r
-    long temp = GetLegend_14();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkChartLegend)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetTooltip_15();\r
-  public vtkTooltipItem GetTooltip() {\r
-    long temp = GetTooltip_15();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkTooltipItem)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native int GetNumberOfAxes_16();\r
-  public int GetNumberOfAxes()\r
-    { return GetNumberOfAxes_16(); }\r
-\r
-  private native void RecalculateBounds_17();\r
-  public void RecalculateBounds()\r
-    { RecalculateBounds_17(); }\r
-\r
-  private native void SetDrawAxesAtOrigin_18(boolean id0);\r
-  public void SetDrawAxesAtOrigin(boolean id0)\r
-    { SetDrawAxesAtOrigin_18(id0); }\r
-\r
-  private native boolean GetDrawAxesAtOrigin_19();\r
-  public boolean GetDrawAxesAtOrigin()\r
-    { return GetDrawAxesAtOrigin_19(); }\r
-\r
-  private native void DrawAxesAtOriginOn_20();\r
-  public void DrawAxesAtOriginOn()\r
-    { DrawAxesAtOriginOn_20(); }\r
-\r
-  private native void DrawAxesAtOriginOff_21();\r
-  public void DrawAxesAtOriginOff()\r
-    { DrawAxesAtOriginOff_21(); }\r
-\r
-  private native void SetAutoAxes_22(boolean id0);\r
-  public void SetAutoAxes(boolean id0)\r
-    { SetAutoAxes_22(id0); }\r
-\r
-  private native boolean GetAutoAxes_23();\r
-  public boolean GetAutoAxes()\r
-    { return GetAutoAxes_23(); }\r
-\r
-  private native void AutoAxesOn_24();\r
-  public void AutoAxesOn()\r
-    { AutoAxesOn_24(); }\r
-\r
-  private native void AutoAxesOff_25();\r
-  public void AutoAxesOff()\r
-    { AutoAxesOff_25(); }\r
-\r
-  private native void SetHiddenAxisBorder_26(int id0);\r
-  public void SetHiddenAxisBorder(int id0)\r
-    { SetHiddenAxisBorder_26(id0); }\r
-\r
-  private native int GetHiddenAxisBorder_27();\r
-  public int GetHiddenAxisBorder()\r
-    { return GetHiddenAxisBorder_27(); }\r
-\r
-  private native void SetForceAxesToBounds_28(boolean id0);\r
-  public void SetForceAxesToBounds(boolean id0)\r
-    { SetForceAxesToBounds_28(id0); }\r
-\r
-  private native boolean GetForceAxesToBounds_29();\r
-  public boolean GetForceAxesToBounds()\r
-    { return GetForceAxesToBounds_29(); }\r
-\r
-  private native void ForceAxesToBoundsOn_30();\r
-  public void ForceAxesToBoundsOn()\r
-    { ForceAxesToBoundsOn_30(); }\r
-\r
-  private native void ForceAxesToBoundsOff_31();\r
-  public void ForceAxesToBoundsOff()\r
-    { ForceAxesToBoundsOff_31(); }\r
-\r
-  private native void SetBarWidthFraction_32(double id0);\r
-  public void SetBarWidthFraction(double id0)\r
-    { SetBarWidthFraction_32(id0); }\r
-\r
-  private native double GetBarWidthFraction_33();\r
-  public double GetBarWidthFraction()\r
-    { return GetBarWidthFraction_33(); }\r
-\r
-  public vtkChartXY() { super(); }\r
-\r
-  public vtkChartXY(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// 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();
+
+}