Interface IArrowMarkerSymbol
public interface IArrowMarkerSymbol
-
Method Summary
Modifier and TypeMethodDescriptiondoubleTo get the sharpeness attribute.It will determine the final form of the arrowvoidsetSharpness(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:
-