// java wrapper for vtkOpenGLTextActor3D object // package vtk; import vtk.*; public class vtkOpenGLTextActor3D extends vtkTextActor3D { 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 RenderTranslucentPolygonalGeometry_2(vtkViewport id0); public int RenderTranslucentPolygonalGeometry(vtkViewport id0) { return RenderTranslucentPolygonalGeometry_2(id0); } public vtkOpenGLTextActor3D() { super(); } public vtkOpenGLTextActor3D(long id) { super(id); } public native long VTKInit(); }