Class TableLayoutManager.ColumnBackgroundInfo

    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • backgroundArea

        private Block backgroundArea
      • xShift

        private int xShift
    • Constructor Detail

      • ColumnBackgroundInfo

        private ColumnBackgroundInfo​(TableColumn column,
                                     Block backgroundArea,
                                     int xShift)