// java wrapper for vtkTextActor3D object // package vtk; import vtk.*; public class vtkTextActor3D extends vtkProp3D { 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 SetInput_2(String id0); public void SetInput(String id0) { SetInput_2(id0); } private native String GetInput_3(); public String GetInput() { return GetInput_3(); } private native void SetTextProperty_4(vtkTextProperty id0); public void SetTextProperty(vtkTextProperty id0) { SetTextProperty_4(id0); } private native long GetTextProperty_5(); public vtkTextProperty GetTextProperty() { long temp = GetTextProperty_5(); if (temp == 0) return null; return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void ShallowCopy_6(vtkProp id0); public void ShallowCopy(vtkProp id0) { ShallowCopy_6(id0); } private native double[] GetBounds_7(); public double[] GetBounds() { return GetBounds_7(); } private native int GetBoundingBox_8(int id0[]); public int GetBoundingBox(int id0[]) { return GetBoundingBox_8(id0); } private native void ReleaseGraphicsResources_9(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_9(id0); } private native int RenderOpaqueGeometry_10(vtkViewport id0); public int RenderOpaqueGeometry(vtkViewport id0) { return RenderOpaqueGeometry_10(id0); } private native int RenderTranslucentPolygonalGeometry_11(vtkViewport id0); public int RenderTranslucentPolygonalGeometry(vtkViewport id0) { return RenderTranslucentPolygonalGeometry_11(id0); } private native int RenderOverlay_12(vtkViewport id0); public int RenderOverlay(vtkViewport id0) { return RenderOverlay_12(id0); } private native int HasTranslucentPolygonalGeometry_13(); public int HasTranslucentPolygonalGeometry() { return HasTranslucentPolygonalGeometry_13(); } public vtkTextActor3D() { super(); } public vtkTextActor3D(long id) { super(id); } public native long VTKInit(); }