Interface Footer

    • Method Detail

      • getLeft

        String getLeft()
        Get the left side of the footer.
        Specified by:
        getLeft in interface HeaderFooter
        Returns:
        The string representing the left side.
      • setLeft

        void setLeft​(String newLeft)
        Sets the left string.
        Specified by:
        setLeft in interface HeaderFooter
        Parameters:
        newLeft - The string to set as the left side.
      • getCenter

        String getCenter()
        Get the center of the footer.
        Specified by:
        getCenter in interface HeaderFooter
        Returns:
        The string representing the center.
      • setCenter

        void setCenter​(String newCenter)
        Sets the center string.
        Specified by:
        setCenter in interface HeaderFooter
        Parameters:
        newCenter - The string to set as the center.
      • getRight

        String getRight()
        Get the right side of the footer.
        Specified by:
        getRight in interface HeaderFooter
        Returns:
        The string representing the right side.
      • setRight

        void setRight​(String newRight)
        Sets the right string.
        Specified by:
        setRight in interface HeaderFooter
        Parameters:
        newRight - The string to set as the right side.