Class DashedHorizontalLine

  • All Implemented Interfaces:
    Serializable, Element

    public class DashedHorizontalLine
    extends HorizontalLine
    DashedHorizontalLine object. DashedHorizontalLine properties can be set or overriden by the options passed in from the user.
    Author:
    inaiat
    See Also:
    Serialized Form
    • Constructor Detail

      • DashedHorizontalLine

        public DashedHorizontalLine()
        Instantiates a new dashed horizontal line.
      • DashedHorizontalLine

        public DashedHorizontalLine​(String name)
        Instantiates a new dashed horizontal line.
        Parameters:
        name - the name
    • Method Detail

      • getDashPattern

        public Collection<Integer> getDashPattern()
        Gets the dash pattern.
        Returns:
        the dash pattern
      • setDashPattern

        public DashedHorizontalLine setDashPattern​(Collection<Integer> dashPattern)
        Sets the dash pattern.
        Parameters:
        dashPattern - the new dash pattern
        Returns:
        DashedHorizontalLine