// java wrapper for vtkRenderingOpenGL2ObjectFactory object // package vtk; import vtk.*; public class vtkRenderingOpenGL2ObjectFactory extends vtkObjectFactory { 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 String GetDescription_2(); public String GetDescription() { return GetDescription_2(); } private native String GetVTKSourceVersion_3(); public String GetVTKSourceVersion() { return GetVTKSourceVersion_3(); } public vtkRenderingOpenGL2ObjectFactory() { super(); } public vtkRenderingOpenGL2ObjectFactory(long id) { super(id); } public native long VTKInit(); }