X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkTDxInteractorStyle.java;h=9577a937ad1dcd9963352256729dccdcb5c5a42b;hb=refs%2Fchanges%2F26%2F4126%2F1;hp=bc942606950507fbe18bb39608bd43a0f7d8c9f0;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkTDxInteractorStyle.java b/vtk/src/vtk/vtkTDxInteractorStyle.java index bc942606..9577a937 100644 --- a/vtk/src/vtk/vtkTDxInteractorStyle.java +++ b/vtk/src/vtk/vtkTDxInteractorStyle.java @@ -1,42 +1,42 @@ -// java wrapper for vtkTDxInteractorStyle object -// - -package vtk; -import vtk.*; - -public class vtkTDxInteractorStyle extends vtkObject -{ - - 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 OnButtonPressedEvent_2(int id0); - public void OnButtonPressedEvent(int id0) - { OnButtonPressedEvent_2(id0); } - - private native void OnButtonReleasedEvent_3(int id0); - public void OnButtonReleasedEvent(int id0) - { OnButtonReleasedEvent_3(id0); } - - private native long GetSettings_4(); - public vtkTDxInteractorStyleSettings GetSettings() { - long temp = GetSettings_4(); - - if (temp == 0) return null; - return (vtkTDxInteractorStyleSettings)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetSettings_5(vtkTDxInteractorStyleSettings id0); - public void SetSettings(vtkTDxInteractorStyleSettings id0) - { SetSettings_5(id0); } - - public vtkTDxInteractorStyle() { super(); } - - public vtkTDxInteractorStyle(long id) { super(id); } - -} +// java wrapper for vtkTDxInteractorStyle object +// + +package vtk; +import vtk.*; + +public class vtkTDxInteractorStyle extends vtkObject +{ + + 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 OnButtonPressedEvent_2(int id0); + public void OnButtonPressedEvent(int id0) + { OnButtonPressedEvent_2(id0); } + + private native void OnButtonReleasedEvent_3(int id0); + public void OnButtonReleasedEvent(int id0) + { OnButtonReleasedEvent_3(id0); } + + private native long GetSettings_4(); + public vtkTDxInteractorStyleSettings GetSettings() { + long temp = GetSettings_4(); + + if (temp == 0) return null; + return (vtkTDxInteractorStyleSettings)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetSettings_5(vtkTDxInteractorStyleSettings id0); + public void SetSettings(vtkTDxInteractorStyleSettings id0) + { SetSettings_5(id0); } + + public vtkTDxInteractorStyle() { super(); } + + public vtkTDxInteractorStyle(long id) { super(id); } + +}