// java wrapper for vtkRenderWindowCollection object // package vtk; import vtk.*; public class vtkRenderWindowCollection extends vtkCollection { 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 AddItem_2(vtkRenderWindow id0); public void AddItem(vtkRenderWindow id0) { AddItem_2(id0); } private native long GetNextItem_3(); public vtkRenderWindow GetNextItem() { long temp = GetNextItem_3(); if (temp == 0) return null; return (vtkRenderWindow)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkRenderWindowCollection() { super(); } public vtkRenderWindowCollection(long id) { super(id); } public native long VTKInit(); }