Class DashedVerticalLine

All Implemented Interfaces:
Serializable, Element

public class DashedVerticalLine extends VerticalLine
DashedVerticalLine object. DashedVerticalLine properties can be set or overriden by the options passed in from the user.
Author:
inaiat
See Also:
  • Constructor Details

    • DashedVerticalLine

      public DashedVerticalLine()
      Instantiates a new dashed vertical line.
    • DashedVerticalLine

      public DashedVerticalLine(String name)
      Instantiates a new dashed vertical 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 DashedVerticalLine setDashPattern(Collection<Integer> dashPattern)
      Sets the dash pattern.
      Parameters:
      dashPattern - the new dash pattern
      Returns:
      DashedVerticalLine