// java wrapper for vtkTextRepresentation object // package vtk; import vtk.*; public class vtkTextRepresentation extends vtkBorderRepresentation { 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 SetTextActor_2(vtkTextActor id0); public void SetTextActor(vtkTextActor id0) { SetTextActor_2(id0); } private native long GetTextActor_3(); public vtkTextActor GetTextActor() { long temp = GetTextActor_3(); if (temp == 0) return null; return (vtkTextActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetText_4(String id0); public void SetText(String id0) { SetText_4(id0); } private native String GetText_5(); public String GetText() { return GetText_5(); } private native void BuildRepresentation_6(); public void BuildRepresentation() { BuildRepresentation_6(); } private native void GetSize_7(double id0[]); public void GetSize(double id0[]) { GetSize_7(id0); } private native void GetActors2D_8(vtkPropCollection id0); public void GetActors2D(vtkPropCollection id0) { GetActors2D_8(id0); } private native void ReleaseGraphicsResources_9(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_9(id0); } private native int RenderOverlay_10(vtkViewport id0); public int RenderOverlay(vtkViewport id0) { return RenderOverlay_10(id0); } private native int RenderOpaqueGeometry_11(vtkViewport id0); public int RenderOpaqueGeometry(vtkViewport id0) { return RenderOpaqueGeometry_11(id0); } private native int RenderTranslucentPolygonalGeometry_12(vtkViewport id0); public int RenderTranslucentPolygonalGeometry(vtkViewport id0) { return RenderTranslucentPolygonalGeometry_12(id0); } private native int HasTranslucentPolygonalGeometry_13(); public int HasTranslucentPolygonalGeometry() { return HasTranslucentPolygonalGeometry_13(); } private native void SetWindowLocation_14(int id0); public void SetWindowLocation(int id0) { SetWindowLocation_14(id0); } private native int GetWindowLocation_15(); public int GetWindowLocation() { return GetWindowLocation_15(); } private native void SetPosition_16(double id0,double id1); public void SetPosition(double id0,double id1) { SetPosition_16(id0,id1); } private native void SetPosition_17(double id0[]); public void SetPosition(double id0[]) { SetPosition_17(id0); } public vtkTextRepresentation() { super(); } public vtkTextRepresentation(long id) { super(id); } public native long VTKInit(); }