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:
  • Constructor Details

    • 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 Details

    • dashPatternInstance

      public Collection<Integer> dashPatternInstance()
    • 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