Class Line

All Implemented Interfaces:
Shape, Serializable, Cloneable

public class Line extends Rectangle
See Also:
  • Field Details

    • WHITE_SPACE_CHARS

      public static final Character[] WHITE_SPACE_CHARS
  • Constructor Details

    • Line

      public Line()
  • Method Details

    • getTextElements

      public List<TextChunk> getTextElements()
    • setTextElements

      public void setTextElements(List<TextChunk> textChunks)
    • addTextChunk

      public void addTextChunk(int i, TextChunk textChunk)
    • addTextChunk

      public void addTextChunk(TextChunk textChunk)
    • toString

      public String toString()
      Overrides:
      toString in class Rectangle