X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkAxesTransformWidget.java;h=aea33d7629547d3f48490a3609e4aa77ded1dd15;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=1cd424b8979b13d01e9765e3b8c13b507cfb4406;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkAxesTransformWidget.java b/vtk/src/vtk/vtkAxesTransformWidget.java index 1cd424b8..aea33d76 100644 --- a/vtk/src/vtk/vtkAxesTransformWidget.java +++ b/vtk/src/vtk/vtkAxesTransformWidget.java @@ -1,47 +1,47 @@ -// java wrapper for vtkAxesTransformWidget object -// - -package vtk; -import vtk.*; - -public class vtkAxesTransformWidget extends vtkAbstractWidget -{ - - 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 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)vtkObject.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(); - -} +// 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(); + +}