// java wrapper for vtkTextActor3D object // package vtk; import vtk.*; public class vtkTextActor3D extends vtkProp3D { 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 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)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetRenderedDPI_6(); public int GetRenderedDPI() { return GetRenderedDPI_6(); } private native void ShallowCopy_7(vtkProp id0); public void ShallowCopy(vtkProp id0) { ShallowCopy_7(id0); } private native double[] GetBounds_8(); public double[] GetBounds() { return GetBounds_8(); } private native void GetBounds_9(double id0[]); public void GetBounds(double id0[]) { GetBounds_9(id0); } private native int GetBoundingBox_10(int id0[]); public int GetBoundingBox(int id0[]) { return GetBoundingBox_10(id0); } private native void ReleaseGraphicsResources_11(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_11(id0); } private native void SetForceOpaque_12(boolean id0); public void SetForceOpaque(boolean id0) { SetForceOpaque_12(id0); } private native boolean GetForceOpaque_13(); public boolean GetForceOpaque() { return GetForceOpaque_13(); } private native void ForceOpaqueOn_14(); public void ForceOpaqueOn() { ForceOpaqueOn_14(); } private native void ForceOpaqueOff_15(); public void ForceOpaqueOff() { ForceOpaqueOff_15(); } private native void SetForceTranslucent_16(boolean id0); public void SetForceTranslucent(boolean id0) { SetForceTranslucent_16(id0); } private native boolean GetForceTranslucent_17(); public boolean GetForceTranslucent() { return GetForceTranslucent_17(); } private native void ForceTranslucentOn_18(); public void ForceTranslucentOn() { ForceTranslucentOn_18(); } private native void ForceTranslucentOff_19(); public void ForceTranslucentOff() { ForceTranslucentOff_19(); } private native int RenderOpaqueGeometry_20(vtkViewport id0); public int RenderOpaqueGeometry(vtkViewport id0) { return RenderOpaqueGeometry_20(id0); } private native int RenderTranslucentPolygonalGeometry_21(vtkViewport id0); public int RenderTranslucentPolygonalGeometry(vtkViewport id0) { return RenderTranslucentPolygonalGeometry_21(id0); } private native int RenderOverlay_22(vtkViewport id0); public int RenderOverlay(vtkViewport id0) { return RenderOverlay_22(id0); } private native int HasTranslucentPolygonalGeometry_23(); public int HasTranslucentPolygonalGeometry() { return HasTranslucentPolygonalGeometry_23(); } public vtkTextActor3D() { super(); } public vtkTextActor3D(long id) { super(id); } public native long VTKInit(); }