Class DashStop

java.lang.Object
com.independentsoft.office.drawing.DashStop

public class DashStop extends Object
The Class DashStop.
  • Constructor Details

    • DashStop

      public DashStop()
      Instantiates a new dash stop.
  • Method Details

    • clone

      public DashStop clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getDashLength

      public int getDashLength()
      Gets the dash length.
      Returns:
      the dash length
    • setDashLength

      public void setDashLength(int dashLength)
      Sets the dash length.
      Parameters:
      dashLength - the new dash length
    • getSpaceLength

      public int getSpaceLength()
      Gets the space length.
      Returns:
      the space length
    • setSpaceLength

      public void setSpaceLength(int spaceLength)
      Sets the space length.
      Parameters:
      spaceLength - the new space length