// java wrapper for vtkCaptionActor2D object // package vtk; import vtk.*; public class vtkCaptionActor2D extends vtkActor2D { 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 SetCaption_2(String id0); public void SetCaption(String id0) { SetCaption_2(id0); } private native String GetCaption_3(); public String GetCaption() { return GetCaption_3(); } private native long GetAttachmentPointCoordinate_4(); public vtkCoordinate GetAttachmentPointCoordinate() { long temp = GetAttachmentPointCoordinate_4(); if (temp == 0) return null; return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetAttachmentPoint_5(double id0,double id1,double id2); public void SetAttachmentPoint(double id0,double id1,double id2) { SetAttachmentPoint_5(id0,id1,id2); } private native void SetAttachmentPoint_6(double id0[]); public void SetAttachmentPoint(double id0[]) { SetAttachmentPoint_6(id0); } private native double[] GetAttachmentPoint_7(); public double[] GetAttachmentPoint() { return GetAttachmentPoint_7(); } private native void SetBorder_8(int id0); public void SetBorder(int id0) { SetBorder_8(id0); } private native int GetBorder_9(); public int GetBorder() { return GetBorder_9(); } private native void BorderOn_10(); public void BorderOn() { BorderOn_10(); } private native void BorderOff_11(); public void BorderOff() { BorderOff_11(); } private native void SetLeader_12(int id0); public void SetLeader(int id0) { SetLeader_12(id0); } private native int GetLeader_13(); public int GetLeader() { return GetLeader_13(); } private native void LeaderOn_14(); public void LeaderOn() { LeaderOn_14(); } private native void LeaderOff_15(); public void LeaderOff() { LeaderOff_15(); } private native void SetThreeDimensionalLeader_16(int id0); public void SetThreeDimensionalLeader(int id0) { SetThreeDimensionalLeader_16(id0); } private native int GetThreeDimensionalLeader_17(); public int GetThreeDimensionalLeader() { return GetThreeDimensionalLeader_17(); } private native void ThreeDimensionalLeaderOn_18(); public void ThreeDimensionalLeaderOn() { ThreeDimensionalLeaderOn_18(); } private native void ThreeDimensionalLeaderOff_19(); public void ThreeDimensionalLeaderOff() { ThreeDimensionalLeaderOff_19(); } private native void SetLeaderGlyphData_20(vtkPolyData id0); public void SetLeaderGlyphData(vtkPolyData id0) { SetLeaderGlyphData_20(id0); } private native void SetLeaderGlyphConnection_21(vtkAlgorithmOutput id0); public void SetLeaderGlyphConnection(vtkAlgorithmOutput id0) { SetLeaderGlyphConnection_21(id0); } private native long GetLeaderGlyph_22(); public vtkPolyData GetLeaderGlyph() { long temp = GetLeaderGlyph_22(); if (temp == 0) return null; return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetLeaderGlyphSize_23(double id0); public void SetLeaderGlyphSize(double id0) { SetLeaderGlyphSize_23(id0); } private native double GetLeaderGlyphSizeMinValue_24(); public double GetLeaderGlyphSizeMinValue() { return GetLeaderGlyphSizeMinValue_24(); } private native double GetLeaderGlyphSizeMaxValue_25(); public double GetLeaderGlyphSizeMaxValue() { return GetLeaderGlyphSizeMaxValue_25(); } private native double GetLeaderGlyphSize_26(); public double GetLeaderGlyphSize() { return GetLeaderGlyphSize_26(); } private native void SetMaximumLeaderGlyphSize_27(int id0); public void SetMaximumLeaderGlyphSize(int id0) { SetMaximumLeaderGlyphSize_27(id0); } private native int GetMaximumLeaderGlyphSizeMinValue_28(); public int GetMaximumLeaderGlyphSizeMinValue() { return GetMaximumLeaderGlyphSizeMinValue_28(); } private native int GetMaximumLeaderGlyphSizeMaxValue_29(); public int GetMaximumLeaderGlyphSizeMaxValue() { return GetMaximumLeaderGlyphSizeMaxValue_29(); } private native int GetMaximumLeaderGlyphSize_30(); public int GetMaximumLeaderGlyphSize() { return GetMaximumLeaderGlyphSize_30(); } private native void SetPadding_31(int id0); public void SetPadding(int id0) { SetPadding_31(id0); } private native int GetPaddingMinValue_32(); public int GetPaddingMinValue() { return GetPaddingMinValue_32(); } private native int GetPaddingMaxValue_33(); public int GetPaddingMaxValue() { return GetPaddingMaxValue_33(); } private native int GetPadding_34(); public int GetPadding() { return GetPadding_34(); } private native long GetTextActor_35(); public vtkTextActor GetTextActor() { long temp = GetTextActor_35(); if (temp == 0) return null; return (vtkTextActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetCaptionTextProperty_36(vtkTextProperty id0); public void SetCaptionTextProperty(vtkTextProperty id0) { SetCaptionTextProperty_36(id0); } private native long GetCaptionTextProperty_37(); public vtkTextProperty GetCaptionTextProperty() { long temp = GetCaptionTextProperty_37(); if (temp == 0) return null; return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void ShallowCopy_38(vtkProp id0); public void ShallowCopy(vtkProp id0) { ShallowCopy_38(id0); } private native void SetAttachEdgeOnly_39(int id0); public void SetAttachEdgeOnly(int id0) { SetAttachEdgeOnly_39(id0); } private native int GetAttachEdgeOnly_40(); public int GetAttachEdgeOnly() { return GetAttachEdgeOnly_40(); } private native void AttachEdgeOnlyOn_41(); public void AttachEdgeOnlyOn() { AttachEdgeOnlyOn_41(); } private native void AttachEdgeOnlyOff_42(); public void AttachEdgeOnlyOff() { AttachEdgeOnlyOff_42(); } private native void ReleaseGraphicsResources_43(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_43(id0); } private native int RenderOpaqueGeometry_44(vtkViewport id0); public int RenderOpaqueGeometry(vtkViewport id0) { return RenderOpaqueGeometry_44(id0); } private native int RenderTranslucentPolygonalGeometry_45(vtkViewport id0); public int RenderTranslucentPolygonalGeometry(vtkViewport id0) { return RenderTranslucentPolygonalGeometry_45(id0); } private native int RenderOverlay_46(vtkViewport id0); public int RenderOverlay(vtkViewport id0) { return RenderOverlay_46(id0); } private native int HasTranslucentPolygonalGeometry_47(); public int HasTranslucentPolygonalGeometry() { return HasTranslucentPolygonalGeometry_47(); } public vtkCaptionActor2D() { super(); } public vtkCaptionActor2D(long id) { super(id); } public native long VTKInit(); }