Class TextColumn

    • Constructor Detail

      • TextColumn

        public TextColumn()
      • TextColumn

        public TextColumn​(TextLine line)
      • TextColumn

        public TextColumn​(TextColumn column)
    • Method Detail

      • 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()
      • 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()
      • isEmpty

        public boolean isEmpty()
      • hasOnlyOneBlock

        public boolean hasOnlyOneBlock()