Class MarkdownTable.ColumnSpan

  • Enclosing class:
    MarkdownTable

    private static class MarkdownTable.ColumnSpan
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ColumnSpan​(int startColumn, int columnSpan, int width)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • startColumn

        final int startColumn
      • columnSpan

        final int columnSpan
      • width

        final int width
      • additionalWidth

        int additionalWidth
    • Constructor Detail

      • ColumnSpan

        public ColumnSpan​(int startColumn,
                          int columnSpan,
                          int width)