Interface IArrowMarkerSymbol


public interface IArrowMarkerSymbol
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    To get the sharpeness attribute.It will determine the final form of the arrow
    void
    setSharpness(double sharpeness)
    To set the sharpeness.It will determine the final form of the arrow
  • Method Details

    • getSharpness

      double getSharpness()
      To get the sharpeness attribute.It will determine the final form of the arrow
      Returns:
    • setSharpness

      void setSharpness(double sharpeness)
      To set the sharpeness.It will determine the final form of the arrow
      Parameters:
      sharpeness - , the value of the arrow's edge angle IN RADIANS
      See Also:
      • invalid reference
        #getSharpeness()