Class TableHeaderImpl<T>

    • Constructor Detail

      • TableHeaderImpl

        public TableHeaderImpl​(T aLeftLine,
                               T aLeftEdge,
                               T aTopLeftEdge,
                               T aBottomLeftEdge,
                               T aTopLine,
                               T aBottomLine,
                               T aDividerLine,
                               T aDividerEdge,
                               T aTopDividerEdge,
                               T aBottomDividerEdge,
                               T aRightLine,
                               T aRightEdge,
                               T aTopRightEdge,
                               T aBottomRightEdge)
        Instantiates a new table header impl.
        Parameters:
        aLeftLine - The left line.
        aLeftEdge - The left edge.
        aTopLeftEdge - The top left edge.
        aBottomLeftEdge - The bottom left edge.
        aTopLine - The top line.
        aBottomLine - the bottom line
        aDividerLine - the divider line
        aDividerEdge - The top edge.
        aTopDividerEdge - The top divider edge.
        aBottomDividerEdge - The bottom divider edge.
        aRightLine - The right line.
        aRightEdge - The right edge.
        aTopRightEdge - The top right edge.
        aBottomRightEdge - The bottom right edge.