// java wrapper for vtkEvent object // package vtk; import vtk.*; public class vtkEvent 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 SetEventId_2(int id0); public void SetEventId(int id0) { SetEventId_2(id0); } private native int GetEventId_3(); public int GetEventId() { return GetEventId_3(); } private native void SetModifier_4(int id0); public void SetModifier(int id0) { SetModifier_4(id0); } private native int GetModifier_5(); public int GetModifier() { return GetModifier_5(); } private native void SetKeyCode_6(char id0); public void SetKeyCode(char id0) { SetKeyCode_6(id0); } private native char GetKeyCode_7(); public char GetKeyCode() { return GetKeyCode_7(); } private native void SetRepeatCount_8(int id0); public void SetRepeatCount(int id0) { SetRepeatCount_8(id0); } private native int GetRepeatCount_9(); public int GetRepeatCount() { return GetRepeatCount_9(); } private native void SetKeySym_10(String id0); public void SetKeySym(String id0) { SetKeySym_10(id0); } private native String GetKeySym_11(); public String GetKeySym() { return GetKeySym_11(); } private native int GetModifier_12(vtkRenderWindowInteractor id0); public int GetModifier(vtkRenderWindowInteractor id0) { return GetModifier_12(id0); } public vtkEvent() { super(); } public vtkEvent(long id) { super(id); } public native long VTKInit(); }