Interface Indentable

    • Method Detail

      • setIndentationLeft

        void setIndentationLeft​(float indentation)
        Sets the indentation on the left side.
        Parameters:
        indentation - the new indentation
      • setIndentationRight

        void setIndentationRight​(float indentation)
        Sets the indentation on the right side.
        Parameters:
        indentation - the new indentation
      • getIndentationLeft

        float getIndentationLeft()
        Gets the indentation on the left side.
        Returns:
        the indentation
      • getIndentationRight

        float getIndentationRight()
        Gets the indentation on the right side.
        Returns:
        the indentation