Interface Spaceable

    • Method Detail

      • setSpacingBefore

        void setSpacingBefore​(float spacing)
        Sets the spacing before.
        Parameters:
        spacing - the new spacing
      • setSpacingAfter

        void setSpacingAfter​(float spacing)
        Sets the spacing after.
        Parameters:
        spacing - the new spacing
      • setPaddingTop

        void setPaddingTop​(float paddingTop)
      • getSpacingBefore

        float getSpacingBefore()
        Gets the spacing before.
        Returns:
        the spacing
      • getSpacingAfter

        float getSpacingAfter()
        Gets the spacing after.
        Returns:
        the spacing
      • getPaddingTop

        float getPaddingTop()