Package 

Interface Padding


  • 
    public interface Padding
    
                        

    Allows a component to implement padding.

    • Method Summary

      Modifier and Type Method Description
      Unit setPadding(Float start, Float top, Float end, Float bottom) Updates the padding for each side individually.
      Unit setPadding(Float horizontal, Float vertical) Updates the horizontal and vertical padding.
      Unit setPadding(Float all) Sets a common padding value for each side.
      abstract MutableDimensions getPadding() The current padding.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait