// java wrapper for vtkCaptionActor2D object // package vtk; import vtk.*; public class vtkCaptionActor2D extends vtkActor2D { 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 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)vtkObject.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 SetLeaderGlyph_20(vtkPolyData id0); public void SetLeaderGlyph(vtkPolyData id0) { SetLeaderGlyph_20(id0); } private native long GetLeaderGlyph_21(); public vtkPolyData GetLeaderGlyph() { long temp = GetLeaderGlyph_21(); if (temp == 0) return null; return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetLeaderGlyphSize_22(double id0); public void SetLeaderGlyphSize(double id0) { SetLeaderGlyphSize_22(id0); } private native double GetLeaderGlyphSizeMinValue_23(); public double GetLeaderGlyphSizeMinValue() { return GetLeaderGlyphSizeMinValue_23(); } private native double GetLeaderGlyphSizeMaxValue_24(); public double GetLeaderGlyphSizeMaxValue() { return GetLeaderGlyphSizeMaxValue_24(); } private native double GetLeaderGlyphSize_25(); public double GetLeaderGlyphSize() { return GetLeaderGlyphSize_25(); } private native void SetMaximumLeaderGlyphSize_26(int id0); public void SetMaximumLeaderGlyphSize(int id0) { SetMaximumLeaderGlyphSize_26(id0); } private native int GetMaximumLeaderGlyphSizeMinValue_27(); public int GetMaximumLeaderGlyphSizeMinValue() { return GetMaximumLeaderGlyphSizeMinValue_27(); } private native int GetMaximumLeaderGlyphSizeMaxValue_28(); public int GetMaximumLeaderGlyphSizeMaxValue() { return GetMaximumLeaderGlyphSizeMaxValue_28(); } private native int GetMaximumLeaderGlyphSize_29(); public int GetMaximumLeaderGlyphSize() { return GetMaximumLeaderGlyphSize_29(); } private native void SetPadding_30(int id0); public void SetPadding(int id0) { SetPadding_30(id0); } private native int GetPaddingMinValue_31(); public int GetPaddingMinValue() { return GetPaddingMinValue_31(); } private native int GetPaddingMaxValue_32(); public int GetPaddingMaxValue() { return GetPaddingMaxValue_32(); } private native int GetPadding_33(); public int GetPadding() { return GetPadding_33(); } private native long GetTextActor_34(); public vtkTextActor GetTextActor() { long temp = GetTextActor_34(); if (temp == 0) return null; return (vtkTextActor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetCaptionTextProperty_35(vtkTextProperty id0); public void SetCaptionTextProperty(vtkTextProperty id0) { SetCaptionTextProperty_35(id0); } private native long GetCaptionTextProperty_36(); public vtkTextProperty GetCaptionTextProperty() { long temp = GetCaptionTextProperty_36(); if (temp == 0) return null; return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void ShallowCopy_37(vtkProp id0); public void ShallowCopy(vtkProp id0) { ShallowCopy_37(id0); } private native void SetAttachEdgeOnly_38(int id0); public void SetAttachEdgeOnly(int id0) { SetAttachEdgeOnly_38(id0); } private native int GetAttachEdgeOnly_39(); public int GetAttachEdgeOnly() { return GetAttachEdgeOnly_39(); } private native void AttachEdgeOnlyOn_40(); public void AttachEdgeOnlyOn() { AttachEdgeOnlyOn_40(); } private native void AttachEdgeOnlyOff_41(); public void AttachEdgeOnlyOff() { AttachEdgeOnlyOff_41(); } private native void ReleaseGraphicsResources_42(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_42(id0); } private native int RenderOpaqueGeometry_43(vtkViewport id0); public int RenderOpaqueGeometry(vtkViewport id0) { return RenderOpaqueGeometry_43(id0); } private native int RenderTranslucentPolygonalGeometry_44(vtkViewport id0); public int RenderTranslucentPolygonalGeometry(vtkViewport id0) { return RenderTranslucentPolygonalGeometry_44(id0); } private native int RenderOverlay_45(vtkViewport id0); public int RenderOverlay(vtkViewport id0) { return RenderOverlay_45(id0); } private native int HasTranslucentPolygonalGeometry_46(); public int HasTranslucentPolygonalGeometry() { return HasTranslucentPolygonalGeometry_46(); } public vtkCaptionActor2D() { super(); } public vtkCaptionActor2D(long id) { super(id); } public native long VTKInit(); }