]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkAxesTransformWidget.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkAxesTransformWidget.java
index 1cd424b8979b13d01e9765e3b8c13b507cfb4406..aea33d7629547d3f48490a3609e4aa77ded1dd15 100644 (file)
@@ -1,47 +1,47 @@
-// java wrapper for vtkAxesTransformWidget object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkAxesTransformWidget extends vtkAbstractWidget\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 SetEnabled_2(int id0);\r
-  public void SetEnabled(int id0)\r
-    { SetEnabled_2(id0); }\r
-\r
-  private native void SetRepresentation_3(vtkAxesTransformRepresentation id0);\r
-  public void SetRepresentation(vtkAxesTransformRepresentation id0)\r
-    { SetRepresentation_3(id0); }\r
-\r
-  private native long GetLineRepresentation_4();\r
-  public vtkAxesTransformRepresentation GetLineRepresentation() {\r
-    long temp = GetLineRepresentation_4();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkAxesTransformRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void CreateDefaultRepresentation_5();\r
-  public void CreateDefaultRepresentation()\r
-    { CreateDefaultRepresentation_5(); }\r
-\r
-  private native void SetProcessEvents_6(int id0);\r
-  public void SetProcessEvents(int id0)\r
-    { SetProcessEvents_6(id0); }\r
-\r
-  public vtkAxesTransformWidget() { super(); }\r
-\r
-  public vtkAxesTransformWidget(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkAxesTransformWidget object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkAxesTransformWidget extends vtkAbstractWidget
+{
+
+  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 SetEnabled_2(int id0);
+  public void SetEnabled(int id0)
+    { SetEnabled_2(id0); }
+
+  private native void SetRepresentation_3(vtkAxesTransformRepresentation id0);
+  public void SetRepresentation(vtkAxesTransformRepresentation id0)
+    { SetRepresentation_3(id0); }
+
+  private native long GetLineRepresentation_4();
+  public vtkAxesTransformRepresentation GetLineRepresentation() {
+    long temp = GetLineRepresentation_4();
+
+    if (temp == 0) return null;
+    return (vtkAxesTransformRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void CreateDefaultRepresentation_5();
+  public void CreateDefaultRepresentation()
+    { CreateDefaultRepresentation_5(); }
+
+  private native void SetProcessEvents_6(int id0);
+  public void SetProcessEvents(int id0)
+    { SetProcessEvents_6(id0); }
+
+  public vtkAxesTransformWidget() { super(); }
+
+  public vtkAxesTransformWidget(long id) { super(id); }
+  public native long   VTKInit();
+
+}