Class Arrows

  • All Implemented Interfaces:
    java.io.Serializable

    public class Arrows
    extends java.lang.Object
    implements java.io.Serializable
    Represents options for arrowhead. By using this class you can indicate position of arrowhead on the edge
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Arrows.Builder  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Arrows​(Arrow to, Arrow middle, Arrow from)  
    • Constructor Detail

    • Method Detail

      • getTo

        public Arrow getTo()
      • getMiddle

        public Arrow getMiddle()
      • getFrom

        public Arrow getFrom()