X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkTextActor3D.java;h=7dce00533ba6fca2126d7df4fc8f65b2c848b58e;hb=4890725c9b7e31540dd84a11e16d73c643402a17;hp=929fd2470ba84ce7b196b1f8f1f5099f00193df6;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkTextActor3D.java b/vtk/src/vtk/vtkTextActor3D.java index 929fd247..7dce0053 100644 --- a/vtk/src/vtk/vtkTextActor3D.java +++ b/vtk/src/vtk/vtkTextActor3D.java @@ -1,75 +1,115 @@ -// 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(); - -} +// 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(); + +}