]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkPlotLine.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkPlotLine.java
index f8bb4296653f3da76c75b79556bd5ecf87be3e6d..80a78887169903f570c7cf42c46c5a0ded9d1f2f 100644 (file)
@@ -1,27 +1,43 @@
-// java wrapper for vtkPlotLine object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkPlotLine extends vtkPlotPoints\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 boolean Paint_2(vtkContext2D id0);\r
-  public boolean Paint(vtkContext2D id0)\r
-    { return Paint_2(id0); }\r
-\r
-  public vtkPlotLine() { super(); }\r
-\r
-  public vtkPlotLine(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkPlotLine object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkPlotLine extends vtkPlotPoints
+{
+
+  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 boolean Paint_2(vtkContext2D id0);
+  public boolean Paint(vtkContext2D id0)
+    { return Paint_2(id0); }
+
+  private native void SetPolyLine_3(boolean id0);
+  public void SetPolyLine(boolean id0)
+    { SetPolyLine_3(id0); }
+
+  private native boolean GetPolyLine_4();
+  public boolean GetPolyLine()
+    { return GetPolyLine_4(); }
+
+  private native void PolyLineOn_5();
+  public void PolyLineOn()
+    { PolyLineOn_5(); }
+
+  private native void PolyLineOff_6();
+  public void PolyLineOff()
+    { PolyLineOff_6(); }
+
+  public vtkPlotLine() { super(); }
+
+  public vtkPlotLine(long id) { super(id); }
+  public native long   VTKInit();
+
+}