Interface IPLHasOutline

    • Method Detail

      • getOutlineTop

        default float getOutlineTop()
        Returns:
        margin top + border top + padding top.
      • getOutlineRight

        default float getOutlineRight()
        Returns:
        margin right + border right + padding right.
      • getOutlineBottom

        default float getOutlineBottom()
        Returns:
        margin bottom + border bottom + padding bottom.
      • getOutlineLeft

        default float getOutlineLeft()
        Returns:
        margin left + border left + padding left.