Package 

Interface Margins


  • 
    public interface Margins
    
                        

    Allows a component to implement margins.

    • Method Summary

      Modifier and Type Method Description
      Unit setMargins(Float start, Float top, Float end, Float bottom) Updates each margin individually.
      Unit setMargins(Float all) Sets a common size for each margin.
      abstract MutableDimensions getMargins() The current margins.
      • Methods inherited from class java.lang.Object

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