// java wrapper for vtkAbstractContextBufferId object // package vtk; import vtk.*; public class vtkAbstractContextBufferId 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 int GetWidth_2(); public int GetWidth() { return GetWidth_2(); } private native void SetWidth_3(int id0); public void SetWidth(int id0) { SetWidth_3(id0); } private native int GetHeight_4(); public int GetHeight() { return GetHeight_4(); } private native void SetHeight_5(int id0); public void SetHeight(int id0) { SetHeight_5(id0); } private native void SetContext_6(vtkRenderWindow id0); public void SetContext(vtkRenderWindow id0) { SetContext_6(id0); } private native long GetContext_7(); public vtkRenderWindow GetContext() { long temp = GetContext_7(); if (temp == 0) return null; return (vtkRenderWindow)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native boolean IsSupported_8(); public boolean IsSupported() { return IsSupported_8(); } private native void Allocate_9(); public void Allocate() { Allocate_9(); } private native boolean IsAllocated_10(); public boolean IsAllocated() { return IsAllocated_10(); } private native void SetValues_11(int id0,int id1); public void SetValues(int id0,int id1) { SetValues_11(id0,id1); } private native int GetPickedItem_12(int id0,int id1); public int GetPickedItem(int id0,int id1) { return GetPickedItem_12(id0,id1); } private native void ReleaseGraphicsResources_13(); public void ReleaseGraphicsResources() { ReleaseGraphicsResources_13(); } public vtkAbstractContextBufferId() { super(); } public vtkAbstractContextBufferId(long id) { super(id); } public native long VTKInit(); }