All Implemented Interfaces:
IChunk, IObject

public class TextColumn extends TextInfoChunk
  • Constructor Details

    • TextColumn

      public TextColumn()
    • TextColumn

      public TextColumn(TextLine line)
    • TextColumn

      public TextColumn(TextColumn column)
  • Method Details

    • getBlocks

      public List<TextBlock> getBlocks()
    • getBlocksNumber

      public int getBlocksNumber()
    • getFirstTextBlock

      public TextBlock getFirstTextBlock()
    • getLastTextBlock

      public TextBlock getLastTextBlock()
    • setLastTextBlock

      public void setLastTextBlock(TextBlock block)
    • getSecondTextBlock

      public TextBlock getSecondTextBlock()
    • getPenultTextBlock

      public TextBlock getPenultTextBlock()
    • getLines

      public List<TextLine> getLines()
    • getFirstLine

      public TextLine getFirstLine()
    • getLastLine

      public TextLine getLastLine()
    • setLastLine

      public void setLastLine(TextLine lastLine)
    • setFirstLine

      public void setFirstLine(TextLine firstLine)
    • getSecondLine

      public TextLine getSecondLine()
    • getPenultLine

      public TextLine getPenultLine()
    • add

      public void add(TextLine line)
    • getLinesNumber

      public int getLinesNumber()
    • add

      public void add(TextColumn column)
    • isEmpty

      public boolean isEmpty()
    • hasOnlyOneBlock

      public boolean hasOnlyOneBlock()
    • toString

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

      public boolean equals(Object o)
      Overrides:
      equals in class TextInfoChunk
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class TextInfoChunk