// java wrapper for vtkLeaderActor2D object // package vtk; import vtk.*; public class vtkLeaderActor2D 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 SetRadius_2(double id0); public void SetRadius(double id0) { SetRadius_2(id0); } private native double GetRadius_3(); public double GetRadius() { return GetRadius_3(); } private native void SetLabel_4(String id0); public void SetLabel(String id0) { SetLabel_4(id0); } private native String GetLabel_5(); public String GetLabel() { return GetLabel_5(); } private native void SetLabelTextProperty_6(vtkTextProperty id0); public void SetLabelTextProperty(vtkTextProperty id0) { SetLabelTextProperty_6(id0); } private native long GetLabelTextProperty_7(); public vtkTextProperty GetLabelTextProperty() { long temp = GetLabelTextProperty_7(); if (temp == 0) return null; return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetLabelFactor_8(double id0); public void SetLabelFactor(double id0) { SetLabelFactor_8(id0); } private native double GetLabelFactorMinValue_9(); public double GetLabelFactorMinValue() { return GetLabelFactorMinValue_9(); } private native double GetLabelFactorMaxValue_10(); public double GetLabelFactorMaxValue() { return GetLabelFactorMaxValue_10(); } private native double GetLabelFactor_11(); public double GetLabelFactor() { return GetLabelFactor_11(); } private native void SetArrowPlacement_12(int id0); public void SetArrowPlacement(int id0) { SetArrowPlacement_12(id0); } private native int GetArrowPlacementMinValue_13(); public int GetArrowPlacementMinValue() { return GetArrowPlacementMinValue_13(); } private native int GetArrowPlacementMaxValue_14(); public int GetArrowPlacementMaxValue() { return GetArrowPlacementMaxValue_14(); } private native int GetArrowPlacement_15(); public int GetArrowPlacement() { return GetArrowPlacement_15(); } private native void SetArrowPlacementToNone_16(); public void SetArrowPlacementToNone() { SetArrowPlacementToNone_16(); } private native void SetArrowPlacementToPoint1_17(); public void SetArrowPlacementToPoint1() { SetArrowPlacementToPoint1_17(); } private native void SetArrowPlacementToPoint2_18(); public void SetArrowPlacementToPoint2() { SetArrowPlacementToPoint2_18(); } private native void SetArrowPlacementToBoth_19(); public void SetArrowPlacementToBoth() { SetArrowPlacementToBoth_19(); } private native void SetArrowStyle_20(int id0); public void SetArrowStyle(int id0) { SetArrowStyle_20(id0); } private native int GetArrowStyleMinValue_21(); public int GetArrowStyleMinValue() { return GetArrowStyleMinValue_21(); } private native int GetArrowStyleMaxValue_22(); public int GetArrowStyleMaxValue() { return GetArrowStyleMaxValue_22(); } private native int GetArrowStyle_23(); public int GetArrowStyle() { return GetArrowStyle_23(); } private native void SetArrowStyleToFilled_24(); public void SetArrowStyleToFilled() { SetArrowStyleToFilled_24(); } private native void SetArrowStyleToOpen_25(); public void SetArrowStyleToOpen() { SetArrowStyleToOpen_25(); } private native void SetArrowStyleToHollow_26(); public void SetArrowStyleToHollow() { SetArrowStyleToHollow_26(); } private native void SetArrowLength_27(double id0); public void SetArrowLength(double id0) { SetArrowLength_27(id0); } private native double GetArrowLengthMinValue_28(); public double GetArrowLengthMinValue() { return GetArrowLengthMinValue_28(); } private native double GetArrowLengthMaxValue_29(); public double GetArrowLengthMaxValue() { return GetArrowLengthMaxValue_29(); } private native double GetArrowLength_30(); public double GetArrowLength() { return GetArrowLength_30(); } private native void SetArrowWidth_31(double id0); public void SetArrowWidth(double id0) { SetArrowWidth_31(id0); } private native double GetArrowWidthMinValue_32(); public double GetArrowWidthMinValue() { return GetArrowWidthMinValue_32(); } private native double GetArrowWidthMaxValue_33(); public double GetArrowWidthMaxValue() { return GetArrowWidthMaxValue_33(); } private native double GetArrowWidth_34(); public double GetArrowWidth() { return GetArrowWidth_34(); } private native void SetMinimumArrowSize_35(double id0); public void SetMinimumArrowSize(double id0) { SetMinimumArrowSize_35(id0); } private native double GetMinimumArrowSizeMinValue_36(); public double GetMinimumArrowSizeMinValue() { return GetMinimumArrowSizeMinValue_36(); } private native double GetMinimumArrowSizeMaxValue_37(); public double GetMinimumArrowSizeMaxValue() { return GetMinimumArrowSizeMaxValue_37(); } private native double GetMinimumArrowSize_38(); public double GetMinimumArrowSize() { return GetMinimumArrowSize_38(); } private native void SetMaximumArrowSize_39(double id0); public void SetMaximumArrowSize(double id0) { SetMaximumArrowSize_39(id0); } private native double GetMaximumArrowSizeMinValue_40(); public double GetMaximumArrowSizeMinValue() { return GetMaximumArrowSizeMinValue_40(); } private native double GetMaximumArrowSizeMaxValue_41(); public double GetMaximumArrowSizeMaxValue() { return GetMaximumArrowSizeMaxValue_41(); } private native double GetMaximumArrowSize_42(); public double GetMaximumArrowSize() { return GetMaximumArrowSize_42(); } private native void SetAutoLabel_43(int id0); public void SetAutoLabel(int id0) { SetAutoLabel_43(id0); } private native int GetAutoLabel_44(); public int GetAutoLabel() { return GetAutoLabel_44(); } private native void AutoLabelOn_45(); public void AutoLabelOn() { AutoLabelOn_45(); } private native void AutoLabelOff_46(); public void AutoLabelOff() { AutoLabelOff_46(); } private native void SetLabelFormat_47(String id0); public void SetLabelFormat(String id0) { SetLabelFormat_47(id0); } private native String GetLabelFormat_48(); public String GetLabelFormat() { return GetLabelFormat_48(); } private native double GetLength_49(); public double GetLength() { return GetLength_49(); } private native double GetAngle_50(); public double GetAngle() { return GetAngle_50(); } private native int RenderOverlay_51(vtkViewport id0); public int RenderOverlay(vtkViewport id0) { return RenderOverlay_51(id0); } private native int RenderOpaqueGeometry_52(vtkViewport id0); public int RenderOpaqueGeometry(vtkViewport id0) { return RenderOpaqueGeometry_52(id0); } private native int RenderTranslucentPolygonalGeometry_53(vtkViewport id0); public int RenderTranslucentPolygonalGeometry(vtkViewport id0) { return RenderTranslucentPolygonalGeometry_53(id0); } private native int HasTranslucentPolygonalGeometry_54(); public int HasTranslucentPolygonalGeometry() { return HasTranslucentPolygonalGeometry_54(); } private native void ReleaseGraphicsResources_55(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_55(id0); } private native void ShallowCopy_56(vtkProp id0); public void ShallowCopy(vtkProp id0) { ShallowCopy_56(id0); } public vtkLeaderActor2D() { super(); } public vtkLeaderActor2D(long id) { super(id); } public native long VTKInit(); }