X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkTextRepresentation.java;h=83f68dbb4ae2b83327116ae5e5175d53c5902ab9;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=8e1749fb6b8da4b0dc0be0ecf6cc490e801aed66;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkTextRepresentation.java b/vtk/src/vtk/vtkTextRepresentation.java index 8e1749fb..83f68dbb 100644 --- a/vtk/src/vtk/vtkTextRepresentation.java +++ b/vtk/src/vtk/vtkTextRepresentation.java @@ -1,91 +1,91 @@ -// java wrapper for vtkTextRepresentation object -// - -package vtk; -import vtk.*; - -public class vtkTextRepresentation extends vtkBorderRepresentation -{ - - 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 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)vtkObject.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(); - -} +// 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(); + +}