X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkAngleWidget.java;h=39b9441823be0d7f69eaa99689e005dcfad6af6f;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=a9c49f03cdb10e21ebb2933715ee35e946e95ef9;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkAngleWidget.java b/vtk/src/vtk/vtkAngleWidget.java index a9c49f03..39b94418 100644 --- a/vtk/src/vtk/vtkAngleWidget.java +++ b/vtk/src/vtk/vtkAngleWidget.java @@ -1,63 +1,63 @@ -// java wrapper for vtkAngleWidget object -// - -package vtk; -import vtk.*; - -public class vtkAngleWidget 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(vtkAngleRepresentation id0); - public void SetRepresentation(vtkAngleRepresentation id0) - { SetRepresentation_3(id0); } - - private native void CreateDefaultRepresentation_4(); - public void CreateDefaultRepresentation() - { CreateDefaultRepresentation_4(); } - - private native long GetAngleRepresentation_5(); - public vtkAngleRepresentation GetAngleRepresentation() { - long temp = GetAngleRepresentation_5(); - - if (temp == 0) return null; - return (vtkAngleRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int IsAngleValid_6(); - public int IsAngleValid() - { return IsAngleValid_6(); } - - private native void SetProcessEvents_7(int id0); - public void SetProcessEvents(int id0) - { SetProcessEvents_7(id0); } - - private native void SetWidgetStateToStart_8(); - public void SetWidgetStateToStart() - { SetWidgetStateToStart_8(); } - - private native void SetWidgetStateToManipulate_9(); - public void SetWidgetStateToManipulate() - { SetWidgetStateToManipulate_9(); } - - private native int GetWidgetState_10(); - public int GetWidgetState() - { return GetWidgetState_10(); } - - public vtkAngleWidget() { super(); } - - public vtkAngleWidget(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkAngleWidget object +// + +package vtk; +import vtk.*; + +public class vtkAngleWidget 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(vtkAngleRepresentation id0); + public void SetRepresentation(vtkAngleRepresentation id0) + { SetRepresentation_3(id0); } + + private native void CreateDefaultRepresentation_4(); + public void CreateDefaultRepresentation() + { CreateDefaultRepresentation_4(); } + + private native long GetAngleRepresentation_5(); + public vtkAngleRepresentation GetAngleRepresentation() { + long temp = GetAngleRepresentation_5(); + + if (temp == 0) return null; + return (vtkAngleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int IsAngleValid_6(); + public int IsAngleValid() + { return IsAngleValid_6(); } + + private native void SetProcessEvents_7(int id0); + public void SetProcessEvents(int id0) + { SetProcessEvents_7(id0); } + + private native void SetWidgetStateToStart_8(); + public void SetWidgetStateToStart() + { SetWidgetStateToStart_8(); } + + private native void SetWidgetStateToManipulate_9(); + public void SetWidgetStateToManipulate() + { SetWidgetStateToManipulate_9(); } + + private native int GetWidgetState_10(); + public int GetWidgetState() + { return GetWidgetState_10(); } + + public vtkAngleWidget() { super(); } + + public vtkAngleWidget(long id) { super(id); } + public native long VTKInit(); + +}