Interface ITheme.Padding

Enclosing interface:
ITheme

@ClientOnly @Experimental @NonExtendable public static interface ITheme.Padding
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    set(int all)
     
    void
    set(int topBottom, int leftRight)
     
    void
    set(int top, int leftRight, int bottom)
     
    void
    set(int top, int right, int bottom, int left)
     
  • Method Details

    • set

      void set(int all)
    • set

      void set(int topBottom, int leftRight)
    • set

      void set(int top, int leftRight, int bottom)
    • set

      void set(int top, int right, int bottom, int left)