Class TailEnd

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

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

    • TailEnd

      public TailEnd()
      Instantiates a new tail end.
  • Method Details

    • clone

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

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

      public LineEndLength getLength()
      Gets the length.
      Returns:
      the length
    • setLength

      public void setLength(LineEndLength length)
      Sets the length.
      Parameters:
      length - the new length
    • getType

      public LineEndType getType()
      Gets the type.
      Returns:
      the type
    • setType

      public void setType(LineEndType type)
      Sets the type.
      Parameters:
      type - the new type
    • getWidth

      public LineEndWidth getWidth()
      Gets the width.
      Returns:
      the width
    • setWidth

      public void setWidth(LineEndWidth width)
      Sets the width.
      Parameters:
      width - the new width