// java wrapper for vtkBillboardTextActor3D object // package vtk; import vtk.*; public class vtkBillboardTextActor3D 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 int[] GetDisplayOffset_4(); public int[] GetDisplayOffset() { return GetDisplayOffset_4(); } private native void SetDisplayOffset_5(int id0,int id1); public void SetDisplayOffset(int id0,int id1) { SetDisplayOffset_5(id0,id1); } private native void SetDisplayOffset_6(int id0[]); public void SetDisplayOffset(int id0[]) { SetDisplayOffset_6(id0); } private native void SetTextProperty_7(vtkTextProperty id0); public void SetTextProperty(vtkTextProperty id0) { SetTextProperty_7(id0); } private native long GetTextProperty_8(); public vtkTextProperty GetTextProperty() { long temp = GetTextProperty_8(); if (temp == 0) return null; return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetForceOpaque_9(boolean id0); public void SetForceOpaque(boolean id0) { SetForceOpaque_9(id0); } private native boolean GetForceOpaque_10(); public boolean GetForceOpaque() { return GetForceOpaque_10(); } private native void ForceOpaqueOn_11(); public void ForceOpaqueOn() { ForceOpaqueOn_11(); } private native void ForceOpaqueOff_12(); public void ForceOpaqueOff() { ForceOpaqueOff_12(); } private native void SetForceTranslucent_13(boolean id0); public void SetForceTranslucent(boolean id0) { SetForceTranslucent_13(id0); } private native boolean GetForceTranslucent_14(); public boolean GetForceTranslucent() { return GetForceTranslucent_14(); } private native void ForceTranslucentOn_15(); public void ForceTranslucentOn() { ForceTranslucentOn_15(); } private native void ForceTranslucentOff_16(); public void ForceTranslucentOff() { ForceTranslucentOff_16(); } private native int HasTranslucentPolygonalGeometry_17(); public int HasTranslucentPolygonalGeometry() { return HasTranslucentPolygonalGeometry_17(); } private native int RenderOpaqueGeometry_18(vtkViewport id0); public int RenderOpaqueGeometry(vtkViewport id0) { return RenderOpaqueGeometry_18(id0); } private native int RenderTranslucentPolygonalGeometry_19(vtkViewport id0); public int RenderTranslucentPolygonalGeometry(vtkViewport id0) { return RenderTranslucentPolygonalGeometry_19(id0); } private native void ReleaseGraphicsResources_20(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_20(id0); } private native double[] GetAnchorDC_21(); public double[] GetAnchorDC() { return GetAnchorDC_21(); } private native void GetBounds_22(double id0[]); public void GetBounds(double id0[]) { GetBounds_22(id0); } public vtkBillboardTextActor3D() { super(); } public vtkBillboardTextActor3D(long id) { super(id); } public native long VTKInit(); }