Class ArrowProperty


  • public class ArrowProperty
    extends Object
    • Field Detail

      • fillHead

        public boolean fillHead
      • headLen

        public double headLen
      • headAngle

        public double headAngle
    • Constructor Detail

      • ArrowProperty

        public ArrowProperty​(ColorProperty stroke,
                             boolean fillHead,
                             double headLen,
                             double headAngle)
        Constructor to set all arrow properties. Do note that start and end are the only mutable properties.
        Parameters:
        stroke - the colour and width of the stroke.
        fillHead - whether or not to fill the head
        headLen - how long the arrow head tips should be removed from the end point.
        headAngle - the angle of the arrow head.