// java wrapper for vtkWin32VideoSource object // package vtk; import vtk.*; public class vtkWin32VideoSource extends vtkVideoSource { 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 Record_2(); public void Record() { Record_2(); } private native void Play_3(); public void Play() { Play_3(); } private native void Stop_4(); public void Stop() { Stop_4(); } private native void Grab_5(); public void Grab() { Grab_5(); } private native void SetFrameSize_6(int id0,int id1,int id2); public void SetFrameSize(int id0,int id1,int id2) { SetFrameSize_6(id0,id1,id2); } private native void SetFrameSize_7(int id0[]); public void SetFrameSize(int id0[]) { SetFrameSize_7(id0); } private native void SetFrameRate_8(double id0); public void SetFrameRate(double id0) { SetFrameRate_8(id0); } private native void SetOutputFormat_9(int id0); public void SetOutputFormat(int id0) { SetOutputFormat_9(id0); } private native void SetPreview_10(int id0); public void SetPreview(int id0) { SetPreview_10(id0); } private native void PreviewOn_11(); public void PreviewOn() { PreviewOn_11(); } private native void PreviewOff_12(); public void PreviewOff() { PreviewOff_12(); } private native int GetPreview_13(); public int GetPreview() { return GetPreview_13(); } private native void VideoFormatDialog_14(); public void VideoFormatDialog() { VideoFormatDialog_14(); } private native void VideoSourceDialog_15(); public void VideoSourceDialog() { VideoSourceDialog_15(); } private native void Initialize_16(); public void Initialize() { Initialize_16(); } private native void ReleaseSystemResources_17(); public void ReleaseSystemResources() { ReleaseSystemResources_17(); } private native void OnParentWndDestroy_18(); public void OnParentWndDestroy() { OnParentWndDestroy_18(); } public vtkWin32VideoSource() { super(); } public vtkWin32VideoSource(long id) { super(id); } public native long VTKInit(); }