]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkAxesTransformRepresentation.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkAxesTransformRepresentation.java
index 4363afcff56cb8230596455dfed5fa5da37593a7..75fd83eb60bf2f5d65751ca53fe1054806973564 100644 (file)
-// java wrapper for vtkAxesTransformRepresentation object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkAxesTransformRepresentation extends vtkWidgetRepresentation\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 long GetOriginRepresentation_2();\r
-  public vtkHandleRepresentation GetOriginRepresentation() {\r
-    long temp = GetOriginRepresentation_2();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkHandleRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetSelectionRepresentation_3();\r
-  public vtkHandleRepresentation GetSelectionRepresentation() {\r
-    long temp = GetSelectionRepresentation_3();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkHandleRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void GetOriginWorldPosition_4(double id0[]);\r
-  public void GetOriginWorldPosition(double id0[])\r
-    { GetOriginWorldPosition_4(id0); }\r
-\r
-  private native void SetOriginWorldPosition_5(double id0[]);\r
-  public void SetOriginWorldPosition(double id0[])\r
-    { SetOriginWorldPosition_5(id0); }\r
-\r
-  private native void SetOriginDisplayPosition_6(double id0[]);\r
-  public void SetOriginDisplayPosition(double id0[])\r
-    { SetOriginDisplayPosition_6(id0); }\r
-\r
-  private native void GetOriginDisplayPosition_7(double id0[]);\r
-  public void GetOriginDisplayPosition(double id0[])\r
-    { GetOriginDisplayPosition_7(id0); }\r
-\r
-  private native void SetTolerance_8(int id0);\r
-  public void SetTolerance(int id0)\r
-    { SetTolerance_8(id0); }\r
-\r
-  private native int GetToleranceMinValue_9();\r
-  public int GetToleranceMinValue()\r
-    { return GetToleranceMinValue_9(); }\r
-\r
-  private native int GetToleranceMaxValue_10();\r
-  public int GetToleranceMaxValue()\r
-    { return GetToleranceMaxValue_10(); }\r
-\r
-  private native int GetTolerance_11();\r
-  public int GetTolerance()\r
-    { return GetTolerance_11(); }\r
-\r
-  private native void SetLabelFormat_12(String id0);\r
-  public void SetLabelFormat(String id0)\r
-    { SetLabelFormat_12(id0); }\r
-\r
-  private native String GetLabelFormat_13();\r
-  public String GetLabelFormat()\r
-    { return GetLabelFormat_13(); }\r
-\r
-  private native void SetInteractionState_14(int id0);\r
-  public void SetInteractionState(int id0)\r
-    { SetInteractionState_14(id0); }\r
-\r
-  private native int GetInteractionStateMinValue_15();\r
-  public int GetInteractionStateMinValue()\r
-    { return GetInteractionStateMinValue_15(); }\r
-\r
-  private native int GetInteractionStateMaxValue_16();\r
-  public int GetInteractionStateMaxValue()\r
-    { return GetInteractionStateMaxValue_16(); }\r
-\r
-  private native void BuildRepresentation_17();\r
-  public void BuildRepresentation()\r
-    { BuildRepresentation_17(); }\r
-\r
-  private native int ComputeInteractionState_18(int id0,int id1,int id2);\r
-  public int ComputeInteractionState(int id0,int id1,int id2)\r
-    { return ComputeInteractionState_18(id0,id1,id2); }\r
-\r
-  private native void StartWidgetInteraction_19(double id0[]);\r
-  public void StartWidgetInteraction(double id0[])\r
-    { StartWidgetInteraction_19(id0); }\r
-\r
-  private native void WidgetInteraction_20(double id0[]);\r
-  public void WidgetInteraction(double id0[])\r
-    { WidgetInteraction_20(id0); }\r
-\r
-  private native void ReleaseGraphicsResources_21(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_21(id0); }\r
-\r
-  private native int RenderOpaqueGeometry_22(vtkViewport id0);\r
-  public int RenderOpaqueGeometry(vtkViewport id0)\r
-    { return RenderOpaqueGeometry_22(id0); }\r
-\r
-  private native int RenderTranslucentPolygonalGeometry_23(vtkViewport id0);\r
-  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
-    { return RenderTranslucentPolygonalGeometry_23(id0); }\r
-\r
-  private native void SetLabelScale_24(double id0,double id1,double id2);\r
-  public void SetLabelScale(double id0,double id1,double id2)\r
-    { SetLabelScale_24(id0,id1,id2); }\r
-\r
-  private native void SetLabelScale_25(double id0[]);\r
-  public void SetLabelScale(double id0[])\r
-    { SetLabelScale_25(id0); }\r
-\r
-  private native long GetLabelProperty_26();\r
-  public vtkProperty GetLabelProperty() {\r
-    long temp = GetLabelProperty_26();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  public vtkAxesTransformRepresentation() { super(); }\r
-\r
-  public vtkAxesTransformRepresentation(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkAxesTransformRepresentation object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkAxesTransformRepresentation extends vtkWidgetRepresentation
+{
+
+  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 long GetOriginRepresentation_2();
+  public vtkHandleRepresentation GetOriginRepresentation() {
+    long temp = GetOriginRepresentation_2();
+
+    if (temp == 0) return null;
+    return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetSelectionRepresentation_3();
+  public vtkHandleRepresentation GetSelectionRepresentation() {
+    long temp = GetSelectionRepresentation_3();
+
+    if (temp == 0) return null;
+    return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void GetOriginWorldPosition_4(double id0[]);
+  public void GetOriginWorldPosition(double id0[])
+    { GetOriginWorldPosition_4(id0); }
+
+  private native void SetOriginWorldPosition_5(double id0[]);
+  public void SetOriginWorldPosition(double id0[])
+    { SetOriginWorldPosition_5(id0); }
+
+  private native void SetOriginDisplayPosition_6(double id0[]);
+  public void SetOriginDisplayPosition(double id0[])
+    { SetOriginDisplayPosition_6(id0); }
+
+  private native void GetOriginDisplayPosition_7(double id0[]);
+  public void GetOriginDisplayPosition(double id0[])
+    { GetOriginDisplayPosition_7(id0); }
+
+  private native void SetTolerance_8(int id0);
+  public void SetTolerance(int id0)
+    { SetTolerance_8(id0); }
+
+  private native int GetToleranceMinValue_9();
+  public int GetToleranceMinValue()
+    { return GetToleranceMinValue_9(); }
+
+  private native int GetToleranceMaxValue_10();
+  public int GetToleranceMaxValue()
+    { return GetToleranceMaxValue_10(); }
+
+  private native int GetTolerance_11();
+  public int GetTolerance()
+    { return GetTolerance_11(); }
+
+  private native void SetLabelFormat_12(String id0);
+  public void SetLabelFormat(String id0)
+    { SetLabelFormat_12(id0); }
+
+  private native String GetLabelFormat_13();
+  public String GetLabelFormat()
+    { return GetLabelFormat_13(); }
+
+  private native void SetInteractionState_14(int id0);
+  public void SetInteractionState(int id0)
+    { SetInteractionState_14(id0); }
+
+  private native int GetInteractionStateMinValue_15();
+  public int GetInteractionStateMinValue()
+    { return GetInteractionStateMinValue_15(); }
+
+  private native int GetInteractionStateMaxValue_16();
+  public int GetInteractionStateMaxValue()
+    { return GetInteractionStateMaxValue_16(); }
+
+  private native void BuildRepresentation_17();
+  public void BuildRepresentation()
+    { BuildRepresentation_17(); }
+
+  private native int ComputeInteractionState_18(int id0,int id1,int id2);
+  public int ComputeInteractionState(int id0,int id1,int id2)
+    { return ComputeInteractionState_18(id0,id1,id2); }
+
+  private native void StartWidgetInteraction_19(double id0[]);
+  public void StartWidgetInteraction(double id0[])
+    { StartWidgetInteraction_19(id0); }
+
+  private native void WidgetInteraction_20(double id0[]);
+  public void WidgetInteraction(double id0[])
+    { WidgetInteraction_20(id0); }
+
+  private native void ReleaseGraphicsResources_21(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_21(id0); }
+
+  private native int RenderOpaqueGeometry_22(vtkViewport id0);
+  public int RenderOpaqueGeometry(vtkViewport id0)
+    { return RenderOpaqueGeometry_22(id0); }
+
+  private native int RenderTranslucentPolygonalGeometry_23(vtkViewport id0);
+  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
+    { return RenderTranslucentPolygonalGeometry_23(id0); }
+
+  private native void SetLabelScale_24(double id0,double id1,double id2);
+  public void SetLabelScale(double id0,double id1,double id2)
+    { SetLabelScale_24(id0,id1,id2); }
+
+  private native void SetLabelScale_25(double id0[]);
+  public void SetLabelScale(double id0[])
+    { SetLabelScale_25(id0); }
+
+  private native long GetLabelProperty_26();
+  public vtkProperty GetLabelProperty() {
+    long temp = GetLabelProperty_26();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  public vtkAxesTransformRepresentation() { super(); }
+
+  public vtkAxesTransformRepresentation(long id) { super(id); }
+  public native long   VTKInit();
+
+}