X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=vtk%2Fsrc%2Fvtk%2FvtkVectorText.java;h=97ff2390cffb67a1101a14d02e9259bc021ec53c;hb=d6f0b4f3b905f0882d9500d14aeeba8cb53aebeb;hp=dfcd5cf62bbf8c623d6dc2c4f071b0e59a5760a4;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkVectorText.java b/vtk/src/vtk/vtkVectorText.java index dfcd5cf6..97ff2390 100644 --- a/vtk/src/vtk/vtkVectorText.java +++ b/vtk/src/vtk/vtkVectorText.java @@ -1,31 +1,31 @@ -// java wrapper for vtkVectorText object -// - -package vtk; -import vtk.*; - -public class vtkVectorText extends vtkPolyDataAlgorithm -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - private native int IsA_1(String id0); - public int IsA(String id0) - { return IsA_1(id0); } - - private native void SetText_2(String id0); - public void SetText(String id0) - { SetText_2(id0); } - - private native String GetText_3(); - public String GetText() - { return GetText_3(); } - - public vtkVectorText() { super(); } - - public vtkVectorText(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkVectorText object +// + +package vtk; +import vtk.*; + +public class vtkVectorText extends vtkPolyDataAlgorithm +{ + + 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 SetText_2(String id0); + public void SetText(String id0) + { SetText_2(id0); } + + private native String GetText_3(); + public String GetText() + { return GetText_3(); } + + public vtkVectorText() { super(); } + + public vtkVectorText(long id) { super(id); } + public native long VTKInit(); + +}