]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkControlPointsItem.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkControlPointsItem.java
index 9c4472bf436367912641f2000c6def690da549e7..5838618ca8a850d6b3b8943adfc066b024889160 100644 (file)
-// java wrapper for vtkControlPointsItem object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkControlPointsItem extends vtkPlot\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 GetBounds_2(double id0[]);\r
-  public void GetBounds(double id0[])\r
-    { GetBounds_2(id0); }\r
-\r
-  private native void SetUserBounds_3(double id0,double id1,double id2,double id3);\r
-  public void SetUserBounds(double id0,double id1,double id2,double id3)\r
-    { SetUserBounds_3(id0,id1,id2,id3); }\r
-\r
-  private native void SetUserBounds_4(double id0[]);\r
-  public void SetUserBounds(double id0[])\r
-    { SetUserBounds_4(id0); }\r
-\r
-  private native double[] GetUserBounds_5();\r
-  public double[] GetUserBounds()\r
-    { return GetUserBounds_5(); }\r
-\r
-  private native void SetValidBounds_6(double id0,double id1,double id2,double id3);\r
-  public void SetValidBounds(double id0,double id1,double id2,double id3)\r
-    { SetValidBounds_6(id0,id1,id2,id3); }\r
-\r
-  private native void SetValidBounds_7(double id0[]);\r
-  public void SetValidBounds(double id0[])\r
-    { SetValidBounds_7(id0); }\r
-\r
-  private native double[] GetValidBounds_8();\r
-  public double[] GetValidBounds()\r
-    { return GetValidBounds_8(); }\r
-\r
-  private native double GetScreenPointRadius_9();\r
-  public double GetScreenPointRadius()\r
-    { return GetScreenPointRadius_9(); }\r
-\r
-  private native void SetScreenPointRadius_10(double id0);\r
-  public void SetScreenPointRadius(double id0)\r
-    { SetScreenPointRadius_10(id0); }\r
-\r
-  private native boolean Paint_11(vtkContext2D id0);\r
-  public boolean Paint(vtkContext2D id0)\r
-    { return Paint_11(id0); }\r
-\r
-  private native void SelectPoint_12(int id0);\r
-  public void SelectPoint(int id0)\r
-    { SelectPoint_12(id0); }\r
-\r
-  private native void SelectAllPoints_13();\r
-  public void SelectAllPoints()\r
-    { SelectAllPoints_13(); }\r
-\r
-  private native void DeselectPoint_14(int id0);\r
-  public void DeselectPoint(int id0)\r
-    { DeselectPoint_14(id0); }\r
-\r
-  private native void DeselectAllPoints_15();\r
-  public void DeselectAllPoints()\r
-    { DeselectAllPoints_15(); }\r
-\r
-  private native void ToggleSelectPoint_16(int id0);\r
-  public void ToggleSelectPoint(int id0)\r
-    { ToggleSelectPoint_16(id0); }\r
-\r
-  private native int GetNumberOfSelectedPoints_17();\r
-  public int GetNumberOfSelectedPoints()\r
-    { return GetNumberOfSelectedPoints_17(); }\r
-\r
-  private native long GetControlPointsIds_18();\r
-  public vtkIdTypeArray GetControlPointsIds() {\r
-    long temp = GetControlPointsIds_18();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkIdTypeArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetControlPointsIds_19(boolean id0);\r
-  public vtkIdTypeArray GetControlPointsIds(boolean id0) {\r
-    long temp = GetControlPointsIds_19(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkIdTypeArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native boolean GetStrokeMode_20();\r
-  public boolean GetStrokeMode()\r
-    { return GetStrokeMode_20(); }\r
-\r
-  private native void SetSwitchPointsMode_21(boolean id0);\r
-  public void SetSwitchPointsMode(boolean id0)\r
-    { SetSwitchPointsMode_21(id0); }\r
-\r
-  private native boolean GetSwitchPointsMode_22();\r
-  public boolean GetSwitchPointsMode()\r
-    { return GetSwitchPointsMode_22(); }\r
-\r
-  private native void SetEndPointsXMovable_23(boolean id0);\r
-  public void SetEndPointsXMovable(boolean id0)\r
-    { SetEndPointsXMovable_23(id0); }\r
-\r
-  private native boolean GetEndPointsXMovable_24();\r
-  public boolean GetEndPointsXMovable()\r
-    { return GetEndPointsXMovable_24(); }\r
-\r
-  private native void SetEndPointsYMovable_25(boolean id0);\r
-  public void SetEndPointsYMovable(boolean id0)\r
-    { SetEndPointsYMovable_25(id0); }\r
-\r
-  private native boolean GetEndPointsYMovable_26();\r
-  public boolean GetEndPointsYMovable()\r
-    { return GetEndPointsYMovable_26(); }\r
-\r
-  private native boolean GetEndPointsMovable_27();\r
-  public boolean GetEndPointsMovable()\r
-    { return GetEndPointsMovable_27(); }\r
-\r
-  private native void SetEndPointsRemovable_28(boolean id0);\r
-  public void SetEndPointsRemovable(boolean id0)\r
-    { SetEndPointsRemovable_28(id0); }\r
-\r
-  private native boolean GetEndPointsRemovable_29();\r
-  public boolean GetEndPointsRemovable()\r
-    { return GetEndPointsRemovable_29(); }\r
-\r
-  private native int RemovePoint_30(int id0);\r
-  public int RemovePoint(int id0)\r
-    { return RemovePoint_30(id0); }\r
-\r
-  private native void RemoveCurrentPoint_31();\r
-  public void RemoveCurrentPoint()\r
-    { RemoveCurrentPoint_31(); }\r
-\r
-  private native int GetNumberOfPoints_32();\r
-  public int GetNumberOfPoints()\r
-    { return GetNumberOfPoints_32(); }\r
-\r
-  private native void SpreadPoints_33(double id0,vtkIdTypeArray id1);\r
-  public void SpreadPoints(double id0,vtkIdTypeArray id1)\r
-    { SpreadPoints_33(id0,id1); }\r
-\r
-  private native void SpreadPoints_34(double id0,boolean id1);\r
-  public void SpreadPoints(double id0,boolean id1)\r
-    { SpreadPoints_34(id0,id1); }\r
-\r
-  private native int GetCurrentPoint_35();\r
-  public int GetCurrentPoint()\r
-    { return GetCurrentPoint_35(); }\r
-\r
-  private native void SetCurrentPoint_36(int id0);\r
-  public void SetCurrentPoint(int id0)\r
-    { SetCurrentPoint_36(id0); }\r
-\r
-  private native long GetSelectedPointPen_37();\r
-  public vtkPen GetSelectedPointPen() {\r
-    long temp = GetSelectedPointPen_37();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPen)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetSelectedPointBrush_38();\r
-  public vtkBrush GetSelectedPointBrush() {\r
-    long temp = GetSelectedPointBrush_38();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkBrush)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void ResetBounds_39();\r
-  public void ResetBounds()\r
-    { ResetBounds_39(); }\r
-\r
-  public vtkControlPointsItem() { super(); }\r
-\r
-  public vtkControlPointsItem(long id) { super(id); }\r
-\r
-}\r
+// java wrapper for vtkControlPointsItem object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkControlPointsItem extends vtkPlot
+{
+
+  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 GetBounds_2(double id0[]);
+  public void GetBounds(double id0[])
+    { GetBounds_2(id0); }
+
+  private native void SetUserBounds_3(double id0,double id1,double id2,double id3);
+  public void SetUserBounds(double id0,double id1,double id2,double id3)
+    { SetUserBounds_3(id0,id1,id2,id3); }
+
+  private native void SetUserBounds_4(double id0[]);
+  public void SetUserBounds(double id0[])
+    { SetUserBounds_4(id0); }
+
+  private native double[] GetUserBounds_5();
+  public double[] GetUserBounds()
+    { return GetUserBounds_5(); }
+
+  private native void SetValidBounds_6(double id0,double id1,double id2,double id3);
+  public void SetValidBounds(double id0,double id1,double id2,double id3)
+    { SetValidBounds_6(id0,id1,id2,id3); }
+
+  private native void SetValidBounds_7(double id0[]);
+  public void SetValidBounds(double id0[])
+    { SetValidBounds_7(id0); }
+
+  private native double[] GetValidBounds_8();
+  public double[] GetValidBounds()
+    { return GetValidBounds_8(); }
+
+  private native double GetScreenPointRadius_9();
+  public double GetScreenPointRadius()
+    { return GetScreenPointRadius_9(); }
+
+  private native void SetScreenPointRadius_10(double id0);
+  public void SetScreenPointRadius(double id0)
+    { SetScreenPointRadius_10(id0); }
+
+  private native boolean Paint_11(vtkContext2D id0);
+  public boolean Paint(vtkContext2D id0)
+    { return Paint_11(id0); }
+
+  private native void SelectPoint_12(int id0);
+  public void SelectPoint(int id0)
+    { SelectPoint_12(id0); }
+
+  private native void SelectAllPoints_13();
+  public void SelectAllPoints()
+    { SelectAllPoints_13(); }
+
+  private native void DeselectPoint_14(int id0);
+  public void DeselectPoint(int id0)
+    { DeselectPoint_14(id0); }
+
+  private native void DeselectAllPoints_15();
+  public void DeselectAllPoints()
+    { DeselectAllPoints_15(); }
+
+  private native void ToggleSelectPoint_16(int id0);
+  public void ToggleSelectPoint(int id0)
+    { ToggleSelectPoint_16(id0); }
+
+  private native int GetNumberOfSelectedPoints_17();
+  public int GetNumberOfSelectedPoints()
+    { return GetNumberOfSelectedPoints_17(); }
+
+  private native void GetControlPointsIds_18(vtkIdTypeArray id0,boolean id1);
+  public void GetControlPointsIds(vtkIdTypeArray id0,boolean id1)
+    { GetControlPointsIds_18(id0,id1); }
+
+  private native boolean GetStrokeMode_19();
+  public boolean GetStrokeMode()
+    { return GetStrokeMode_19(); }
+
+  private native void SetSwitchPointsMode_20(boolean id0);
+  public void SetSwitchPointsMode(boolean id0)
+    { SetSwitchPointsMode_20(id0); }
+
+  private native boolean GetSwitchPointsMode_21();
+  public boolean GetSwitchPointsMode()
+    { return GetSwitchPointsMode_21(); }
+
+  private native void SetEndPointsXMovable_22(boolean id0);
+  public void SetEndPointsXMovable(boolean id0)
+    { SetEndPointsXMovable_22(id0); }
+
+  private native boolean GetEndPointsXMovable_23();
+  public boolean GetEndPointsXMovable()
+    { return GetEndPointsXMovable_23(); }
+
+  private native void SetEndPointsYMovable_24(boolean id0);
+  public void SetEndPointsYMovable(boolean id0)
+    { SetEndPointsYMovable_24(id0); }
+
+  private native boolean GetEndPointsYMovable_25();
+  public boolean GetEndPointsYMovable()
+    { return GetEndPointsYMovable_25(); }
+
+  private native boolean GetEndPointsMovable_26();
+  public boolean GetEndPointsMovable()
+    { return GetEndPointsMovable_26(); }
+
+  private native void SetEndPointsRemovable_27(boolean id0);
+  public void SetEndPointsRemovable(boolean id0)
+    { SetEndPointsRemovable_27(id0); }
+
+  private native boolean GetEndPointsRemovable_28();
+  public boolean GetEndPointsRemovable()
+    { return GetEndPointsRemovable_28(); }
+
+  private native void SetShowLabels_29(boolean id0);
+  public void SetShowLabels(boolean id0)
+    { SetShowLabels_29(id0); }
+
+  private native boolean GetShowLabels_30();
+  public boolean GetShowLabels()
+    { return GetShowLabels_30(); }
+
+  private native void SetLabelFormat_31(String id0);
+  public void SetLabelFormat(String id0)
+    { SetLabelFormat_31(id0); }
+
+  private native String GetLabelFormat_32();
+  public String GetLabelFormat()
+    { return GetLabelFormat_32(); }
+
+  private native int RemovePoint_33(int id0);
+  public int RemovePoint(int id0)
+    { return RemovePoint_33(id0); }
+
+  private native void RemoveCurrentPoint_34();
+  public void RemoveCurrentPoint()
+    { RemoveCurrentPoint_34(); }
+
+  private native int GetNumberOfPoints_35();
+  public int GetNumberOfPoints()
+    { return GetNumberOfPoints_35(); }
+
+  private native void SpreadPoints_36(double id0,vtkIdTypeArray id1);
+  public void SpreadPoints(double id0,vtkIdTypeArray id1)
+    { SpreadPoints_36(id0,id1); }
+
+  private native void SpreadPoints_37(double id0,boolean id1);
+  public void SpreadPoints(double id0,boolean id1)
+    { SpreadPoints_37(id0,id1); }
+
+  private native int GetCurrentPoint_38();
+  public int GetCurrentPoint()
+    { return GetCurrentPoint_38(); }
+
+  private native void SetCurrentPoint_39(int id0);
+  public void SetCurrentPoint(int id0)
+    { SetCurrentPoint_39(id0); }
+
+  private native long GetSelectedPointPen_40();
+  public vtkPen GetSelectedPointPen() {
+    long temp = GetSelectedPointPen_40();
+
+    if (temp == 0) return null;
+    return (vtkPen)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetSelectedPointBrush_41();
+  public vtkBrush GetSelectedPointBrush() {
+    long temp = GetSelectedPointBrush_41();
+
+    if (temp == 0) return null;
+    return (vtkBrush)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void ResetBounds_42();
+  public void ResetBounds()
+    { ResetBounds_42(); }
+
+  public vtkControlPointsItem() { super(); }
+
+  public vtkControlPointsItem(long id) { super(id); }
+
+}