X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkAbstractContextItem.java;h=3083d9ce86c4e3908c32dccf0e2178b8bc69004f;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=21f954442b9e43c1e73420c9169d80f34fff3de4;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkAbstractContextItem.java b/vtk/src/vtk/vtkAbstractContextItem.java index 21f95444..3083d9ce 100644 --- a/vtk/src/vtk/vtkAbstractContextItem.java +++ b/vtk/src/vtk/vtkAbstractContextItem.java @@ -1,98 +1,126 @@ -// java wrapper for vtkAbstractContextItem object -// - -package vtk; -import vtk.*; - -public class vtkAbstractContextItem 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 Update_2(); - public void Update() - { Update_2(); } - - private native boolean Paint_3(vtkContext2D id0); - public boolean Paint(vtkContext2D id0) - { return Paint_3(id0); } - - private native boolean PaintChildren_4(vtkContext2D id0); - public boolean PaintChildren(vtkContext2D id0) - { return PaintChildren_4(id0); } - - private native void ReleaseGraphicsResources_5(); - public void ReleaseGraphicsResources() - { ReleaseGraphicsResources_5(); } - - private native int AddItem_6(vtkAbstractContextItem id0); - public int AddItem(vtkAbstractContextItem id0) - { return AddItem_6(id0); } - - private native boolean RemoveItem_7(vtkAbstractContextItem id0); - public boolean RemoveItem(vtkAbstractContextItem id0) - { return RemoveItem_7(id0); } - - private native boolean RemoveItem_8(int id0); - public boolean RemoveItem(int id0) - { return RemoveItem_8(id0); } - - private native long GetItem_9(int id0); - public vtkAbstractContextItem GetItem(int id0) { - long temp = GetItem_9(id0); - - if (temp == 0) return null; - return (vtkAbstractContextItem)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int GetNumberOfItems_10(); - public int GetNumberOfItems() - { return GetNumberOfItems_10(); } - - private native void ClearItems_11(); - public void ClearItems() - { ClearItems_11(); } - - private native void SetScene_12(vtkContextScene id0); - public void SetScene(vtkContextScene id0) - { SetScene_12(id0); } - - private native long GetScene_13(); - public vtkContextScene GetScene() { - long temp = GetScene_13(); - - if (temp == 0) return null; - return (vtkContextScene)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetParent_14(vtkAbstractContextItem id0); - public void SetParent(vtkAbstractContextItem id0) - { SetParent_14(id0); } - - private native long GetParent_15(); - public vtkAbstractContextItem GetParent() { - long temp = GetParent_15(); - - if (temp == 0) return null; - return (vtkAbstractContextItem)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native boolean GetVisible_16(); - public boolean GetVisible() - { return GetVisible_16(); } - - private native void SetVisible_17(boolean id0); - public void SetVisible(boolean id0) - { SetVisible_17(id0); } - - public vtkAbstractContextItem() { super(); } - - public vtkAbstractContextItem(long id) { super(id); } - -} +// java wrapper for vtkAbstractContextItem object +// + +package vtk; +import vtk.*; + +public class vtkAbstractContextItem 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 Update_2(); + public void Update() + { Update_2(); } + + private native boolean Paint_3(vtkContext2D id0); + public boolean Paint(vtkContext2D id0) + { return Paint_3(id0); } + + private native boolean PaintChildren_4(vtkContext2D id0); + public boolean PaintChildren(vtkContext2D id0) + { return PaintChildren_4(id0); } + + private native void ReleaseGraphicsResources_5(); + public void ReleaseGraphicsResources() + { ReleaseGraphicsResources_5(); } + + private native int AddItem_6(vtkAbstractContextItem id0); + public int AddItem(vtkAbstractContextItem id0) + { return AddItem_6(id0); } + + private native boolean RemoveItem_7(vtkAbstractContextItem id0); + public boolean RemoveItem(vtkAbstractContextItem id0) + { return RemoveItem_7(id0); } + + private native boolean RemoveItem_8(int id0); + public boolean RemoveItem(int id0) + { return RemoveItem_8(id0); } + + private native long GetItem_9(int id0); + public vtkAbstractContextItem GetItem(int id0) { + long temp = GetItem_9(id0); + + if (temp == 0) return null; + return (vtkAbstractContextItem)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int GetItemIndex_10(vtkAbstractContextItem id0); + public int GetItemIndex(vtkAbstractContextItem id0) + { return GetItemIndex_10(id0); } + + private native int GetNumberOfItems_11(); + public int GetNumberOfItems() + { return GetNumberOfItems_11(); } + + private native void ClearItems_12(); + public void ClearItems() + { ClearItems_12(); } + + private native int Raise_13(int id0); + public int Raise(int id0) + { return Raise_13(id0); } + + private native int StackAbove_14(int id0,int id1); + public int StackAbove(int id0,int id1) + { return StackAbove_14(id0,id1); } + + private native int Lower_15(int id0); + public int Lower(int id0) + { return Lower_15(id0); } + + private native int StackUnder_16(int id0,int id1); + public int StackUnder(int id0,int id1) + { return StackUnder_16(id0,id1); } + + private native void SetScene_17(vtkContextScene id0); + public void SetScene(vtkContextScene id0) + { SetScene_17(id0); } + + private native long GetScene_18(); + public vtkContextScene GetScene() { + long temp = GetScene_18(); + + if (temp == 0) return null; + return (vtkContextScene)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetParent_19(vtkAbstractContextItem id0); + public void SetParent(vtkAbstractContextItem id0) + { SetParent_19(id0); } + + private native long GetParent_20(); + public vtkAbstractContextItem GetParent() { + long temp = GetParent_20(); + + if (temp == 0) return null; + return (vtkAbstractContextItem)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native boolean GetVisible_21(); + public boolean GetVisible() + { return GetVisible_21(); } + + private native void SetVisible_22(boolean id0); + public void SetVisible(boolean id0) + { SetVisible_22(id0); } + + private native boolean GetInteractive_23(); + public boolean GetInteractive() + { return GetInteractive_23(); } + + private native void SetInteractive_24(boolean id0); + public void SetInteractive(boolean id0) + { SetInteractive_24(id0); } + + public vtkAbstractContextItem() { super(); } + + public vtkAbstractContextItem(long id) { super(id); } + +}